diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-24 14:53:26 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-24 15:16:40 -0500 |
commit | c8dd83aeec8ac2fc1e921493ecb7b647820c17bd (patch) | |
tree | b302b2c734165dbc3690ccf42faeddee432d61a9 /media-video/vlc/vlc-2.2.9999.ebuild | |
parent | media-plugins/emotion_generic_players: version bump to 1.16.0 (diff) | |
download | gentoo-c8dd83aeec8ac2fc1e921493ecb7b647820c17bd.tar.gz gentoo-c8dd83aeec8ac2fc1e921493ecb7b647820c17bd.tar.bz2 gentoo-c8dd83aeec8ac2fc1e921493ecb7b647820c17bd.zip |
media-video/vlc: clean up keywords across versions
Diffstat (limited to 'media-video/vlc/vlc-2.2.9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-2.2.9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-video/vlc/vlc-2.2.9999.ebuild b/media-video/vlc/vlc-2.2.9999.ebuild index f264f1c33f61..bf7818afa1aa 100644 --- a/media-video/vlc/vlc-2.2.9999.ebuild +++ b/media-video/vlc/vlc-2.2.9999.ebuild @@ -34,10 +34,8 @@ fi LICENSE="LGPL-2.1 GPL-2" SLOT="0/5-8" # vlc - vlccore -if [ "${PV%9999}" = "${PV}" ] ; then - KEYWORDS="~amd64 ~arm ~ppc -sparc ~x86 ~x86-fbsd" -else - KEYWORDS="" +if [[ ${PV} != *9999 ]] ; then + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd" fi IUSE="a52 aalib alsa altivec atmo +audioqueue avahi +avcodec |