diff options
author | James Le Cuirot <chewi@gentoo.org> | 2015-06-14 09:21:29 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2015-06-14 09:21:29 +0000 |
commit | 830e54d7897f8130151f1d8086a40d4702e716a1 (patch) | |
tree | 77ef3027eaf2b9dc832bf5765e82c712156eaacd /dev-java/cglib | |
parent | Mark ppc and ppc64 stable in accordance with ALLARCHES policy. Remove (diff) | |
download | gentoo-2-830e54d7897f8130151f1d8086a40d4702e716a1.tar.gz gentoo-2-830e54d7897f8130151f1d8086a40d4702e716a1.tar.bz2 gentoo-2-830e54d7897f8130151f1d8086a40d4702e716a1.zip |
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)
Diffstat (limited to 'dev-java/cglib')
-rw-r--r-- | dev-java/cglib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/cglib/cglib-3.0.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-java/cglib/ChangeLog b/dev-java/cglib/ChangeLog index 15bd34c505dc..2977aad208a3 100644 --- a/dev-java/cglib/ChangeLog +++ b/dev-java/cglib/ChangeLog @@ -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 <chewi@gentoo.org> 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 <jlec@gentoo.org> metadata.xml: Updating remote-id in metadata.xml diff --git a/dev-java/cglib/cglib-3.0.ebuild b/dev-java/cglib/cglib-3.0.ebuild index 55df9d088397..3eba3ed0b578 100644 --- a/dev-java/cglib/cglib-3.0.ebuild +++ b/dev-java/cglib/cglib-3.0.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/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 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.jar" 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" |