chewi 15/06/14 09:21:29 Modified: cglib-3.0.ebuild ChangeLog Log: Mark ppc and ppc64 stable in accordance with ALLARCHES policy. Unfortunately some tests fail due to memory-related issues that are probably VM-specific but harmless enough. This will hopefully change for ppc64 when it gets HotSpot. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Revision Changes Path 1.6 dev-java/cglib/cglib-3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/cglib-3.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/cglib-3.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/cglib-3.0.ebuild?r1=1.5&r2=1.6 Index: cglib-3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/cglib/cglib-3.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cglib-3.0.ebuild 8 Jun 2015 23:28:00 -0000 1.5 +++ cglib-3.0.ebuild 14 Jun 2015 09:21:29 -0000 1.6 @@ -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-java/cglib/cglib-3.0.ebuild,v 1.5 2015/06/08 23:28:00 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/cglib/cglib-3.0.ebuild,v 1.6 2015/06/14 09:21:29 chewi Exp $ EAPI="5" @@ -14,9 +14,11 @@ LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="amd64 x86 ~ppc ~ppc64" +KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" +# Fails some tests on ppc(64) due to memory-related issues that are +# probably VM-specific but harmless enough. +RESTRICT="ppc? ( test ) ppc64? ( test )" COMMON_DEP="dev-java/asm:4 dev-java/ant-core:0" 1.63 dev-java/cglib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/ChangeLog?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/ChangeLog?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/cglib/ChangeLog?r1=1.62&r2=1.63 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/cglib/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ChangeLog 9 Jun 2015 13:32:06 -0000 1.62 +++ ChangeLog 14 Jun 2015 09:21:29 -0000 1.63 @@ -1,6 +1,11 @@ # ChangeLog for dev-java/cglib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/cglib/ChangeLog,v 1.62 2015/06/09 13:32:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/cglib/ChangeLog,v 1.63 2015/06/14 09:21:29 chewi Exp $ + + 14 Jun 2015; James Le Cuirot <[email protected]> cglib-3.0.ebuild: + Mark ppc and ppc64 stable in accordance with ALLARCHES policy. Unfortunately + some tests fail due to memory-related issues that are probably VM-specific but + harmless enough. This will hopefully change for ppc64 when it gets HotSpot. 09 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Updating remote-id in metadata.xml
