diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-06 18:34:12 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-06 18:34:24 +0000 |
commit | 5a9bb8e9a43f0d07bf115496395d0505cacae615 (patch) | |
tree | 53579d351e0d9042474d27c6bc0f0688e6c9d608 /dev-util/shadowman | |
parent | net-analyzer/nmap: Remove linguas_* from IUSE. (diff) | |
download | gentoo-5a9bb8e9a43f0d07bf115496395d0505cacae615.tar.gz gentoo-5a9bb8e9a43f0d07bf115496395d0505cacae615.tar.bz2 gentoo-5a9bb8e9a43f0d07bf115496395d0505cacae615.zip |
dev-util/shadowman: keyworded 2 for ia64, bug #643082
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'dev-util/shadowman')
-rw-r--r-- | dev-util/shadowman/shadowman-2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 95059ace20bc..45ba4eeb0a0e 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.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 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" RDEPEND="app-admin/eselect" |