sys-apps/install-xattr: drop 0.4 except for arm64, bug #550654.

Package-Manager: portage-2.2.20.1
This commit is contained in:
Anthony G. Basile
2015-10-08 21:20:25 -04:00
parent 65481a1371
commit 8730ba443c

View File

@@ -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