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 E6F05138331 for ; Sun, 4 Sep 2016 10:21:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38EE221C0F3; Sun, 4 Sep 2016 10:21:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A229921C107 for ; Sun, 4 Sep 2016 10:21:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DBA234092D for ; Sun, 4 Sep 2016 10:21:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 835CE246F for ; Sun, 4 Sep 2016 10:21:28 +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: <1472984449.cefa266f89024eea3b8131dc6e7ce7984302d6ae.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-leds/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild X-VCS-Directories: x11-plugins/gkrellm-leds/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: cefa266f89024eea3b8131dc6e7ce7984302d6ae X-VCS-Branch: master Date: Sun, 4 Sep 2016 10:21:28 +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: 824035de-0788-43ec-83a8-a3ceafc6da72 X-Archives-Hash: 9df942a7b585a002962d49ba1019b72a commit: cefa266f89024eea3b8131dc6e7ce7984302d6ae Author: Tobias Klausmann gentoo org> AuthorDate: Sun Sep 4 10:20:49 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sun Sep 4 10:20:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefa266f x11-plugins/gkrellm-leds-0.8.2-r1: add alpha keyword Gentoo-Bug: 442780 x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild index 373be0b..c2a7e0a 100644 --- a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild +++ b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.2-r1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://heim.ifi.uio.no/~oyvinha/gkleds/" SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +KEYWORDS="alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" COMMON_DEPEND="app-admin/gkrellm[X]"