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-assistant | |
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-assistant')
-rw-r--r-- | x11-libs/qt-assistant/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.4.0-r1.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog index 0f7b73480d75..60dc9116153f 100644 --- a/x11-libs/qt-assistant/ChangeLog +++ b/x11-libs/qt-assistant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-assistant # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.11 2008/06/13 23:00:03 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.12 2008/06/13 23:20:12 ingmar Exp $ + + 13 Jun 2008; Ingmar Vanhassel <ingmar@gentoo.org> + qt-assistant-4.4.0-r1.ebuild: + Make all split Qt4 ebuilds block the old monolithic ebuild. 13 Jun 2008; Ingmar Vanhassel <ingmar@gentoo.org> -qt-assistant-4.4.0.ebuild: diff --git a/x11-libs/qt-assistant/qt-assistant-4.4.0-r1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.4.0-r1.ebuild index 7fc77a1d43a7..6e4f110a59ae 100644 --- a/x11-libs/qt-assistant/qt-assistant-4.4.0-r1.ebuild +++ b/x11-libs/qt-assistant/qt-assistant-4.4.0-r1.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-assistant/qt-assistant-4.4.0-r1.ebuild,v 1.3 2008/05/30 04:30:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.0-r1.ebuild,v 1.4 2008/06/13 23:20:12 ingmar Exp $ +EAPI="1" inherit qt4-build DESCRIPTION="The assistant help module for the Qt toolkit." @@ -13,7 +14,8 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="~x11-libs/qt-gui-${PV} - ~x11-libs/qt-sql-${PV}" + ~x11-libs/qt-sql-${PV} + !<=x11-libs/qt-4.4.0_alpha:${SLOT}" RDEPEND="${DEPEND}" # Pixeltool isn't really assistant related, but it relies on |