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 201E5139694 for ; Sat, 22 Apr 2017 07:34:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1063621C028; Sat, 22 Apr 2017 07:34:08 +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 E540821C028 for ; Sat, 22 Apr 2017 07:34:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2CCEF34164A for ; Sat, 22 Apr 2017 07:34:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CA1E7440 for ; Sat, 22 Apr 2017 07:33:58 +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: <1492846245.3f8bff5df17d63d67e7cd6a0be3ccac1854ecda3.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/uudeview/uudeview-0.5.20-r2.ebuild X-VCS-Directories: app-text/uudeview/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 3f8bff5df17d63d67e7cd6a0be3ccac1854ecda3 X-VCS-Branch: master Date: Sat, 22 Apr 2017 07:33:58 +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: fc3a9f02-7f2a-42c1-b16e-9dfa5d25a0ba X-Archives-Hash: 316c3c106326e222532611bf6a5d86bc commit: 3f8bff5df17d63d67e7cd6a0be3ccac1854ecda3 Author: Tobias Klausmann gentoo org> AuthorDate: Fri Apr 21 11:51:45 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sat Apr 22 07:30:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8bff5d app-text/uudeview-0.5.20-r2: add alpha keyword Gentoo-Bug: 615206 app-text/uudeview/uudeview-0.5.20-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/uudeview/uudeview-0.5.20-r2.ebuild b/app-text/uudeview/uudeview-0.5.20-r2.ebuild index e3d127bbbf7..02e2b207d74 100644 --- a/app-text/uudeview/uudeview-0.5.20-r2.ebuild +++ b/app-text/uudeview/uudeview-0.5.20-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="tk" RDEPEND="tk? ( dev-lang/tk:0 )"