diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-16 00:40:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-16 00:40:06 +0000 |
commit | c03c32088f603f47cbfd8b5c119a88ad53d9ecd6 (patch) | |
tree | 324d44106182613de375005c42a394a8022b9a07 /app-arch/dump | |
parent | minor update (syntax) (diff) | |
download | gentoo-2-c03c32088f603f47cbfd8b5c119a88ad53d9ecd6.tar.gz gentoo-2-c03c32088f603f47cbfd8b5c119a88ad53d9ecd6.tar.bz2 gentoo-2-c03c32088f603f47cbfd8b5c119a88ad53d9ecd6.zip |
typo fix
Diffstat (limited to 'app-arch/dump')
-rw-r--r-- | app-arch/dump/ChangeLog | 12 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.29.ebuild | 4 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.30.ebuild | 4 | ||||
-rw-r--r-- | app-arch/dump/dump-0.4.31.ebuild | 4 |
4 files changed, 15 insertions, 9 deletions
diff --git a/app-arch/dump/ChangeLog b/app-arch/dump/ChangeLog index 999f376b94db..47c8fc9f3601 100644 --- a/app-arch/dump/ChangeLog +++ b/app-arch/dump/ChangeLog @@ -1,11 +1,17 @@ # ChangeLog for app-arch/dump # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/ChangeLog,v 1.11 2002/12/13 10:55:56 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/ChangeLog,v 1.12 2002/12/16 00:40:05 seemant Exp $ - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - *dump-0.4.31 (13 Aug 2002) + 15 Dec 2002; Seemant Kulleen <seemant@gentoo.org> dump-0.4.31.ebuild + dump-0.4.30.ebuild dump-0.4.29.ebuild : + + changed "snable-static to "enable-static" Thanks to: a-wall@qwest.net in + bug #12216 + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + 19 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> dump-0.4.31.ebuild : Updated to mirror://sourceforge in SRC_URI. diff --git a/app-arch/dump/dump-0.4.29.ebuild b/app-arch/dump/dump-0.4.29.ebuild index d5b0eee6a8c9..e12a45114bc3 100644 --- a/app-arch/dump/dump-0.4.29.ebuild +++ b/app-arch/dump/dump-0.4.29.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/app-arch/dump/dump-0.4.29.ebuild,v 1.9 2002/12/09 04:17:36 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.29.ebuild,v 1.10 2002/12/16 00:40:05 seemant Exp $ MY_P=${P/4./4b} S=${WORKDIR}/${MY_P} @@ -41,7 +41,7 @@ src_compile() { || myconf="--disable-readline" use static \ - && myconf="${myconf} --snable-static" \ + && myconf="${myconf} --enable-static" \ || myconf="${myconf} --enable-shared" econf \ diff --git a/app-arch/dump/dump-0.4.30.ebuild b/app-arch/dump/dump-0.4.30.ebuild index 2c0de6ef7741..d01317026e7e 100644 --- a/app-arch/dump/dump-0.4.30.ebuild +++ b/app-arch/dump/dump-0.4.30.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/app-arch/dump/dump-0.4.30.ebuild,v 1.9 2002/12/09 04:17:36 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.30.ebuild,v 1.10 2002/12/16 00:40:05 seemant Exp $ MY_P=${P/4./4b} S=${WORKDIR}/${MY_P} @@ -41,7 +41,7 @@ src_compile() { || myconf="--disable-readline" use static \ - && myconf="${myconf} --snable-static" \ + && myconf="${myconf} --enable-static" \ || myconf="${myconf} --enable-shared" econf \ diff --git a/app-arch/dump/dump-0.4.31.ebuild b/app-arch/dump/dump-0.4.31.ebuild index cead454b4ba3..7632338a34d9 100644 --- a/app-arch/dump/dump-0.4.31.ebuild +++ b/app-arch/dump/dump-0.4.31.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/app-arch/dump/dump-0.4.31.ebuild,v 1.10 2002/12/15 10:44:09 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.31.ebuild,v 1.11 2002/12/16 00:40:06 seemant Exp $ MY_P=${P/4./4b} S=${WORKDIR}/${MY_P} @@ -41,7 +41,7 @@ src_compile() { || myconf="--disable-readline" use static \ - && myconf="${myconf} --snable-static" \ + && myconf="${myconf} --enable-static" \ || myconf="${myconf} --enable-shared" econf \ |