diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 20:46:34 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 20:46:34 +0000 |
commit | d3440d51d1368bcb82fac8c87406574481d72538 (patch) | |
tree | 76572a34093ddc12ec1f5ab1048020a84ae4ba97 /dev-java/aspectj/aspectj-1.1.1.ebuild | |
parent | PPC stable profile update (diff) | |
download | historical-d3440d51d1368bcb82fac8c87406574481d72538.tar.gz historical-d3440d51d1368bcb82fac8c87406574481d72538.tar.bz2 historical-d3440d51d1368bcb82fac8c87406574481d72538.zip |
Add inherit eutils
Diffstat (limited to 'dev-java/aspectj/aspectj-1.1.1.ebuild')
-rw-r--r-- | dev-java/aspectj/aspectj-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/aspectj/aspectj-1.1.1.ebuild b/dev-java/aspectj/aspectj-1.1.1.ebuild index d7e25f79822f..9eb1e241138b 100644 --- a/dev-java/aspectj/aspectj-1.1.1.ebuild +++ b/dev-java/aspectj/aspectj-1.1.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/aspectj-1.1.1.ebuild,v 1.2 2004/04/12 21:23:10 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/aspectj/aspectj-1.1.1.ebuild,v 1.3 2004/04/27 20:46:34 agriffis Exp $ -inherit java-pkg +inherit java-pkg eutils DESCRIPTION="AspectJ is a seemless extension to the Java programming language for Aspect Oriented Programming (AOP)" SRC_URI="mirror://gentoo/aspectj-CVS-V1_1_1.tar.bz2" |