diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-04 16:43:17 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-04 16:43:17 -0400 |
commit | e4e742c6e178b4ef695a8139b32e0945e52c2a8e (patch) | |
tree | 8966cb9d72ce57aa4923a0d00b3736d08dfad79e /media-sound/mp3splt-gtk | |
parent | media-sound/mp3splt: bump EAPI and fix depends (diff) | |
download | gentoo-e4e742c6e178b4ef695a8139b32e0945e52c2a8e.tar.gz gentoo-e4e742c6e178b4ef695a8139b32e0945e52c2a8e.tar.bz2 gentoo-e4e742c6e178b4ef695a8139b32e0945e52c2a8e.zip |
media-sound/mp3splt-gtk: fix DEPENDS
*Adjust hard depends on libmp3splt
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'media-sound/mp3splt-gtk')
-rw-r--r-- | media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild index 771bf3e83a70..741682ebf20c 100644 --- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild +++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86" IUSE="audacious doc gstreamer nls" RDEPEND=" - ~media-libs/libmp3splt-0.9.2 + >=media-libs/libmp3splt-0.9.2 x11-libs/gtk+:3 audacious? ( >=media-sound/audacious-3.0 ) !audacious? ( dev-libs/dbus-glib ) |