diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2015-04-10 20:09:40 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2015-04-10 20:09:40 +0000 |
commit | 364edaf289e14dd35cf93d929f4c3cd78252637a (patch) | |
tree | 5e7b1338f58dc117d8d9bc8af56deb1a235e8646 /sci-mathematics | |
parent | Took over package maintainership and restored 4.3 version to the tree with no... (diff) | |
download | gentoo-2-364edaf289e14dd35cf93d929f4c3cd78252637a.tar.gz gentoo-2-364edaf289e14dd35cf93d929f4c3cd78252637a.tar.bz2 gentoo-2-364edaf289e14dd35cf93d929f4c3cd78252637a.zip |
added REQUIRED_USE to properly support the python-optional distutils-r1 required use flags
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/snns/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/snns/snns-4.3-r1.ebuild | 12 |
2 files changed, 13 insertions, 5 deletions
diff --git a/sci-mathematics/snns/ChangeLog b/sci-mathematics/snns/ChangeLog index 34bd1914ef58..d97797f47199 100644 --- a/sci-mathematics/snns/ChangeLog +++ b/sci-mathematics/snns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/snns # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.26 2015/04/10 20:03:20 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.27 2015/04/10 20:09:40 axs Exp $ + + 10 Apr 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> snns-4.3-r1.ebuild: + added REQUIRED_USE to properly support the python-optional distutils-r1 + required use flags *snns-4.3-r1 (10 Apr 2015) diff --git a/sci-mathematics/snns/snns-4.3-r1.ebuild b/sci-mathematics/snns/snns-4.3-r1.ebuild index a73da91c7eee..5c385e6ff90f 100644 --- a/sci-mathematics/snns/snns-4.3-r1.ebuild +++ b/sci-mathematics/snns/snns-4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.3-r1.ebuild,v 1.1 2015/04/10 20:03:20 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.3-r1.ebuild,v 1.2 2015/04/10 20:09:40 axs Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -20,9 +20,13 @@ IUSE="X doc python" RDEPEND="X? ( x11-libs/libXaw3d ) python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND} - >=sys-devel/bison-1.2.2 - X? ( x11-proto/xproto )" +DEPEND=">=sys-devel/bison-1.2.2 + X? ( + x11-libs/libXaw3d + x11-proto/xproto + )" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" S="${WORKDIR}/${MY_P}" |