diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-20 09:37:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-20 09:37:19 +0000 |
commit | c43a0c6e2bbb248aff182aeae5f00955d0a1f959 (patch) | |
tree | 1b9ee8a5509d2bd32aa515bb8cee7b0e0cdc588c /dev-java/ant-testutil | |
parent | Correct the keyword declaration (diff) | |
download | gentoo-2-c43a0c6e2bbb248aff182aeae5f00955d0a1f959.tar.gz gentoo-2-c43a0c6e2bbb248aff182aeae5f00955d0a1f959.tar.bz2 gentoo-2-c43a0c6e2bbb248aff182aeae5f00955d0a1f959.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/ant-testutil')
-rw-r--r-- | dev-java/ant-testutil/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/ant-testutil/ant-testutil-1.9.2.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-java/ant-testutil/ChangeLog b/dev-java/ant-testutil/ChangeLog index a7d013e2fc82..ab6ec6e8188e 100644 --- a/dev-java/ant-testutil/ChangeLog +++ b/dev-java/ant-testutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/ant-testutil # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.19 2013/08/28 22:22:05 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.20 2013/10/20 09:37:19 ago Exp $ + + 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-testutil-1.9.2.ebuild: + Correct the keyword declaration *ant-testutil-1.9.2 (28 Aug 2013) diff --git a/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild b/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild index 52c060368582..7509cea7ee88 100644 --- a/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild +++ b/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild @@ -1,15 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v 1.1 2013/08/28 22:22:05 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v 1.2 2013/10/20 09:37:19 ago Exp $ EAPI="5" inherit ant-tasks DESCRIPTION="Apache Ant's optional test utility classes" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux \ - ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris \ - ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" CDEPEND="dev-java/ant-core:0" |