media-sound/ifp-gnome: Add missing Python variables
authorDavid Seifert <soap@gentoo.org>
Sun, 19 Feb 2017 10:16:15 +0000 (11:16 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 19 Feb 2017 10:16:15 +0000 (11:16 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

media-sound/ifp-gnome/ifp-gnome-0.7-r2.ebuild [moved from media-sound/ifp-gnome/ifp-gnome-0.7-r1.ebuild with 86% similarity]

similarity index 86%
rename from media-sound/ifp-gnome/ifp-gnome-0.7-r1.ebuild
rename to media-sound/ifp-gnome/ifp-gnome-0.7-r2.ebuild
index a6efcc3ce73b570a7d5244a3d9ef9f47faebaa01..68c240a6030555ff2914dd9e5c1f248c92edc7cf 100644 (file)
@@ -5,6 +5,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
+
 inherit python-single-r1
 
 DESCRIPTION="Gnome front-end for file management on iRiver iFP MP3 players"
@@ -15,8 +16,10 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND=">=dev-python/libgnome-python-2[${PYTHON_USEDEP}]
+RDEPEND="${PYTHON_DEPS}
+       >=dev-python/libgnome-python-2[${PYTHON_USEDEP}]
        >=dev-python/pygtk-2[${PYTHON_USEDEP}]
        >=dev-python/pyifp-0.2.2[${PYTHON_USEDEP}]"
 DEPEND=""