diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 06:48:38 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 06:48:38 +0000 |
commit | 41edea576ee87e1e568044afa497713b9744e174 (patch) | |
tree | 6e21db8481df961644a8ce18e7d85b9cbdccb279 /dev-libs/mini-xml/mini-xml-2.2.1.ebuild | |
parent | Fix patch and autotools rebuilding, as reported also by Timothy Redaelli in b... (diff) | |
download | gentoo-2-41edea576ee87e1e568044afa497713b9744e174.tar.gz gentoo-2-41edea576ee87e1e568044afa497713b9744e174.tar.bz2 gentoo-2-41edea576ee87e1e568044afa497713b9744e174.zip |
Remove inherit for gnuconfig as it's not used anyway.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'dev-libs/mini-xml/mini-xml-2.2.1.ebuild')
-rw-r--r-- | dev-libs/mini-xml/mini-xml-2.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/mini-xml/mini-xml-2.2.1.ebuild b/dev-libs/mini-xml/mini-xml-2.2.1.ebuild index 66e0549a55d5..1659af2724b4 100644 --- a/dev-libs/mini-xml/mini-xml-2.2.1.ebuild +++ b/dev-libs/mini-xml/mini-xml-2.2.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mini-xml/mini-xml-2.2.1.ebuild,v 1.1 2005/05/18 14:43:54 jnc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mini-xml/mini-xml-2.2.1.ebuild,v 1.2 2007/01/05 06:48:38 flameeyes Exp $ IUSE="" -inherit libtool flag-o-matic gnuconfig +inherit libtool flag-o-matic MY_P=${P/mini-xml/mxml} |