media-video/vlc: clean up keywords across versions

This commit is contained in:
Mike Frysinger
2015-12-24 14:53:26 -05:00
parent 1768bd9cc7
commit c8dd83aeec
5 changed files with 8 additions and 18 deletions

View File

@@ -34,10 +34,8 @@ fi
LICENSE="LGPL-2.1 GPL-2"
SLOT="0/5-7" # vlc - vlccore
if [ "${PV%9999}" = "${PV}" ] ; then
if [[ ${PV} != *9999 ]] ; then
KEYWORDS="amd64 ~arm ppc ppc64 -sparc x86 ~x86-fbsd"
else
KEYWORDS=""
fi
IUSE="a52 aalib alsa altivec atmo +audioqueue avahi +avcodec

View File

@@ -34,10 +34,8 @@ fi
LICENSE="LGPL-2.1 GPL-2"
SLOT="0/5-7" # 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

View File

@@ -34,10 +34,8 @@ fi
LICENSE="LGPL-2.1 GPL-2"
SLOT="0/5-8" # vlc - vlccore
if [ "${PV%9999}" = "${PV}" ] ; then
if [[ ${PV} != *9999 ]] ; then
KEYWORDS="amd64 ~arm ppc ppc64 -sparc x86 ~x86-fbsd"
else
KEYWORDS="amd64 ppc ppc64 x86"
fi
IUSE="a52 aalib alsa altivec atmo +audioqueue +avcodec

View File

@@ -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

View File

@@ -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 +avcodec