diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-08-05 22:08:57 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-08-05 22:08:57 +0000 |
commit | f960e8547c6e1d5927bae874f72af8fcfbd5101a (patch) | |
tree | 42d25647bd08a42d1268e230b68ac83a8cdbe17f /app-text/noweb | |
parent | Adding patch to fix prefs importing from older versions, bug is upstream. (diff) | |
download | gentoo-2-f960e8547c6e1d5927bae874f72af8fcfbd5101a.tar.gz gentoo-2-f960e8547c6e1d5927bae874f72af8fcfbd5101a.tar.bz2 gentoo-2-f960e8547c6e1d5927bae874f72af8fcfbd5101a.zip |
trying to fix #25917
Diffstat (limited to 'app-text/noweb')
-rw-r--r-- | app-text/noweb/Manifest | 2 | ||||
-rw-r--r-- | app-text/noweb/noweb-2.9-r3.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/app-text/noweb/Manifest b/app-text/noweb/Manifest index b9bf50a771f6..4d8ff134fd4c 100644 --- a/app-text/noweb/Manifest +++ b/app-text/noweb/Manifest @@ -1,5 +1,5 @@ MD5 13fa53c2935abfeee2f65dcfcb092569 ChangeLog 1508 -MD5 f78be24d62cb758cfc64be432f97f9b0 noweb-2.9-r3.ebuild 1233 +MD5 fcb8870c895bf5ce0cff2eb65c915e94 noweb-2.9-r3.ebuild 1214 MD5 f25077708a650d2c3c71735d7846b591 noweb-2.9-r2.ebuild 1158 MD5 813fb3ed94d03e89220c6e9b9a77a5f3 files/digest-noweb-2.9-r2 65 MD5 b3a7b0efb9b48c6e01ed90cf70437b35 files/noweb-2.9-r2-gentoo.diff 14016 diff --git a/app-text/noweb/noweb-2.9-r3.ebuild b/app-text/noweb/noweb-2.9-r3.ebuild index 570afa52488d..b96c263020cd 100644 --- a/app-text/noweb/noweb-2.9-r3.ebuild +++ b/app-text/noweb/noweb-2.9-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/noweb-2.9-r3.ebuild,v 1.2 2003/07/22 15:11:11 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/noweb/noweb-2.9-r3.ebuild,v 1.3 2003/08/05 22:08:27 aliz Exp $ inherit eutils @@ -29,7 +29,6 @@ src_unpack() { } src_compile() { - make touch || die emake CFLAGS="${CFLAGS}" || die } |