diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-08-08 19:48:13 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-08-08 19:48:13 +0000 |
commit | 50ae290f2e8846a9af006ed0229594f52ef4bb43 (patch) | |
tree | a8f7a807237e79fac25c5b27bd3f52732aff8c28 /dev-java/commons-attributes/commons-attributes-2.1-r1.ebuild | |
parent | Make use of vmware-any-any103, which fixes kernel problems on 2.6.18, and als... (diff) | |
download | gentoo-2-50ae290f2e8846a9af006ed0229594f52ef4bb43.tar.gz gentoo-2-50ae290f2e8846a9af006ed0229594f52ef4bb43.tar.bz2 gentoo-2-50ae290f2e8846a9af006ed0229594f52ef4bb43.zip |
Added missing inherit for java-ant-2 so that commons-attributes compiles with 1.5. Fixes bug #143203. Thanks to Caster <caster@matfyz.cz> for spotting the error.
(Portage version: 2.1.1_pre4-r2)
Diffstat (limited to 'dev-java/commons-attributes/commons-attributes-2.1-r1.ebuild')
-rw-r--r-- | dev-java/commons-attributes/commons-attributes-2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-attributes/commons-attributes-2.1-r1.ebuild b/dev-java/commons-attributes/commons-attributes-2.1-r1.ebuild index cfe537a58c14..e768c9771ea5 100644 --- a/dev-java/commons-attributes/commons-attributes-2.1-r1.ebuild +++ b/dev-java/commons-attributes/commons-attributes-2.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-attributes/commons-attributes-2.1-r1.ebuild,v 1.1 2006/07/06 03:45:44 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-attributes/commons-attributes-2.1-r1.ebuild,v 1.2 2006/08/08 19:48:13 betelgeuse Exp $ -inherit eutils java-pkg-2 +inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="Commons Attributes enables Java programmers to use C#/.Net-style attributes in their code." HOMEPAGE="http://jakarta.apache.org/commons/attributes/" |