diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-16 19:38:10 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-16 19:41:06 +0200 |
commit | 76730b8b9e691d70e2151727e362efed5fc9d262 (patch) | |
tree | c30f7e51b5ebd753345ecc41211310868115b01c /media-video | |
parent | media-video/mplayer: --disable-directfb also in 9999 (diff) | |
download | gentoo-76730b8b9e691d70e2151727e362efed5fc9d262.tar.gz gentoo-76730b8b9e691d70e2151727e362efed5fc9d262.tar.bz2 gentoo-76730b8b9e691d70e2151727e362efed5fc9d262.zip |
media-video/mplayer: Drop duplicate KEYWORDS line
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer/mplayer-1.3.0-r5.ebuild | 2 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-9999.ebuild | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/media-video/mplayer/mplayer-1.3.0-r5.ebuild b/media-video/mplayer/mplayer-1.3.0-r5.ebuild index 6b515f5212dc..bd0a05495e9c 100644 --- a/media-video/mplayer/mplayer-1.3.0-r5.ebuild +++ b/media-video/mplayer/mplayer-1.3.0-r5.ebuild @@ -152,8 +152,6 @@ SLOT="0" LICENSE="GPL-2" if [[ ${PV} != *9999* ]]; then KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -else - KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 x86" fi # faac codecs are nonfree diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild index 2c2076760636..c32bc38e1cd5 100644 --- a/media-video/mplayer/mplayer-9999.ebuild +++ b/media-video/mplayer/mplayer-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 EGIT_REPO_URI="https://git.videolan.org/git/ffmpeg.git" ESVN_REPO_URI="svn://svn.mplayerhq.hu/mplayer/trunk" -[[ ${PV} = *9999* ]] && SVN_ECLASS="subversion git-r3" || SVN_ECLASS="" +[[ ${PV} = *9999* ]] && SVN_ECLASS="subversion git-r3" inherit toolchain-funcs flag-o-matic ${SVN_ECLASS} @@ -152,8 +152,6 @@ SLOT="0" LICENSE="GPL-2" if [[ ${PV} != *9999* ]]; then KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -else - KEYWORDS="" fi # faac codecs are nonfree |