commit:     3b1e2cdd8aa75814a3d5d9d4b802f43b8bd24ac1
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 16:46:18 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 16:48:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b1e2cdd

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

 media-video/totem/totem-3.18.1.ebuild | 4 ++--
 media-video/totem/totem-3.22.1.ebuild | 2 +-
 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 c05e14b0ef9..84caef15793 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 6b7538d9fc5..1314932fd43 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}]

Reply via email to