summaryrefslogtreecommitdiff
path: root/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild')
-rw-r--r--net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
index a8d6ec3abcd8..c07f5be960e3 100644
--- a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
+++ b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
inherit gnome2
DESCRIPTION="Stream directory browser for browsing internet radio streams"
@@ -12,14 +13,13 @@ SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="python +shout +xiph"
+IUSE="+shout +xiph"
RDEPEND="
>=x11-libs/gtk+-2.4:2
net-misc/curl
xiph? ( dev-libs/libxml2:2 )
>=media-libs/taglib-1.2
- python? ( dev-python/pygtk:2 )
x11-misc/xdg-utils
"
DEPEND="${RDEPEND}
@@ -50,7 +50,7 @@ src_configure() {
gnome2_src_configure \
--enable-compile-warnings=yes \
--disable-live365 \
- $(use_enable python) \
+ --disable-python \
$(use_enable shout shoutcast) \
$(use_enable xiph)
}