diff options
author | 2009-10-12 08:03:23 +0000 | |
---|---|---|
committer | 2009-10-12 08:03:23 +0000 | |
commit | f9c7b4059b35a8aebf52faedebd55b3ed01bb095 (patch) | |
tree | e5c982b08f4ecdb17a8df37eb79b02eb6df0a986 | |
parent | Ditto. Remove useless autotools inherit. (diff) | |
download | historical-f9c7b4059b35a8aebf52faedebd55b3ed01bb095.tar.gz historical-f9c7b4059b35a8aebf52faedebd55b3ed01bb095.tar.bz2 historical-f9c7b4059b35a8aebf52faedebd55b3ed01bb095.zip |
Inherit eutils only once. Remove useless autotools inherit.
Package-Manager: portage-2.2_rc44/cvs/Linux x86_64
-rw-r--r-- | dev-util/anjuta/anjuta-1.2.4-r1.ebuild | 7 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-2.2.0-r1.ebuild | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/dev-util/anjuta/anjuta-1.2.4-r1.ebuild b/dev-util/anjuta/anjuta-1.2.4-r1.ebuild index c2ef1771721c..44341398a7ec 100644 --- a/dev-util/anjuta/anjuta-1.2.4-r1.ebuild +++ b/dev-util/anjuta/anjuta-1.2.4-r1.ebuild @@ -1,9 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.4-r1.ebuild,v 1.11 2008/01/05 23:22:42 compnerd Exp $ - -WANT_AUTOMAKE="latest" -WANT_AUTOCONF="latest" +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.4-r1.ebuild,v 1.12 2009/10/12 08:03:23 ssuominen Exp $ inherit eutils gnome2 multilib autotools diff --git a/dev-util/anjuta/anjuta-2.2.0-r1.ebuild b/dev-util/anjuta/anjuta-2.2.0-r1.ebuild index 309f30124e97..69248a6baabd 100644 --- a/dev-util/anjuta/anjuta-2.2.0-r1.ebuild +++ b/dev-util/anjuta/anjuta-2.2.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.2.0-r1.ebuild,v 1.8 2008/05/10 15:29:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.2.0-r1.ebuild,v 1.9 2009/10/12 08:03:23 ssuominen Exp $ -inherit eutils gnome2 eutils autotools +inherit eutils gnome2 DESCRIPTION="A versatile IDE for GNOME" HOMEPAGE="http://www.anjuta.org" |