diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-20 08:36:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-20 08:36:06 +0000 |
commit | 57b0cb9debb9cde0b1f421a5fe6b6ee46d1450c0 (patch) | |
tree | 4fc2cd8ed4e8b7c7a398928cc8e24aa78eb8acc2 /dev-java/ant-apache-bsf | |
parent | Correct the keyword declaration (diff) | |
download | gentoo-2-57b0cb9debb9cde0b1f421a5fe6b6ee46d1450c0.tar.gz gentoo-2-57b0cb9debb9cde0b1f421a5fe6b6ee46d1450c0.tar.bz2 gentoo-2-57b0cb9debb9cde0b1f421a5fe6b6ee46d1450c0.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-bsf')
-rw-r--r-- | dev-java/ant-apache-bsf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-java/ant-apache-bsf/ChangeLog b/dev-java/ant-apache-bsf/ChangeLog index 778e8d97212e..7c09c416fc9e 100644 --- a/dev-java/ant-apache-bsf/ChangeLog +++ b/dev-java/ant-apache-bsf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/ant-apache-bsf # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.45 2013/08/28 22:15:28 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.46 2013/10/20 08:36:06 ago Exp $ + + 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-apache-bsf-1.9.2.ebuild: + Correct the keyword declaration *ant-apache-bsf-1.9.2 (28 Aug 2013) diff --git a/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild b/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild index 6e3216cf8e47..125271d8fd4e 100644 --- a/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild +++ b/dev-java/ant-apache-bsf/ant-apache-bsf-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-bsf/ant-apache-bsf-1.9.2.ebuild,v 1.1 2013/08/28 22:15:28 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.9.2.ebuild,v 1.2 2013/10/20 08:36:06 ago Exp $ EAPI="5" @@ -8,9 +8,7 @@ ANT_TASK_DEPNAME="bsf-2.3" 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" IUSE="python javascript tcl" DEPEND=">=dev-java/bsf-2.4.0-r1:2.3[python?,javascript?,tcl?]" |