diff options
author | 2006-04-08 22:54:14 +0000 | |
---|---|---|
committer | 2006-04-08 22:54:14 +0000 | |
commit | 3f5b95d2eabc032b65122c6a633a2e6b9e3dcda6 (patch) | |
tree | 0bc715b85fe90579cb60d5663bd37aed83cc9331 /sys-apps/file | |
parent | version bump, use debian patch to make it compile with gcc-4.1 (diff) | |
download | gentoo-2-3f5b95d2eabc032b65122c6a633a2e6b9e3dcda6.tar.gz gentoo-2-3f5b95d2eabc032b65122c6a633a2e6b9e3dcda6.tar.bz2 gentoo-2-3f5b95d2eabc032b65122c6a633a2e6b9e3dcda6.zip |
Drop ltconfig file as it's not used and bails out on fbsd-ltconf elibtoolize patch.
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/file/file-4.17-r1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-apps/file/ChangeLog b/sys-apps/file/ChangeLog index 44630ef6d2a9..172755ee8544 100644 --- a/sys-apps/file/ChangeLog +++ b/sys-apps/file/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/file # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.96 2006/03/30 15:10:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.97 2006/04/08 22:54:14 flameeyes Exp $ + + 08 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> file-4.17-r1.ebuild: + Drop ltconfig file as it's not used and bails out on fbsd-ltconf elibtoolize + patch. 30 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> file-4.17-r1.ebuild: Add ~x86-fbsd keyword. diff --git a/sys-apps/file/file-4.17-r1.ebuild b/sys-apps/file/file-4.17-r1.ebuild index d22e3f7fada6..74a1a9372f05 100644 --- a/sys-apps/file/file-4.17-r1.ebuild +++ b/sys-apps/file/file-4.17-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.17-r1.ebuild,v 1.2 2006/03/30 15:10:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.17-r1.ebuild,v 1.3 2006/04/08 22:54:14 flameeyes Exp $ inherit distutils libtool @@ -22,6 +22,8 @@ src_unpack() { epatch "${FILESDIR}"/${P}-init-mem.patch #126012 epatch "${FILESDIR}"/${PN}-4.15-libtool.patch #99593 + rm -f "${S}/ltconfig" + elibtoolize # make sure python links against the current libmagic #54401 |