net-libs/libiscsi-1.9.0-r1: add ~alpha keyword
authorTobias Klausmann <klausman@gentoo.org>
Tue, 7 Jun 2016 13:21:50 +0000 (15:21 +0200)
committerTobias Klausmann <klausman@gentoo.org>
Tue, 7 Jun 2016 13:21:50 +0000 (15:21 +0200)
Gentoo-Bug: 570900

Package-Manager: portage-2.3.0_rc1

net-libs/libiscsi/libiscsi-1.9.0-r1.ebuild

index 83edffebc5be11ee26297be7ecdc61460f1075ad..b21685e16974dd5454aab4227aaba16fa38458e7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,10 +11,10 @@ if [[ ${PV} = *9999* ]]; then
        inherit git-2
        SRC_URI=""
        EGIT_REPO_URI="git://github.com/sahlberg/libiscsi.git"
-       KEYWORDS="~hppa ~ppc64"
+       KEYWORDS="~alpha ~hppa ~ppc64"
 else
        SRC_URI="https://github.com/sahlberg/libiscsi/archive/${PV}.tar.gz -> ${P}.tar.gz"
-       KEYWORDS="amd64 ~hppa ~ppc64 x86"
+       KEYWORDS="~alpha amd64 ~hppa ~ppc64 x86"
 fi
 
 DESCRIPTION="iscsi client library and utilities"