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 A99F6158013 for ; Tue, 5 Dec 2023 06:55:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC90C2BC01A; Tue, 5 Dec 2023 06:55:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D32822BC01A for ; Tue, 5 Dec 2023 06:55:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27CEF335DC5 for ; Tue, 5 Dec 2023 06:55:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4852F26 for ; Tue, 5 Dec 2023 06:55:49 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1701759332.7be38bf9fde3ec8d578912a176a870f2bbcbc1a1.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingadb-web/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/icingadb-web/icingadb-web-1.1.0.ebuild X-VCS-Directories: www-apps/icingadb-web/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7be38bf9fde3ec8d578912a176a870f2bbcbc1a1 X-VCS-Branch: master Date: Tue, 5 Dec 2023 06:55:49 +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: 41cf9690-7c08-4304-9864-8c3d55e14fd6 X-Archives-Hash: 549d3bd441afd27f513333bd2bf15fce commit: 7be38bf9fde3ec8d578912a176a870f2bbcbc1a1 Author: Joonas Niilola gentoo org> AuthorDate: Tue Dec 5 06:55:32 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Dec 5 06:55:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be38bf9 www-apps/icingadb-web: Stabilize 1.1.0 amd64, #918548 Signed-off-by: Joonas Niilola gentoo.org> www-apps/icingadb-web/icingadb-web-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/icingadb-web/icingadb-web-1.1.0.ebuild b/www-apps/icingadb-web/icingadb-web-1.1.0.ebuild index 70de5594a9f0..7ed422bb58c2 100644 --- a/www-apps/icingadb-web/icingadb-web-1.1.0.ebuild +++ b/www-apps/icingadb-web/icingadb-web-1.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="UI for Icinga DB" HOMEPAGE="https://icinga.com/docs/icinga-db-web/" -KEYWORDS="~amd64" +KEYWORDS="amd64" SRC_URI="https://github.com/Icinga/icingadb-web/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"