diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-06-13 23:26:43 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-06-13 23:26:43 +0000 |
commit | 4c1c229d12d8021478286af5e521733d30ef67a7 (patch) | |
tree | dbef78b64b24fda3f6ae5c9e8eea8109ceb74118 /x11-libs/qt-xmlpatterns | |
parent | Patch not used, remove. (diff) | |
download | historical-4c1c229d12d8021478286af5e521733d30ef67a7.tar.gz historical-4c1c229d12d8021478286af5e521733d30ef67a7.tar.bz2 historical-4c1c229d12d8021478286af5e521733d30ef67a7.zip |
Make all split Qt4 ebuilds block the old monolithic ebuild.
Package-Manager: portage-2.1.5.4
Diffstat (limited to 'x11-libs/qt-xmlpatterns')
-rw-r--r-- | x11-libs/qt-xmlpatterns/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.0.ebuild | 6 |
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" |