diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-01-26 14:00:19 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-01-26 14:00:19 +0000 |
commit | 938c6d2c70624c77a7f7e424d2fc79b62f609662 (patch) | |
tree | 6e8c3b961adc2fc2e75999aeb12d19d215065cdf /dev-java/ant-apache-bsf | |
parent | Explicitly inherited toolchain-funcs to solve Bug #144529. (diff) | |
download | historical-938c6d2c70624c77a7f7e424d2fc79b62f609662.tar.gz historical-938c6d2c70624c77a7f7e424d2fc79b62f609662.tar.bz2 historical-938c6d2c70624c77a7f7e424d2fc79b62f609662.zip |
Added ~ppc.
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'dev-java/ant-apache-bsf')
-rw-r--r-- | dev-java/ant-apache-bsf/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/ant-apache-bsf/ant-apache-bsf-1.7.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/ant-apache-bsf/ChangeLog b/dev-java/ant-apache-bsf/ChangeLog index 3fa0381835ae..de43f621eb33 100644 --- a/dev-java/ant-apache-bsf/ChangeLog +++ b/dev-java/ant-apache-bsf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/ant-apache-bsf # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.3 2007/01/25 18:17:34 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.4 2007/01/26 13:41:41 nelchael Exp $ + + 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> + ant-apache-bsf-1.7.0.ebuild: + Added ~ppc. 25 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org> ant-apache-bsf-1.7.0.ebuild: diff --git a/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.0.ebuild b/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.0.ebuild index 540aa381fc4f..e2d5575c1651 100644 --- a/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.0.ebuild +++ b/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 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.7.0.ebuild,v 1.4 2007/01/25 18:17:34 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.0.ebuild,v 1.5 2007/01/26 13:41:41 nelchael Exp $ ANT_TASK_DEPNAME="bsf-2.3" inherit ant-tasks -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" DEPEND=">=dev-java/bsf-2.3.0-r3" RDEPEND="${DEPEND}" |