diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 22:09:59 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 22:09:59 +0000 |
commit | 7648173ad0dc338be73486568e3550486f7bcc23 (patch) | |
tree | cf487320d5b0328c2e36e11cc8e5627b8f751c64 /dev-java/junit | |
parent | Add latest iPXE and add the current version that QEMU uses as well. bug #462898 (diff) | |
download | gentoo-2-7648173ad0dc338be73486568e3550486f7bcc23.tar.gz gentoo-2-7648173ad0dc338be73486568e3550486f7bcc23.tar.bz2 gentoo-2-7648173ad0dc338be73486568e3550486f7bcc23.zip |
keyword ~amd64-fbsd, bug #473430
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
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 cd9f91eedfc3..4496982a1605 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.78 2013/06/15 23:35:46 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.79 2013/06/27 22:09:59 aballier Exp $ + + 27 Jun 2013; Alexis Ballier <aballier@gentoo.org> junit-4.11.ebuild: + keyword ~amd64-fbsd, bug #473430 *junit-4.11 (15 Jun 2013) diff --git a/dev-java/junit/junit-4.11.ebuild b/dev-java/junit/junit-4.11.ebuild index e11f8733f32f..5b9fc2411e8d 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.1 2013/06/15 23:20:39 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.11.ebuild,v 1.2 2013/06/27 22:09:59 aballier 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 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux \ +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" |