summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-05-28 12:15:32 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-05-28 12:15:32 +0000
commit7e1208c70c00fbddfc9b8c5cc34c5c015aa7498a (patch)
treeab4d1e32a984c47af887d792785d86e6274eef4d /x11-libs
parentDont make use of the deprecated oggvorbis useflag any longer, see #94254. (diff)
downloadgentoo-2-7e1208c70c00fbddfc9b8c5cc34c5c015aa7498a.tar.gz
gentoo-2-7e1208c70c00fbddfc9b8c5cc34c5c015aa7498a.tar.bz2
gentoo-2-7e1208c70c00fbddfc9b8c5cc34c5c015aa7498a.zip
Add comment.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt/qt-3.3.4-r4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/qt/qt-3.3.4-r4.ebuild b/x11-libs/qt/qt-3.3.4-r4.ebuild
index 0c878ef3c5c4..0fb3ec6e26f2 100644
--- a/x11-libs/qt/qt-3.3.4-r4.ebuild
+++ b/x11-libs/qt/qt-3.3.4-r4.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-3.3.4-r4.ebuild,v 1.3 2005/05/27 15:46:55 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.4-r4.ebuild,v 1.4 2005/05/28 12:15:32 greg_g Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -14,8 +14,8 @@ SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${PV}.tar.bz2
immqt? ( http://freedesktop.org/~daisuke/${IMMQT_P}.diff.bz2 )
immqt-bc? ( http://freedesktop.org/~daisuke/${IMMQT_P}.diff.bz2 )"
# ppc-macos? ( http://dev.gentoo.org/~usata/distfiles/${P}-darwin-fink.patch.gz )"
-
LICENSE="|| ( QPL-1.0 GPL-2 )"
+
SLOT="3"
KEYWORDS="~x86 ~amd64 ~hppa ~mips ~ppc64 ~sparc ~ia64 ~ppc ~alpha"
IUSE="cups debug doc examples firebird gif ipv6 mysql nas odbc opengl postgres sqlite xinerama zlib immqt immqt-bc"
@@ -82,6 +82,7 @@ src_unpack() {
sed -i -e 's:read acceptance:acceptance=yes:' configure
+ # Do not link with -rpath. See bug #75181.
find ${S}/mkspecs -name qmake.conf | xargs \
sed -i -e 's:QMAKE_RPATH.*:QMAKE_RPATH =:'