commit:     fcd21b865b40b36877233c4b472bd80a46a97c25
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 11:29:26 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 11:51:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd21b86

media-sound/vitunes: Remove support for non-existent deps

 media-sound/vitunes/vitunes-2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/vitunes/vitunes-2.3.ebuild 
b/media-sound/vitunes/vitunes-2.3.ebuild
index 3d7c9a5bacc..51c9a8c5324 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

Reply via email to