summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-10-02 16:39:41 +0000
committerAlex Alexander <wired@gentoo.org>2009-10-02 16:39:41 +0000
commit1819cc3c2b3b588c5b1bacf52b42af8532561521 (patch)
tree27797cb0e9a38e88be64cf471198590bc6f83d58 /eclass/qt4-build.eclass
parentAdd ~ia64 wrt #282972 (diff)
downloadgentoo-2-1819cc3c2b3b588c5b1bacf52b42af8532561521.tar.gz
gentoo-2-1819cc3c2b3b588c5b1bacf52b42af8532561521.tar.bz2
gentoo-2-1819cc3c2b3b588c5b1bacf52b42af8532561521.zip
qt4-build.eclass 4.5.3 support
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r--eclass/qt4-build.eclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index a3a962cbc48d..8ae44a853040 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.eclass
@@ -1,12 +1,13 @@
# Copyright 2007-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.45 2009/10/02 15:04:23 ayoy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.46 2009/10/02 16:39:41 wired Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
# Ben de Groot <yngwin@gentoo.org>,
# Markos Chandras <hwoarang@gentoo.org>,
# Caleb Tennis <caleb@gentoo.org>
+# Alex Alexander <wired@gentoo.org>
# @BLURB: Eclass for Qt4 split ebuilds.
# @DESCRIPTION:
# This eclass contains various functions that are used when building Qt4
@@ -305,9 +306,9 @@ standard_configure_options() {
$([[ ${PN} == qt-xmlpatterns ]] || echo -no-exceptions)
-reduce-relocations -nomake examples -nomake demos"
- # Make eclass 4.5.{1,2} ready
+ # Make eclass 4.5.x ready
case "${MY_PV}" in
- 4.5.1 | 4.5.2)
+ 4.5.?)
myconf="${myconf} -opensource"
;;
esac