diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-20 08:32:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-20 08:32:36 +0000 |
commit | 9711176d7aa52b57818d514bfaa5727d20630d4e (patch) | |
tree | 8f1ed5fb605881c8a76f82badce858b507c89f21 /dev-java/ant-apache-bcel | |
parent | Correct the keyword declaration (diff) | |
download | gentoo-2-9711176d7aa52b57818d514bfaa5727d20630d4e.tar.gz gentoo-2-9711176d7aa52b57818d514bfaa5727d20630d4e.tar.bz2 gentoo-2-9711176d7aa52b57818d514bfaa5727d20630d4e.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-apache-bcel')
-rw-r--r-- | dev-java/ant-apache-bcel/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/ant-apache-bcel/ant-apache-bcel-1.9.2.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-java/ant-apache-bcel/ChangeLog b/dev-java/ant-apache-bcel/ChangeLog index 6ba59289d52e..05e05909bfef 100644 --- a/dev-java/ant-apache-bcel/ChangeLog +++ b/dev-java/ant-apache-bcel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/ant-apache-bcel # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bcel/ChangeLog,v 1.35 2013/08/28 22:15:05 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bcel/ChangeLog,v 1.36 2013/10/20 08:32:36 ago Exp $ + + 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-apache-bcel-1.9.2.ebuild: + Correct the keyword declaration *ant-apache-bcel-1.9.2 (28 Aug 2013) diff --git a/dev-java/ant-apache-bcel/ant-apache-bcel-1.9.2.ebuild b/dev-java/ant-apache-bcel/ant-apache-bcel-1.9.2.ebuild index 13f36efdc6c1..7a4012c6d95a 100644 --- a/dev-java/ant-apache-bcel/ant-apache-bcel-1.9.2.ebuild +++ b/dev-java/ant-apache-bcel/ant-apache-bcel-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-apache-bcel/ant-apache-bcel-1.9.2.ebuild,v 1.1 2013/08/28 22:15:05 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bcel/ant-apache-bcel-1.9.2.ebuild,v 1.2 2013/10/20 08:32:36 ago Exp $ EAPI="5" @@ -8,9 +8,7 @@ ANT_TASK_DEPNAME="bcel" inherit ant-tasks -KEYWORDS="~amd64 ~ppc ~ppc64 ~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 ~ppc64 ~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/bcel-5.1-r3:0" RDEPEND="${DEPEND}" |