diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-07-14 21:57:42 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-07-14 21:57:42 +0000 |
commit | bc377227fa0fde6bc50be9e9e99c098abad50b33 (patch) | |
tree | 1f00a271b06874f590e166b76583440a38671423 /dev-java/ant-jdepend/ant-jdepend-1.7.1.ebuild | |
parent | Version bump, bug #231776. (diff) | |
download | gentoo-2-bc377227fa0fde6bc50be9e9e99c098abad50b33.tar.gz gentoo-2-bc377227fa0fde6bc50be9e9e99c098abad50b33.tar.bz2 gentoo-2-bc377227fa0fde6bc50be9e9e99c098abad50b33.zip |
Version bump, bug #231776.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
Diffstat (limited to 'dev-java/ant-jdepend/ant-jdepend-1.7.1.ebuild')
-rw-r--r-- | dev-java/ant-jdepend/ant-jdepend-1.7.1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-java/ant-jdepend/ant-jdepend-1.7.1.ebuild b/dev-java/ant-jdepend/ant-jdepend-1.7.1.ebuild new file mode 100644 index 000000000000..ea28490a28be --- /dev/null +++ b/dev-java/ant-jdepend/ant-jdepend-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-jdepend/ant-jdepend-1.7.1.ebuild,v 1.1 2008/07/14 21:57:42 caster Exp $ + +EAPI=1 + +inherit ant-tasks + +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" + +DEPEND=">=dev-java/jdepend-2.9-r2:0" +RDEPEND="${DEPEND}" |