diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 13:29:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 13:51:00 +0200 |
commit | fcd21b865b40b36877233c4b472bd80a46a97c25 (patch) | |
tree | debd8e2a63770ebfc49aa48e95592f6f5306fc6f /media-sound/vitunes | |
parent | dev-util/edb-debugger: Drop superflous definition of S (diff) | |
download | gentoo-fcd21b865b40b36877233c4b472bd80a46a97c25.tar.gz gentoo-fcd21b865b40b36877233c4b472bd80a46a97c25.tar.bz2 gentoo-fcd21b865b40b36877233c4b472bd80a46a97c25.zip |
media-sound/vitunes: Remove support for non-existent deps
Diffstat (limited to 'media-sound/vitunes')
-rw-r--r-- | media-sound/vitunes/vitunes-2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/vitunes/vitunes-2.3.ebuild b/media-sound/vitunes/vitunes-2.3.ebuild index 3d7c9a5bacc5..51c9a8c5324c 100644 --- a/media-sound/vitunes/vitunes-2.3.ebuild +++ b/media-sound/vitunes/vitunes-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -17,7 +17,7 @@ IUSE="" DEPEND="media-libs/taglib sys-libs/ncurses" RDEPEND="${DEPEND} - || ( media-video/mplayer media-video/mplayer2 )" + media-video/mplayer" src_prepare() { epatch "${FILESDIR}"/${P}-asneeded.patch |