diff options
author | David Seifert <soap@gentoo.org> | 2017-04-17 18:46:18 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-17 18:48:53 +0200 |
commit | 46c126aee866b9bc278336f75568f14650903300 (patch) | |
tree | 15e6641684836d382491a923b960b4e171af9942 /media-sound/rhythmbox | |
parent | app-editors/gedit-plugins: Add missing 'python' use dep (diff) | |
download | gentoo-46c126aee866b9bc278336f75568f14650903300.tar.gz gentoo-46c126aee866b9bc278336f75568f14650903300.tar.bz2 gentoo-46c126aee866b9bc278336f75568f14650903300.zip |
media-sound/rhythmbox: Add missing 'python' use dep
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4434
Diffstat (limited to 'media-sound/rhythmbox')
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-3.4.1.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild index aae5600b56a3..c15305f477ba 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild @@ -30,7 +30,7 @@ COMMON_DEPEND=" >=x11-libs/gtk+-3.16:3[X,introspection] >=x11-libs/gdk-pixbuf-2.18:2 >=dev-libs/gobject-introspection-0.10:= - >=dev-libs/libpeas-0.7.3[gtk,python?] + >=dev-libs/libpeas-0.7.3[gtk] >=dev-libs/totem-pl-parser-3.2 >=net-libs/libsoup-2.42:2.4 >=media-libs/gst-plugins-base-1.4:1.0[introspection] @@ -68,7 +68,7 @@ RDEPEND="${COMMON_DEPEND} media-plugins/gst-plugins-taglib:1.0 x11-themes/adwaita-icon-theme python? ( - >=dev-libs/libpeas-0.7.3[${PYTHON_USEDEP}] + >=dev-libs/libpeas-0.7.3[python,${PYTHON_USEDEP}] net-libs/libsoup:2.4[introspection] x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection] diff --git a/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild index fbe2dd05d8f6..f99bee2dd9c9 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,7 +30,7 @@ COMMON_DEPEND=" >=x11-libs/gtk+-3.16:3[X,introspection] >=x11-libs/gdk-pixbuf-2.18:2 >=dev-libs/gobject-introspection-0.10:= - >=dev-libs/libpeas-0.7.3[gtk,python?] + >=dev-libs/libpeas-0.7.3[gtk] >=dev-libs/totem-pl-parser-3.2 >=net-libs/libsoup-2.42:2.4 >=media-libs/gst-plugins-base-1.4:1.0[introspection] @@ -68,7 +68,7 @@ RDEPEND="${COMMON_DEPEND} media-plugins/gst-plugins-taglib:1.0 x11-themes/adwaita-icon-theme python? ( - >=dev-libs/libpeas-0.7.3[${PYTHON_USEDEP}] + >=dev-libs/libpeas-0.7.3[python,${PYTHON_USEDEP}] net-libs/libsoup:2.4[introspection] x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection] |