diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-01 10:18:43 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-01 10:18:43 +0000 |
commit | 98dca7e36a20e5a572c692b604ca24e4c1698603 (patch) | |
tree | 929ac92394c60f5848722ecf231b931b6069c1ec /sys-devel | |
parent | bumping libgnomedb to stable (diff) | |
download | historical-98dca7e36a20e5a572c692b604ca24e4c1698603.tar.gz historical-98dca7e36a20e5a572c692b604ca24e4c1698603.tar.bz2 historical-98dca7e36a20e5a572c692b604ca24e4c1698603.zip |
Do not run fix_bins for 1.4
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/automake/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.7.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-devel/automake/ChangeLog b/sys-devel/automake/ChangeLog index 88dd36f3d344..d4a8d057baa4 100644 --- a/sys-devel/automake/ChangeLog +++ b/sys-devel/automake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/automake # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.28 2003/06/30 23:14:03 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.29 2003/07/01 10:18:43 aliz Exp $ + + 01 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> automake-1.7.5.ebuild. : + Do not run fix_bins for 1.4. *automake-1.7.5 (30 Jun 2003) diff --git a/sys-devel/automake/automake-1.7.5.ebuild b/sys-devel/automake/automake-1.7.5.ebuild index 45c27373b317..c763993fbb77 100644 --- a/sys-devel/automake/automake-1.7.5.ebuild +++ b/sys-devel/automake/automake-1.7.5.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/sys-devel/automake/automake-1.7.5.ebuild,v 1.1 2003/06/30 23:14:03 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.5.ebuild,v 1.2 2003/07/01 10:18:43 aliz Exp $ IUSE="" @@ -277,8 +277,8 @@ src_install() { # ************ automake-1.4-p6 ************ # - cd ${OLD14_S} - fix_bins "1.4" +# cd ${OLD14_S} +# fix_bins "1.4" # Ignore duplicates like automake-1.5 and 1.6 #epatch ${FILESDIR}/${PN}-1.4_p5-ignore-duplicates.patch |