diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-12-09 19:08:01 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-12-09 20:48:08 +0800 |
commit | f3e7fc1e1218924f1a69adf5762635a4ae4c03a3 (patch) | |
tree | 910460156c514abdbcf0ef5d40bb5a72037ffc9f /x11-themes/fvwm-crystal | |
parent | net-dns/avahi: drop sym link to dbus-org.freedesktop.Avahi.service, bug #567798. (diff) | |
download | gentoo-f3e7fc1e1218924f1a69adf5762635a4ae4c03a3.tar.gz gentoo-f3e7fc1e1218924f1a69adf5762635a4ae4c03a3.tar.bz2 gentoo-f3e7fc1e1218924f1a69adf5762635a4ae4c03a3.zip |
x11-themes/fvwm-crystal: add missed var REQUIRED_USE req'd for python-r1
Patch submitted by package's proxy maintainer via the gentoo bug
Gentoo bug: #567334
Package-Manager: portage-2.2.24
Diffstat (limited to 'x11-themes/fvwm-crystal')
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild index f76c9fc3ee28..4826ce23c66e 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5.ebuild @@ -25,6 +25,8 @@ RDEPEND="${PYTHON_DEPS} virtual/awk x11-apps/xwd" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + src_install() { emake \ DESTDIR="${D}" \ |