x11-libs/pixman: Drop mistakenly added KEYWORDS.
authorMatt Turner <mattst88@gentoo.org>
Sun, 5 Mar 2017 02:58:44 +0000 (18:58 -0800)
committerMatt Turner <mattst88@gentoo.org>
Sun, 5 Mar 2017 02:59:43 +0000 (18:59 -0800)
x11-libs/pixman/pixman-0.34.0.ebuild
x11-libs/pixman/pixman-9999.ebuild

index 9d91539cda90635b872e71ba8c35489899474d44..0d6286c5893091741802c9186a978aca8e2e909f 100644 (file)
@@ -8,9 +8,7 @@ inherit xorg-2
 EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman"
 DESCRIPTION="Low-level pixel manipulation routines"
 
-if [[ $PV = 9999* ]]; then
-       KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-else
+if [[ $PV != 9999* ]]; then
        KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 fi
 
index 2db953010b643cb44a848462fa75ac848cb9ab83..908c4e19d2f6bb99bb20ae025dc5508052caa443 100644 (file)
@@ -8,9 +8,7 @@ inherit xorg-2
 EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman"
 DESCRIPTION="Low-level pixel manipulation routines"
 
-if [[ $PV = 9999* ]]; then
-       KEYWORDS=""
-else
+if [[ $PV != 9999* ]]; then
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 fi