diff options
author | 2005-03-26 15:43:06 +0000 | |
---|---|---|
committer | 2005-03-26 15:43:06 +0000 | |
commit | e778757d0598c93958ae8883d5b295734cc8e86d (patch) | |
tree | 886668db6a7e550d4617c7b3aaf6ac09afe30ff9 /dev-libs/libxslt | |
parent | Fixed BUG #86756. (diff) | |
download | gentoo-2-e778757d0598c93958ae8883d5b295734cc8e86d.tar.gz gentoo-2-e778757d0598c93958ae8883d5b295734cc8e86d.tar.bz2 gentoo-2-e778757d0598c93958ae8883d5b295734cc8e86d.zip |
Used wrong patch for previous commit :-/
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.13-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libxslt/libxslt-1.1.13-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.13-r1.ebuild index 56ede493f349..eb7676f6e4e4 100644 --- a/dev-libs/libxslt/libxslt-1.1.13-r1.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.13-r1.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/dev-libs/libxslt/libxslt-1.1.13-r1.ebuild,v 1.2 2005/03/26 15:27:38 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.13-r1.ebuild,v 1.3 2005/03/26 15:43:06 kugelfang Exp $ inherit libtool gnome.org eutils python @@ -41,7 +41,7 @@ src_compile() { # Patching the Makefiles to respect get_libdir # Fixes BUG #86756, please keep this. # Danny van Dyk <kugelfang@gentoo.org> 2005/03/26 - has_multilib_profile && for x in $(find ${S} -name "Makefile") ; do + for x in $(find ${S} -name "Makefile") ; do sed \ -e "s|^\(PYTHON_SITE_PACKAGES\ =\ \/usr\/\).*\(\/python.*\)|\1$(get_libdir)\2|g" \ -i ${x} \ |