diff options
author | 2016-01-06 17:37:49 +0100 | |
---|---|---|
committer | 2016-01-06 17:37:49 +0100 | |
commit | 3613c63ca1f0ed1d03d8eec0871eacc0276290ab (patch) | |
tree | 51e1aa35891b015bdeb6e76f69be7a2484728c79 | |
parent | x11-themes/fvwm-crystal: Honour upstream suggestion, see gentoo bug 499644 (diff) | |
download | mv-3613c63ca1f0ed1d03d8eec0871eacc0276290ab.tar.gz mv-3613c63ca1f0ed1d03d8eec0871eacc0276290ab.tar.bz2 mv-3613c63ca1f0ed1d03d8eec0871eacc0276290ab.zip |
Add REQUIRED_USE
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.4.0.ebuild | 3 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-99999999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.4.0.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.4.0.ebuild index b2a59f3c..ed633349 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.4.0.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.4.0.ebuild @@ -16,6 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="+amixer jack +pm-utils +xdg" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" case ${PV} in *9999) @@ -27,7 +28,7 @@ case ${PV} in S="${WORKDIR}/${PN}" src_unpack() { subversion_src_unpack -};; + };; esac RDEPEND="${PYTHON_DEPS} diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-99999999.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-99999999.ebuild index b2a59f3c..ed633349 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-99999999.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-99999999.ebuild @@ -16,6 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="+amixer jack +pm-utils +xdg" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" case ${PV} in *9999) @@ -27,7 +28,7 @@ case ${PV} in S="${WORKDIR}/${PN}" src_unpack() { subversion_src_unpack -};; + };; esac RDEPEND="${PYTHON_DEPS} |