From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6791513829C for ; Tue, 31 May 2016 11:23:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F6AF21C039; Tue, 31 May 2016 11:23:31 +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 0A2B121C01D for ; Tue, 31 May 2016 11:23:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C8B5E340CEF for ; Tue, 31 May 2016 11:23:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ED1717B4 for ; Tue, 31 May 2016 11:23:27 +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: <1464693778.c4f317f2a27614a849e749dd58a9924966cb6aab.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libdockapp/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libdockapp/libdockapp-0.7.2.ebuild X-VCS-Directories: x11-libs/libdockapp/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: c4f317f2a27614a849e749dd58a9924966cb6aab X-VCS-Branch: master Date: Tue, 31 May 2016 11:23:27 +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: bdf2e7b7-6523-496e-8991-d6a0333ed4e1 X-Archives-Hash: 5f3fa7685c547582db0d3636c50fd203 commit: c4f317f2a27614a849e749dd58a9924966cb6aab Author: Tobias Klausmann gentoo org> AuthorDate: Tue May 31 11:22:58 2016 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue May 31 11:22:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f317f2 x11-libs/libdockapp-0.7.2-r0: add alpha keyword Gentoo-Bug: 579234 Package-Manager: portage-2.3.0_rc1 x11-libs/libdockapp/libdockapp-0.7.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/libdockapp/libdockapp-0.7.2.ebuild b/x11-libs/libdockapp/libdockapp-0.7.2.ebuild index 6a81fcd..521d883 100644 --- a/x11-libs/libdockapp/libdockapp-0.7.2.ebuild +++ b/x11-libs/libdockapp/libdockapp-0.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" LICENSE="MIT public-domain" SLOT="0/3" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~ppc ~ppc64 ~sparc x86" # Required for font eclass IUSE="+X" REQUIRED_USE="X"