From c8dd83aeec8ac2fc1e921493ecb7b647820c17bd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 24 Dec 2015 14:53:26 -0500 Subject: media-video/vlc: clean up keywords across versions --- media-video/vlc/vlc-2.2.9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'media-video/vlc/vlc-2.2.9999.ebuild') 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 -- cgit v1.2.3-65-gdbad