diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-05-24 13:01:31 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-05-24 13:01:31 +0000 |
commit | 8f4cfe4d0e86a2fac582020a9bad432fbd9c318c (patch) | |
tree | 62bc54718e7fd3f6019178931d280dbcf0b196f6 /x11-libs | |
parent | Latest snapshot (diff) | |
download | historical-8f4cfe4d0e86a2fac582020a9bad432fbd9c318c.tar.gz historical-8f4cfe4d0e86a2fac582020a9bad432fbd9c318c.tar.bz2 historical-8f4cfe4d0e86a2fac582020a9bad432fbd9c318c.zip |
Filter out libraries in prl files as well
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.0.0_beta2-r2.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/qt/Manifest b/x11-libs/qt/Manifest index da8c74c9bf23..34591c526288 100644 --- a/x11-libs/qt/Manifest +++ b/x11-libs/qt/Manifest @@ -1,7 +1,7 @@ MD5 53d8f8c805f1a227fabad0bf7dbb537c qt-3.3.4-r3.ebuild 8692 MD5 7daec76f47482903184ed2b6d6d5640f qt-3.3.3-r1.ebuild 8039 MD5 f95213fd78b54c46551f61351142beb7 qt-4.0.0_beta2.ebuild 5982 -MD5 d83805e254249b7c1b184b7fc1279aca qt-4.0.0_beta2-r2.ebuild 5965 +MD5 2bdf1ec899a8d7669547b3c35478316e qt-4.0.0_beta2-r2.ebuild 6026 MD5 404ab84e0b37823cbcbbe0c72a5758f5 qt-3.3.4-r2.ebuild 8388 MD5 dc7eab137481c73dca4e2ea75795fa9f qt-4.0.0_beta1-r5.ebuild 5880 MD5 b3032e6c70ed072c4e57b7a316ac7f74 ChangeLog 35851 diff --git a/x11-libs/qt/qt-4.0.0_beta2-r2.ebuild b/x11-libs/qt/qt-4.0.0_beta2-r2.ebuild index 85a0b691f7d3..e22bd8243b82 100644 --- a/x11-libs/qt/qt-4.0.0_beta2-r2.ebuild +++ b/x11-libs/qt/qt-4.0.0_beta2-r2.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-libs/qt/qt-4.0.0_beta2-r2.ebuild,v 1.1 2005/05/24 12:51:37 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.0.0_beta2-r2.ebuild,v 1.2 2005/05/24 13:01:31 caleb Exp $ inherit eutils flag-o-matic @@ -156,6 +156,7 @@ src_install() { sed -i -e "s:${S}:${QTBASEDIR}:g" ${D}/${QTBASEDIR}/qt.conf sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${D}/${QTLIBDIR}/*.la + sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${D}/${QTLIBDIR}/*.prl sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${D}/${QTLIBDIR}/pkgconfig/*.pc # List all the multilib libdirs |