diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-07-14 22:11:35 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-07-14 22:11:35 +0000 |
commit | 59109f8d9cf54eba24dce75516c6622c3049e66e (patch) | |
tree | 26f6ebd1cdf35e40b3d46025f9c17f299b984f0a /dev-java/ant-jsch/ant-jsch-1.7.1.ebuild | |
parent | Copy local USE flags from ant-tasks to ant for 1.7.1. (diff) | |
download | historical-59109f8d9cf54eba24dce75516c6622c3049e66e.tar.gz historical-59109f8d9cf54eba24dce75516c6622c3049e66e.tar.bz2 historical-59109f8d9cf54eba24dce75516c6622c3049e66e.zip |
Version bump, bug #231776.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64
Diffstat (limited to 'dev-java/ant-jsch/ant-jsch-1.7.1.ebuild')
-rw-r--r-- | dev-java/ant-jsch/ant-jsch-1.7.1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-java/ant-jsch/ant-jsch-1.7.1.ebuild b/dev-java/ant-jsch/ant-jsch-1.7.1.ebuild new file mode 100644 index 000000000000..a4fa6b2ef569 --- /dev/null +++ b/dev-java/ant-jsch/ant-jsch-1.7.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jsch/ant-jsch-1.7.1.ebuild,v 1.1 2008/07/14 21:58:46 caster Exp $ + +EAPI=1 + +inherit ant-tasks + +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" + +DEPEND=">=dev-java/jsch-0.1.37:0" +RDEPEND="${DEPEND}" |