From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39E8C158095 for ; Tue, 9 Aug 2022 01:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01153E0B64; Tue, 9 Aug 2022 01:09:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF054E0B64 for ; Tue, 9 Aug 2022 01:09:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 073C0340DF2 for ; Tue, 9 Aug 2022 01:09:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5167F448 for ; Tue, 9 Aug 2022 01:09:52 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1660007381.e6cd7b31346cd8c0005562eba54cd30f192e7264.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-incubator/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild X-VCS-Directories: www-apps/icingaweb2-module-incubator/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: e6cd7b31346cd8c0005562eba54cd30f192e7264 X-VCS-Branch: master Date: Tue, 9 Aug 2022 01:09:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef7a0151-31f2-4a9d-9698-a56b5fcaf5c2 X-Archives-Hash: 6ebbf0544ec9c5181ca831c9bb59045e commit: e6cd7b31346cd8c0005562eba54cd30f192e7264 Author: Matthew Thode gentoo org> AuthorDate: Tue Aug 9 01:09:22 2022 +0000 Commit: Matthew Thode gentoo org> CommitDate: Tue Aug 9 01:09:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cd7b31 www-apps/icingaweb2-module-incubator: 0.17.0 stable amd64/x86 Signed-off-by: Matthew Thode gentoo.org> .../icingaweb2-module-incubator-0.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild index 1a9efed8514f..c2af240e5fcc 100644 --- a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild +++ b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.17.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="Libraries useful for Icinga Web 2" HOMEPAGE="https://dev.icinga.org/projects/icingaweb2-module-incubator/" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" MY_PN="icingaweb2-module-incubator" SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}"