diff options
author | 2008-06-13 23:25:39 +0000 | |
---|---|---|
committer | 2008-06-13 23:25:39 +0000 | |
commit | 3eb6d4a8489792f59ec7cf4bad99a92fc8c0ef2d (patch) | |
tree | 062789b8beb020aac00fd47a44720793c4c53884 /x11-libs/qt-test | |
parent | Make all split Qt4 ebuilds block the old monolithic ebuild. (diff) | |
download | gentoo-2-3eb6d4a8489792f59ec7cf4bad99a92fc8c0ef2d.tar.gz gentoo-2-3eb6d4a8489792f59ec7cf4bad99a92fc8c0ef2d.tar.bz2 gentoo-2-3eb6d4a8489792f59ec7cf4bad99a92fc8c0ef2d.zip |
Make all split Qt4 ebuilds block the old monolithic ebuild.
(Portage version: 2.1.5.4)
Diffstat (limited to 'x11-libs/qt-test')
-rw-r--r-- | x11-libs/qt-test/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-test/qt-test-4.4.0.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-libs/qt-test/ChangeLog b/x11-libs/qt-test/ChangeLog index 50353bbb342f..56000323b861 100644 --- a/x11-libs/qt-test/ChangeLog +++ b/x11-libs/qt-test/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-test # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.9 2008/05/27 13:11:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.10 2008/06/13 23:25:39 ingmar Exp $ + + 13 Jun 2008; Ingmar Vanhassel <ingmar@gentoo.org> qt-test-4.4.0.ebuild: + Make all split Qt4 ebuilds block the old monolithic ebuild. 27 May 2008; Raúl Porcel <armin76@gentoo.org> qt-test-4.4.0.ebuild: Add ~alpha/~ia64/~sparc wrt #223557 diff --git a/x11-libs/qt-test/qt-test-4.4.0.ebuild b/x11-libs/qt-test/qt-test-4.4.0.ebuild index 393e51946601..cf9db1d40f88 100644 --- a/x11-libs/qt-test/qt-test-4.4.0.ebuild +++ b/x11-libs/qt-test/qt-test-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-test/qt-test-4.4.0.ebuild,v 1.4 2008/05/27 13:11:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.4.0.ebuild,v 1.5 2008/06/13 23:25:39 ingmar Exp $ +EAPI="1" inherit qt4-build DESCRIPTION="The testing framework 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/testlib" |