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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 45B92138334 for ; Tue, 16 Oct 2018 09:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5F92E08AE; Tue, 16 Oct 2018 09:18:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 781A4E08AE for ; Tue, 16 Oct 2018 09:18:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58C5D335CF4 for ; Tue, 16 Oct 2018 09:18:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1B23442 for ; Tue, 16 Oct 2018 09:18:29 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1539681495.b6437ce2b3e704796a1710179c2a0b907660cdae.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/chrome-gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild X-VCS-Directories: gnome-extra/chrome-gnome-shell/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: b6437ce2b3e704796a1710179c2a0b907660cdae X-VCS-Branch: master Date: Tue, 16 Oct 2018 09:18:29 +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-Archives-Salt: 0c7ee8da-2b7f-4caf-8b5a-9c4e33b26c73 X-Archives-Hash: 9a8e7da7c25a4aa04362c24ae6ceeb32 commit: b6437ce2b3e704796a1710179c2a0b907660cdae Author: Tobias Klausmann gentoo org> AuthorDate: Tue Oct 16 09:18:15 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Oct 16 09:18:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6437ce2 gnome-extra/chrome-gnome-shell-10-r0: add ~alpha keyword Gentoo-Bug: http://bugs.gentoo.org/583422 Signed-off-by: Tobias Klausmann gentoo.org> gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild index a932b4e301d..3f8d388c296 100644 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild +++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"