sys-apps/install-xattr: mark 0.5 arm64/m68k/s390/sh stable

This commit is contained in:
Mike Frysinger
2015-10-16 14:24:10 -04:00
parent fc4a45fee9
commit 64b77b76d8

View File

@@ -13,7 +13,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="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
S=${WORKDIR}/${PN}
fi