Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3splt-gtk/
Date: Thu, 04 Apr 2019 20:43:42
Message-Id: 1554410597.e4e742c6e178b4ef695a8139b32e0945e52c2a8e.bman@gentoo
1 commit: e4e742c6e178b4ef695a8139b32e0945e52c2a8e
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 4 20:43:17 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 4 20:43:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e742c6
7
8 media-sound/mp3splt-gtk: fix DEPENDS
9
10 *Adjust hard depends on libmp3splt
11
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13 Package-Manager: Portage-2.3.62, Repoman-2.3.11
14
15 media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 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
19 index 771bf3e83a7..741682ebf20 100644
20 --- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
21 +++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.9.2-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -14,7 +14,7 @@ KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc x86"
29 IUSE="audacious doc gstreamer nls"
30
31 RDEPEND="
32 - ~media-libs/libmp3splt-0.9.2
33 + >=media-libs/libmp3splt-0.9.2
34 x11-libs/gtk+:3
35 audacious? ( >=media-sound/audacious-3.0 )
36 !audacious? ( dev-libs/dbus-glib )