commit:     fc4a45fee983f6c6fbf81342cfc3a26823c2f1c8
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 18:23:29 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 18:26:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4a45fe

sys-apps/install-xattr: drop pointless empty KEYWORDS

This makes ekeyword misbehave and setting it empty is pointless.

 sys-apps/install-xattr/install-xattr-0.5.ebuild  | 1 -
 sys-apps/install-xattr/install-xattr-9999.ebuild | 1 -
 2 files changed, 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 5186798..6d24a07 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 471cd8d..4273b3e 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";

Reply via email to