diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-02-28 18:19:29 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-02-28 18:19:29 +0000 |
commit | cbce4e5c79ffe83722ee01fd64d68047c171fbdc (patch) | |
tree | d9716f72ce0fd49c0d78eee022bc96310e8d6e8b /eclass | |
parent | Stable for HPPA (bug #405981). (diff) | |
download | historical-cbce4e5c79ffe83722ee01fd64d68047c171fbdc.tar.gz historical-cbce4e5c79ffe83722ee01fd64d68047c171fbdc.tar.bz2 historical-cbce4e5c79ffe83722ee01fd64d68047c171fbdc.zip |
Add qt-openvg blocker.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/qt4-build.eclass | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 625f66506e31..c329de6dd3a7 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.146 2012/02/27 03:57:35 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.147 2012/02/28 18:19:29 pesa Exp $ + + 28 Feb 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass: + Add qt-openvg blocker. 27 Feb 2012; Mike Gilbert <floppym@gentoo.org> python.eclass: Add a safety check to catch issues like bug 405299 earlier. Adapted from diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index 120ebc20a5f7..0c5baa6cd55e 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.118 2012/02/09 22:58:36 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.119 2012/02/28 18:19:29 pesa Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -46,6 +46,8 @@ RDEPEND=" !>x11-libs/qt-multimedia-${PV}-r9999 !<x11-libs/qt-opengl-${PV} !>x11-libs/qt-opengl-${PV}-r9999 + !<x11-libs/qt-openvg-${PV} + !>x11-libs/qt-openvg-${PV}-r9999 !<x11-libs/qt-phonon-${PV} !>x11-libs/qt-phonon-${PV}-r9999 !<x11-libs/qt-qt3support-${PV} |