klausman 15/08/07 16:22:12 Modified: PEAR-Math_BigInteger-1.0.2.ebuild ChangeLog Log: Fix accidental stabilization for alpha. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFF10CDC620675478)
Revision Changes Path 1.7 dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild?r1=1.6&r2=1.7 Index: PEAR-Math_BigInteger-1.0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- PEAR-Math_BigInteger-1.0.2.ebuild 7 Aug 2015 15:40:11 -0000 1.6 +++ PEAR-Math_BigInteger-1.0.2.ebuild 7 Aug 2015 16:22:12 -0000 1.7 @@ -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/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild,v 1.6 2015/08/07 15:40:11 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild,v 1.7 2015/08/07 16:22:12 klausman Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-lang/php-5.3.0" 1.7 dev-php/PEAR-Math_BigInteger/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 7 Aug 2015 15:40:11 -0000 1.6 +++ ChangeLog 7 Aug 2015 16:22:12 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Math_BigInteger # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog,v 1.6 2015/08/07 15:40:11 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog,v 1.7 2015/08/07 16:22:12 klausman Exp $ + + 07 Aug 2015; Tobias Klausmann <[email protected]> + PEAR-Math_BigInteger-1.0.2.ebuild: + Fix accidental stabilization for alpha. 07 Aug 2015; Tobias Klausmann <[email protected]> PEAR-Math_BigInteger-1.0.2.ebuild:
