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 1DB2A158094 for ; Sat, 8 Oct 2022 15:47:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 466CCE08ED; Sat, 8 Oct 2022 15:47:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2D1A8E08ED for ; Sat, 8 Oct 2022 15:47: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 249D4340EFF for ; Sat, 8 Oct 2022 15:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71C6F608 for ; Sat, 8 Oct 2022 15:47:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665244052.8b4dc7b95f33320f9cb522f4f769a79a2dc61eec.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/grafana-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/grafana-bin/grafana-bin-8.5.13.ebuild www-apps/grafana-bin/grafana-bin-9.0.9.ebuild www-apps/grafana-bin/grafana-bin-9.1.6.ebuild X-VCS-Directories: www-apps/grafana-bin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8b4dc7b95f33320f9cb522f4f769a79a2dc61eec X-VCS-Branch: master Date: Sat, 8 Oct 2022 15:47:48 +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: 817b7b64-3f17-4303-9300-00c0fcbfe8e0 X-Archives-Hash: 819f096f5deb59d1203e6c8ebdd01696 commit: 8b4dc7b95f33320f9cb522f4f769a79a2dc61eec Author: Sam James gentoo org> AuthorDate: Sat Oct 8 15:46:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 15:47:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4dc7b9 www-apps/grafana-bin: use -* in KEYWORDS (binpkg) Signed-off-by: Sam James gentoo.org> www-apps/grafana-bin/grafana-bin-8.5.13.ebuild | 2 +- www-apps/grafana-bin/grafana-bin-9.0.9.ebuild | 2 +- www-apps/grafana-bin/grafana-bin-9.1.6.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-apps/grafana-bin/grafana-bin-8.5.13.ebuild b/www-apps/grafana-bin/grafana-bin-8.5.13.ebuild index a3d69c47e5bc..34a49d80d06a 100644 --- a/www-apps/grafana-bin/grafana-bin-8.5.13.ebuild +++ b/www-apps/grafana-bin/grafana-bin-8.5.13.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://dl.grafana.com/oss/release/grafana-${PV}.linux-amd64.tar.gz -> RESTRICT="mirror" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="-* ~amd64" DEPEND="acct-group/grafana acct-user/grafana" diff --git a/www-apps/grafana-bin/grafana-bin-9.0.9.ebuild b/www-apps/grafana-bin/grafana-bin-9.0.9.ebuild index a3d69c47e5bc..34a49d80d06a 100644 --- a/www-apps/grafana-bin/grafana-bin-9.0.9.ebuild +++ b/www-apps/grafana-bin/grafana-bin-9.0.9.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://dl.grafana.com/oss/release/grafana-${PV}.linux-amd64.tar.gz -> RESTRICT="mirror" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="-* ~amd64" DEPEND="acct-group/grafana acct-user/grafana" diff --git a/www-apps/grafana-bin/grafana-bin-9.1.6.ebuild b/www-apps/grafana-bin/grafana-bin-9.1.6.ebuild index a3d69c47e5bc..34a49d80d06a 100644 --- a/www-apps/grafana-bin/grafana-bin-9.1.6.ebuild +++ b/www-apps/grafana-bin/grafana-bin-9.1.6.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://dl.grafana.com/oss/release/grafana-${PV}.linux-amd64.tar.gz -> RESTRICT="mirror" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="-* ~amd64" DEPEND="acct-group/grafana acct-user/grafana"