jlec 15/08/07 09:43:37 Modified: apbs-1.4.1-r2.ebuild ChangeLog Log: Use DISTUTILS_SINGLE_IMPL, hopefully fixing, bug #556916 Signed-off-by: Justin Lecher <[email protected]> (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.8 sci-chemistry/apbs/apbs-1.4.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild?r1=1.7&r2=1.8 Index: apbs-1.4.1-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- apbs-1.4.1-r2.ebuild 4 Jul 2015 19:37:27 -0000 1.7 +++ apbs-1.4.1-r2.ebuild 7 Aug 2015 09:43:37 -0000 1.8 @@ -1,10 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild,v 1.7 2015/07/04 19:37:27 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild,v 1.8 2015/08/07 09:43:37 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) +DISTUTILS_SINGLE_IMPL=true inherit cmake-utils distutils-r1 flag-o-matic multilib toolchain-funcs 1.81 sci-chemistry/apbs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 29 Jul 2015 03:10:07 -0000 1.80 +++ ChangeLog 7 Aug 2015 09:43:37 -0000 1.81 @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/apbs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.80 2015/07/29 03:10:07 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.81 2015/08/07 09:43:37 jlec Exp $ + + 07 Aug 2015; Justin Lecher <[email protected]> apbs-1.4.1-r2.ebuild: + Use DISTUTILS_SINGLE_IMPL, hopefully fixing, bug #556916 29 Jul 2015; Patrick Lauer <[email protected]> metadata.xml: Remove unneeded useflag description from metadata.xml
