diff options
Diffstat (limited to 'media-video/vlc/vlc-2.1.5-r1.ebuild')
-rw-r--r-- | media-video/vlc/vlc-2.1.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-2.1.5-r1.ebuild b/media-video/vlc/vlc-2.1.5-r1.ebuild index 2bf527f52e76..c2fef7ba1683 100644 --- a/media-video/vlc/vlc-2.1.5-r1.ebuild +++ b/media-video/vlc/vlc-2.1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.5-r1.ebuild,v 1.5 2015/02/28 15:52:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.5-r1.ebuild,v 1.6 2015/02/28 23:37:10 ago Exp $ EAPI="5" @@ -35,7 +35,7 @@ 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" + KEYWORDS="amd64 ~arm ~ppc -sparc ~x86 ~x86-fbsd" else KEYWORDS="" fi |