diff options
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/setconf/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/setconf/setconf-0.6.2.ebuild | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/dev-util/setconf/ChangeLog b/dev-util/setconf/ChangeLog index 470bd697c6fa..0f07f37a1d61 100644 --- a/dev-util/setconf/ChangeLog +++ b/dev-util/setconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/setconf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v 1.4 2014/03/29 10:33:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v 1.5 2014/03/29 12:04:20 ssuominen Exp $ + + 29 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> setconf-0.6.2.ebuild: + Set RDEPEND and REQUIRED_USE for technical limitations of the python- + single-r1.eclass 29 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> setconf-0.6.2.ebuild: Make use of python-single-r1.eclass and python_fix_shebang. Allow all of 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 } |