summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-06-13 23:26:43 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-06-13 23:26:43 +0000
commit0de3891b1bd0eb7713f22d93d7f62c050108645d (patch)
tree9d016f65c23458c2a8d5e13ed088096b66cffe45 /x11-libs
parentMake all split Qt4 ebuilds block the old monolithic ebuild. (diff)
downloadgentoo-2-0de3891b1bd0eb7713f22d93d7f62c050108645d.tar.gz
gentoo-2-0de3891b1bd0eb7713f22d93d7f62c050108645d.tar.bz2
gentoo-2-0de3891b1bd0eb7713f22d93d7f62c050108645d.zip
Make all split Qt4 ebuilds block the old monolithic ebuild.
(Portage version: 2.1.5.4)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt-xmlpatterns/ChangeLog6
-rw-r--r--x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.0.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-libs/qt-xmlpatterns/ChangeLog b/x11-libs/qt-xmlpatterns/ChangeLog
index 4f1744d0e005..a99c34e1b8b4 100644
--- a/x11-libs/qt-xmlpatterns/ChangeLog
+++ b/x11-libs/qt-xmlpatterns/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-xmlpatterns
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/ChangeLog,v 1.9 2008/05/27 13:12:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/ChangeLog,v 1.10 2008/06/13 23:26:43 ingmar Exp $
+
+ 13 Jun 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ qt-xmlpatterns-4.4.0.ebuild:
+ Make all split Qt4 ebuilds block the old monolithic ebuild.
27 May 2008; Raúl Porcel <armin76@gentoo.org>
qt-xmlpatterns-4.4.0.ebuild:
diff --git a/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.0.ebuild b/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.0.ebuild
index 48f18b99af7d..318fef23e024 100644
--- a/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.0.ebuild
+++ b/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.0.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.0.ebuild,v 1.4 2008/05/27 13:12:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.0.ebuild,v 1.5 2008/06/13 23:26:43 ingmar Exp $
+EAPI="1"
inherit qt4-build
DESCRIPTION="The patternist module for the Qt toolkit."
@@ -12,7 +13,8 @@ SLOT="4"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-DEPEND="~x11-libs/qt-core-${PV}"
+DEPEND="~x11-libs/qt-core-${PV}
+ !<=x11-libs/qt-4.4.0_alpha:${SLOT}"
RDEPEND="${DEPEND}"
QT4_TARGET_DIRECTORIES="src/xmlpatterns tools/xmlpatterns"