diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2018-01-22 17:18:30 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2018-01-22 17:18:55 +0100 |
commit | 5568453d8e01e008ffd5d324f4d6ce996c234c67 (patch) | |
tree | a89410be1f314990ec2140a94d3a2a3265e25cd8 /net-libs/libnsl | |
parent | dev-python/pyblake2: add ~x86-linux, ~amd64-linux keywords (diff) | |
download | gentoo-5568453d8e01e008ffd5d324f4d6ce996c234c67.tar.gz gentoo-5568453d8e01e008ffd5d324f4d6ce996c234c67.tar.bz2 gentoo-5568453d8e01e008ffd5d324f4d6ce996c234c67.zip |
net-libs/libnsl: keyword ~x86-linux, ~amd64-linux
These are the non-RAP prefix linux keywords.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-libs/libnsl')
-rw-r--r-- | net-libs/libnsl/libnsl-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libnsl/libnsl-1.2.0.ebuild b/net-libs/libnsl/libnsl-1.2.0.ebuild index cf182e06e36b..016c30ac64d5 100644 --- a/net-libs/libnsl/libnsl-1.2.0.ebuild +++ b/net-libs/libnsl/libnsl-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -13,7 +13,7 @@ SLOT="0/2" LICENSE="LGPL-2.1+" # Stabilize together with glibc-2.26! -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" |