diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-20 15:12:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-20 15:12:56 +0000 |
commit | 9cb702334f9b7f5ca19d35031ced2ca9b6e81b17 (patch) | |
tree | 1bacb9f1bd08051f7c645e598655ada9e904e0c9 /dev-java/junit | |
parent | Stable for ppc, wrt bug #476958 (diff) | |
download | gentoo-2-9cb702334f9b7f5ca19d35031ced2ca9b6e81b17.tar.gz gentoo-2-9cb702334f9b7f5ca19d35031ced2ca9b6e81b17.tar.bz2 gentoo-2-9cb702334f9b7f5ca19d35031ced2ca9b6e81b17.zip |
Stable for ppc, 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 82929700c360..acd36011ea20 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.82 2013/10/20 11:15:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.83 2013/10/20 15:12:56 ago Exp $ + + 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> junit-4.11.ebuild: + Stable for ppc, wrt bug #476958 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> junit-4.11.ebuild: Stable for x86, wrt bug #476958 diff --git a/dev-java/junit/junit-4.11.ebuild b/dev-java/junit/junit-4.11.ebuild index 0b7c581a0a73..f2f103a60ab1 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.5 2013/10/20 11:15:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.11.ebuild,v 1.6 2013/10/20 15:12:56 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 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" |