summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-17 18:46:18 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-17 18:48:58 +0200
commit3b1e2cdd8aa75814a3d5d9d4b802f43b8bd24ac1 (patch)
treed30aab0d2d81845d4427a19487ea56cf81449ac7 /media-video/totem
parentmedia-sound/rhythmbox: Add missing 'python' use dep (diff)
downloadgentoo-3b1e2cdd8aa75814a3d5d9d4b802f43b8bd24ac1.tar.gz
gentoo-3b1e2cdd8aa75814a3d5d9d4b802f43b8bd24ac1.tar.bz2
gentoo-3b1e2cdd8aa75814a3d5d9d4b802f43b8bd24ac1.zip
media-video/totem: 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-video/totem')
-rw-r--r--media-video/totem/totem-3.18.1.ebuild4
-rw-r--r--media-video/totem/totem-3.22.1.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/media-video/totem/totem-3.18.1.ebuild b/media-video/totem/totem-3.18.1.ebuild
index c05e14b0ef96..84caef157936 100644
--- a/media-video/totem/totem-3.18.1.ebuild
+++ b/media-video/totem/totem-3.18.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -56,7 +56,7 @@ RDEPEND="
nautilus? ( >=gnome-base/nautilus-2.91.3 )
python? (
${PYTHON_DEPS}
- >=dev-libs/libpeas-1.1.0[${PYTHON_USEDEP}]
+ >=dev-libs/libpeas-1.1.0[python,${PYTHON_USEDEP}]
>=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
diff --git a/media-video/totem/totem-3.22.1.ebuild b/media-video/totem/totem-3.22.1.ebuild
index 6b7538d9fc5c..1314932fd432 100644
--- a/media-video/totem/totem-3.22.1.ebuild
+++ b/media-video/totem/totem-3.22.1.ebuild
@@ -55,7 +55,7 @@ RDEPEND="
nautilus? ( >=gnome-base/nautilus-2.91.3 )
python? (
${PYTHON_DEPS}
- >=dev-libs/libpeas-1.1.0[${PYTHON_USEDEP}]
+ >=dev-libs/libpeas-1.1.0[python,${PYTHON_USEDEP}]
>=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]