diff options
-rw-r--r-- | dev-libs/root/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/root/root-3.03.04-r1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/root/ChangeLog b/dev-libs/root/ChangeLog index ebdd008d9764..e2dc33efd06a 100644 --- a/dev-libs/root/ChangeLog +++ b/dev-libs/root/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-doc/qt-docs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/root/ChangeLog,v 1.2 2002/04/11 13:12:24 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/root/ChangeLog,v 1.3 2002/10/24 19:23:11 bass Exp $ *root-3.03.04-r1 (11 Apr 2002) - + + 24 Oct 2002; J.Alberto Suárez López <bass@gentoo.org> root-3.03.04-r1.ebuild + Typo error in the ebuild appear 'econ' not 'econf'. + 11 Apr 2002; G.Bevin <gbevin@gentoo.org> root-3.03.04-r1.ebuild files/digest-root-3.03.04-r1 : diff --git a/dev-libs/root/root-3.03.04-r1.ebuild b/dev-libs/root/root-3.03.04-r1.ebuild index a6eab916d84f..0a6ce9e56b60 100644 --- a/dev-libs/root/root-3.03.04-r1.ebuild +++ b/dev-libs/root/root-3.03.04-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/root/root-3.03.04-r1.ebuild,v 1.6 2002/10/05 05:39:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/root/root-3.03.04-r1.ebuild,v 1.7 2002/10/24 19:23:11 bass Exp $ IUSE="mysql postgres opengl" @@ -34,7 +34,7 @@ src_compile() { && myconf="${myconf} --enable-pgsql" \ || myconf="${myconf} --disable-pgsql" - econ \ + econf \ linux \ --docdir=/usr/share/doc/${P} \ --enable-shared \ |