diff options
author | 2013-10-20 16:32:37 +0000 | |
---|---|---|
committer | 2013-10-20 16:32:37 +0000 | |
commit | 818e550ca753f1bd027fd44fc8befe4cecaa89e4 (patch) | |
tree | 3af03642f36d5d1ba6465a816fc98a962b6da499 /dev-java/junit | |
parent | Stable for ppc64, wrt bug #476958 (diff) | |
download | gentoo-2-818e550ca753f1bd027fd44fc8befe4cecaa89e4.tar.gz gentoo-2-818e550ca753f1bd027fd44fc8befe4cecaa89e4.tar.bz2 gentoo-2-818e550ca753f1bd027fd44fc8befe4cecaa89e4.zip |
Stable for ppc64, wrt bug #476958
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-java/junit')
-rw-r--r-- | dev-java/junit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/junit/junit-4.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/junit/ChangeLog b/dev-java/junit/ChangeLog index acd36011ea20..d38644ca0afc 100644 --- a/dev-java/junit/ChangeLog +++ b/dev-java/junit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/junit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.83 2013/10/20 15:12:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.84 2013/10/20 16:32:37 ago Exp $ + + 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> junit-4.11.ebuild: + Stable for ppc64, wrt bug #476958 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> junit-4.11.ebuild: Stable for ppc, wrt bug #476958 diff --git a/dev-java/junit/junit-4.11.ebuild b/dev-java/junit/junit-4.11.ebuild index f2f103a60ab1..b29a36c44f5a 100644 --- a/dev-java/junit/junit-4.11.ebuild +++ b/dev-java/junit/junit-4.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.11.ebuild,v 1.6 2013/10/20 15:12:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.11.ebuild,v 1.7 2013/10/20 16:32:37 ago Exp $ # WARNING: JUNIT.JAR IS _NOT_ SYMLINKED TO ANT-CORE LIB FOLDER AS JUNIT3 IS @@ -17,7 +17,7 @@ HOMEPAGE="http://www.junit.org/" LICENSE="CPL-1.0" SLOT="4" -KEYWORDS="amd64 ppc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" CDEPEND="dev-java/hamcrest-core:1.3" |