diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-20 09:44:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-20 09:44:52 +0000 |
commit | bda9c86431d8f0d631075f7a4a422b5312f27b40 (patch) | |
tree | 84068860cc987fc10c9584418537ab7e7221503e /dev-java/junit | |
parent | Install API docs to proper htmldir, bug #296114. (diff) | |
download | gentoo-2-bda9c86431d8f0d631075f7a4a422b5312f27b40.tar.gz gentoo-2-bda9c86431d8f0d631075f7a4a422b5312f27b40.tar.bz2 gentoo-2-bda9c86431d8f0d631075f7a4a422b5312f27b40.zip |
Correct the keyword declaration
(Portage version: 2.2.7/cvs/Linux x86_64, 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 | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-java/junit/ChangeLog b/dev-java/junit/ChangeLog index 4496982a1605..6a09222f21c0 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.79 2013/06/27 22:09:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.80 2013/10/20 09:44:52 ago Exp $ + + 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> junit-4.11.ebuild: + Correct the keyword declaration 27 Jun 2013; Alexis Ballier <aballier@gentoo.org> junit-4.11.ebuild: keyword ~amd64-fbsd, bug #473430 diff --git a/dev-java/junit/junit-4.11.ebuild b/dev-java/junit/junit-4.11.ebuild index 5b9fc2411e8d..dc3cd4aa3eab 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.2 2013/06/27 22:09:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.11.ebuild,v 1.3 2013/10/20 09:44:52 ago Exp $ # WARNING: JUNIT.JAR IS _NOT_ SYMLINKED TO ANT-CORE LIB FOLDER AS JUNIT3 IS @@ -17,9 +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" |