diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2005-09-19 21:27:30 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2005-09-19 21:27:30 +0000 |
commit | 4ee8d2cdeb128a9704cf4c54fd828b706efba903 (patch) | |
tree | f9b5e35cf493f492e7f0e968b5451949d8c182a3 /x11-wm/sawfish/sawfish-1.3.20050816.ebuild | |
parent | add missing eutils inheritance (diff) | |
download | historical-4ee8d2cdeb128a9704cf4c54fd828b706efba903.tar.gz historical-4ee8d2cdeb128a9704cf4c54fd828b706efba903.tar.bz2 historical-4ee8d2cdeb128a9704cf4c54fd828b706efba903.zip |
Fix librep libtool mess instead of continuing to try to work around it
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'x11-wm/sawfish/sawfish-1.3.20050816.ebuild')
-rw-r--r-- | x11-wm/sawfish/sawfish-1.3.20050816.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/sawfish/sawfish-1.3.20050816.ebuild b/x11-wm/sawfish/sawfish-1.3.20050816.ebuild index 3a5bbd4ae7a4..75ddd4c85cda 100644 --- a/x11-wm/sawfish/sawfish-1.3.20050816.ebuild +++ b/x11-wm/sawfish/sawfish-1.3.20050816.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.20050816.ebuild,v 1.4 2005/09/04 13:31:53 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.20050816.ebuild,v 1.5 2005/09/19 21:27:30 truedfx Exp $ # detect cvs snapshots; fex. 1.3.20040120 [[ $PV == *.[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] ]] @@ -40,6 +40,7 @@ fi src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}/libtool.patch" # This is for alpha, but there's no reason to restrict it gnuconfig_update } |