commit: 568b11460f20638be1c705ec7a8a7919a7e1307e Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Oct 28 17:12:15 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Oct 28 17:12:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568b1146
media-sound/gpodder: gst-0.10 support is not used for years (#597970 by Jouni Kosonen) Package-Manager: portage-2.3.2 media-sound/gpodder/gpodder-3.9.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/gpodder/gpodder-3.9.1.ebuild b/media-sound/gpodder/gpodder-3.9.1.ebuild index 3db2e33..c957fe1 100644 --- a/media-sound/gpodder/gpodder-3.9.1.ebuild +++ b/media-sound/gpodder/gpodder-3.9.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="http://gpodder.org/src/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="+dbus bluetooth gstreamer ipod kernel_linux mtp test" +IUSE="+dbus bluetooth ipod kernel_linux mtp test" #TODO: Make pygtk optional, see README COMMON_DEPEND=" @@ -28,7 +28,6 @@ COMMON_DEPEND=" >=dev-python/pygtk-2.16:2 dbus? ( dev-python/dbus-python ) bluetooth? ( net-wireless/bluez ) - gstreamer? ( dev-python/gst-python:0.10 ) ipod? ( media-libs/libgpod[python] ) mtp? ( >=media-libs/libmtp-1.0.0:= ) "
