Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gpodder/
Date: Fri, 28 Oct 2016 17:12:46
Message-Id: 1477674735.568b11460f20638be1c705ec7a8a7919a7e1307e.pacho@gentoo
1 commit: 568b11460f20638be1c705ec7a8a7919a7e1307e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 17:12:15 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 17:12:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568b1146
7
8 media-sound/gpodder: gst-0.10 support is not used for years (#597970 by Jouni Kosonen)
9
10 Package-Manager: portage-2.3.2
11
12 media-sound/gpodder/gpodder-3.9.1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/media-sound/gpodder/gpodder-3.9.1.ebuild b/media-sound/gpodder/gpodder-3.9.1.ebuild
16 index 3db2e33..c957fe1 100644
17 --- a/media-sound/gpodder/gpodder-3.9.1.ebuild
18 +++ b/media-sound/gpodder/gpodder-3.9.1.ebuild
19 @@ -17,7 +17,7 @@ SRC_URI="http://gpodder.org/src/${P}.tar.gz"
20 LICENSE="GPL-3"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
23 -IUSE="+dbus bluetooth gstreamer ipod kernel_linux mtp test"
24 +IUSE="+dbus bluetooth ipod kernel_linux mtp test"
25
26 #TODO: Make pygtk optional, see README
27 COMMON_DEPEND="
28 @@ -28,7 +28,6 @@ COMMON_DEPEND="
29 >=dev-python/pygtk-2.16:2
30 dbus? ( dev-python/dbus-python )
31 bluetooth? ( net-wireless/bluez )
32 - gstreamer? ( dev-python/gst-python:0.10 )
33 ipod? ( media-libs/libgpod[python] )
34 mtp? ( >=media-libs/libmtp-1.0.0:= )
35 "