diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-10-16 14:23:29 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-16 14:26:25 -0400 |
commit | fc4a45fee983f6c6fbf81342cfc3a26823c2f1c8 (patch) | |
tree | ef8606f6cef4ab266ac2a2ffaad7b2968c372897 /sys-apps/install-xattr | |
parent | sys-libs/glibc: ignore locale settings in preinst test (diff) | |
download | gentoo-fc4a45fee983f6c6fbf81342cfc3a26823c2f1c8.tar.gz gentoo-fc4a45fee983f6c6fbf81342cfc3a26823c2f1c8.tar.bz2 gentoo-fc4a45fee983f6c6fbf81342cfc3a26823c2f1c8.zip |
sys-apps/install-xattr: drop pointless empty KEYWORDS
This makes ekeyword misbehave and setting it empty is pointless.
Diffstat (limited to 'sys-apps/install-xattr')
-rw-r--r-- | sys-apps/install-xattr/install-xattr-0.5.ebuild | 1 | ||||
-rw-r--r-- | sys-apps/install-xattr/install-xattr-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys-apps/install-xattr/install-xattr-0.5.ebuild b/sys-apps/install-xattr/install-xattr-0.5.ebuild index 5186798a0a9e..6d24a079715e 100644 --- a/sys-apps/install-xattr/install-xattr-0.5.ebuild +++ b/sys-apps/install-xattr/install-xattr-0.5.ebuild @@ -10,7 +10,6 @@ inherit toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git" - KEYWORDS="alpha arm hppa ia64 sparc" inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" diff --git a/sys-apps/install-xattr/install-xattr-9999.ebuild b/sys-apps/install-xattr/install-xattr-9999.ebuild index 471cd8db5b80..4273b3e3d189 100644 --- a/sys-apps/install-xattr/install-xattr-9999.ebuild +++ b/sys-apps/install-xattr/install-xattr-9999.ebuild @@ -10,7 +10,6 @@ inherit toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git" - KEYWORDS="" inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" |