diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-06-14 15:24:17 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-06-14 15:24:24 +0100 |
commit | 7fd3c054e4beedd4dbcecfa7033dd2594256bdfa (patch) | |
tree | 0db13ea8a0d60a71974c27067d38735404d485dd /media-sound/xmms2 | |
parent | sys-process/criu: fixed to not use git cmd (diff) | |
download | gentoo-7fd3c054e4beedd4dbcecfa7033dd2594256bdfa.tar.gz gentoo-7fd3c054e4beedd4dbcecfa7033dd2594256bdfa.tar.bz2 gentoo-7fd3c054e4beedd4dbcecfa7033dd2594256bdfa.zip |
media-sound/xmms2: populate REQUIRED_USE from python-single-r1.eclass
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'media-sound/xmms2')
-rw-r--r-- | media-sound/xmms2/xmms2-0.8-r4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-sound/xmms2/xmms2-0.8-r4.ebuild b/media-sound/xmms2/xmms2-0.8-r4.ebuild index be25c41f8900..894796be5be4 100644 --- a/media-sound/xmms2/xmms2-0.8-r4.ebuild +++ b/media-sound/xmms2/xmms2-0.8-r4.ebuild @@ -83,6 +83,8 @@ DEPEND="${RDEPEND} valgrind? ( dev-util/valgrind ) ) " +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + S="${WORKDIR}/${MY_P}" pkg_setup() { |