diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-10-08 21:20:25 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-10-08 21:20:25 -0400 |
commit | 8730ba443c4ec4f85621af9f7e1f137e559eabff (patch) | |
tree | b05206ab72436338b5fdd9a1c781f7d6a286f85f /sys-apps | |
parent | profiles: mask dev-util/elfsh for removal in 30 days. (diff) | |
download | gentoo-8730ba443c4ec4f85621af9f7e1f137e559eabff.tar.gz gentoo-8730ba443c4ec4f85621af9f7e1f137e559eabff.tar.bz2 gentoo-8730ba443c4ec4f85621af9f7e1f137e559eabff.zip |
sys-apps/install-xattr: drop 0.4 except for arm64, bug #550654.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/install-xattr/install-xattr-0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/install-xattr/install-xattr-0.4.ebuild b/sys-apps/install-xattr/install-xattr-0.4.ebuild index 814485f391d4..e26737ea5b30 100644 --- a/sys-apps/install-xattr/install-xattr-0.4.ebuild +++ b/sys-apps/install-xattr/install-xattr-0.4.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" + KEYWORDS="arm64" S=${WORKDIR}/${PN} fi |