summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-06 09:20:58 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-06 11:36:40 +0200
commit546307aa2cff46241a5e31931fad5655b1779096 (patch)
tree1a06c14383622891caa1f176a875647ae87c7338 /sys-apps/paludis/paludis-9999.ebuild
parentpackage.mask: Remove mask of media-plugins/vdr-xineliboutput (diff)
downloadgentoo-546307aa2cff46241a5e31931fad5655b1779096.tar.gz
gentoo-546307aa2cff46241a5e31931fad5655b1779096.tar.bz2
gentoo-546307aa2cff46241a5e31931fad5655b1779096.zip
sys-apps/paludis: Explicitly expose the supported RUBY_TARGET
Diffstat (limited to 'sys-apps/paludis/paludis-9999.ebuild')
-rw-r--r--sys-apps/paludis/paludis-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/paludis/paludis-9999.ebuild b/sys-apps/paludis/paludis-9999.ebuild
index 928aac4aa29b..5df5c757fbc0 100644
--- a/sys-apps/paludis/paludis-9999.ebuild
+++ b/sys-apps/paludis/paludis-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,7 @@ DESCRIPTION="paludis, the other package mangler"
HOMEPAGE="http://paludis.exherbo.org/"
SRC_URI=""
-IUSE="doc pbins pink python ruby search-index test +xml"
+IUSE="doc pbins pink python ruby ruby_targets_ruby${RUBY_VER/./} search-index test +xml"
LICENSE="GPL-2 vim"
SLOT="0"
KEYWORDS=""
@@ -51,7 +51,8 @@ RDEPEND="${COMMON_DEPEND}
PDEPEND="app-eselect/eselect-package-manager"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+ ruby? ( ruby_targets_ruby${RUBY_VER/./} )"
RESTRICT="!test? ( test )"
pkg_pretend() {