commit:     4b6cf0121b7918bdb3fb7623b4b663cc9fb12cf7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 10:32:04 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 11:27:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6cf012

media-sound/exaile: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/exaile/exaile-3.4.5.ebuild | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/media-sound/exaile/exaile-3.4.5.ebuild 
b/media-sound/exaile/exaile-3.4.5.ebuild
index 86ed27f08ab..de353fde214 100644
--- a/media-sound/exaile/exaile-3.4.5.ebuild
+++ b/media-sound/exaile/exaile-3.4.5.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
@@ -16,8 +16,11 @@ LICENSE="GPL-2 GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="cddb libnotify nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-python/dbus-python
+RDEPEND="
+       ${PYTHON_DEPS}
+       dev-python/dbus-python
        dev-python/gst-python:0.10
        >=dev-python/pygtk-2.17
        >=dev-python/pygobject-2.18:2
@@ -26,8 +29,11 @@ RDEPEND="dev-python/dbus-python
        media-plugins/gst-plugins-meta:0.10
        cddb? ( dev-python/cddb-py )
        libnotify? ( dev-python/notify-python )"
-DEPEND="nls? ( dev-util/intltool
-               sys-devel/gettext )"
+DEPEND="
+       nls? (
+               dev-util/intltool
+               sys-devel/gettext
+       )"
 
 RESTRICT="test" #315589
 

Reply via email to