diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-20 08:16:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-20 08:16:25 +0000 |
commit | b7f5ecda673c80913411c4e2d484172e0438353d (patch) | |
tree | 42bbceece82c316fb856499b5483c738de54ff79 | |
parent | old (diff) | |
download | gentoo-2-b7f5ecda673c80913411c4e2d484172e0438353d.tar.gz gentoo-2-b7f5ecda673c80913411c4e2d484172e0438353d.tar.bz2 gentoo-2-b7f5ecda673c80913411c4e2d484172e0438353d.zip |
Correct the keyword declaration
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-java/ant/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/ant/ant-1.9.2.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-java/ant/ChangeLog b/dev-java/ant/ChangeLog index 750a5f893a7f..0231dbb636eb 100644 --- a/dev-java/ant/ChangeLog +++ b/dev-java/ant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/ant # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.140 2013/08/28 22:23:01 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.141 2013/10/20 08:16:25 ago Exp $ + + 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-1.9.2.ebuild: + Correct the keyword declaration *ant-1.9.2 (28 Aug 2013) diff --git a/dev-java/ant/ant-1.9.2.ebuild b/dev-java/ant/ant-1.9.2.ebuild index 661e8bd866b3..24dbae1acb58 100644 --- a/dev-java/ant/ant-1.9.2.ebuild +++ b/dev-java/ant/ant-1.9.2.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/ant/ant-1.9.2.ebuild,v 1.1 2013/08/28 22:23:01 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild,v 1.2 2013/10/20 08:16:25 ago Exp $ EAPI="5" @@ -11,9 +11,7 @@ HOMEPAGE="http://ant.apache.org/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd \ - ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris \ - ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" DEPEND="~dev-java/ant-core-${PV}" RDEPEND="${DEPEND}" |