summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/setconf/setconf-0.6.2.ebuild')
-rw-r--r--dev-util/setconf/setconf-0.6.2.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-util/setconf/setconf-0.6.2.ebuild b/dev-util/setconf/setconf-0.6.2.ebuild
index 7f9f73213b06..7823f479c8da 100644
--- a/dev-util/setconf/setconf-0.6.2.ebuild
+++ b/dev-util/setconf/setconf-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/setconf-0.6.2.ebuild,v 1.2 2014/03/29 10:33:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/setconf-0.6.2.ebuild,v 1.3 2014/03/29 12:04:20 ssuominen Exp $
EAPI=5
PYTHON_COMPAT=( python3_{2,3,4} )
@@ -15,6 +15,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+RDEPEND=${PYTHON_DEPS}
+
+# "REQUIRED_USE is needed to have a (un-)nice error when someone disabled all of python3" -mgorny
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
pkg_setup() {
python-single-r1_pkg_setup
}