diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-12-04 18:25:56 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-12-04 18:25:56 +0000 |
commit | 9a1b0a396e343a0e62bcc24316ccafb8039c7791 (patch) | |
tree | df02b7ebe9cc4037dbe669bc14092595bf07f7da /x11-libs/qt | |
parent | ppc stable, bug #157028 (diff) | |
download | gentoo-2-9a1b0a396e343a0e62bcc24316ccafb8039c7791.tar.gz gentoo-2-9a1b0a396e343a0e62bcc24316ccafb8039c7791.tar.bz2 gentoo-2-9a1b0a396e343a0e62bcc24316ccafb8039c7791.zip |
make the qt3 use flag into qt3support (for qt4 only)
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.2.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index 12363a71b2f7..183665e33079 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.397 2006/12/04 18:18:50 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.398 2006/12/04 18:25:56 caleb Exp $ + + 04 Dec 2006; Caleb Tennis <caleb@gentoo.org> qt-4.2.2.ebuild: + make the qt3 use flag into qt3support (for qt4 only) 04 Dec 2006; Caleb Tennis <caleb@gentoo.org> qt-4.2.2.ebuild: Fix up sqlite and sqlite3 use flags to pull in proper dependencies and use diff --git a/x11-libs/qt/qt-4.2.2.ebuild b/x11-libs/qt/qt-4.2.2.ebuild index b2e556ab4c38..7b8d44e2f88b 100644 --- a/x11-libs/qt/qt-4.2.2.ebuild +++ b/x11-libs/qt/qt-4.2.2.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/x11-libs/qt/qt-4.2.2.ebuild,v 1.2 2006/12/04 18:18:50 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.2.2.ebuild,v 1.3 2006/12/04 18:25:56 caleb Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE_INPUT_DEVICES="input_devices_wacom" -IUSE="accessibility cups dbus debug doc examples firebird gif glib jpeg mng mysql nas nis odbc opengl pch png postgres qt3 sqlite sqlite3 xinerama zlib ${IUSE_INPUT_DEVICES}" +IUSE="accessibility cups dbus debug doc examples firebird gif glib jpeg mng mysql nas nis odbc opengl pch png postgres qt3support sqlite sqlite3 xinerama zlib ${IUSE_INPUT_DEVICES}" DEPEND="x11-libs/libXrandr x11-libs/libXcursor @@ -165,7 +165,7 @@ src_compile() { use dbus && myconf="${myconf} -qdbus" || myconf="${myconf} -no-qdbus" use glib && myconf="${myconf} -glib" || myconf="${myconf} -no-glib" - use qt3 && myconf="${myconf} -qt3support" || myconf="${myconf} -no-qt3support" + use qt3support && myconf="${myconf} -qt3support" || myconf="${myconf} -no-qt3support" use pch && myconf="${myconf} -pch" |