axs 15/04/10 20:09:40 Modified: snns-4.3-r1.ebuild ChangeLog Log: 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)
Revision Changes Path 1.2 sci-mathematics/snns/snns-4.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.3-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.3-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/snns-4.3-r1.ebuild?r1=1.1&r2=1.2 Index: snns-4.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.3-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- snns-4.3-r1.ebuild 10 Apr 2015 20:03:20 -0000 1.1 +++ snns-4.3-r1.ebuild 10 Apr 2015 20:09:40 -0000 1.2 @@ -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 @@ 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}" 1.27 sci-mathematics/snns/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/snns/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 10 Apr 2015 20:03:20 -0000 1.26 +++ ChangeLog 10 Apr 2015 20:09:40 -0000 1.27 @@ -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_) <[email protected]> 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)
