diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 19:07:30 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 19:07:30 +0000 |
commit | ba905741b9839bf15c43eb765fcc769c6043900a (patch) | |
tree | f42087077bc8c2b3a2b6abf2a5ba3345a8f06f8c /kde-base/kalzium | |
parent | Get rid of deprecated qt_min_version(). (diff) | |
download | gentoo-2-ba905741b9839bf15c43eb765fcc769c6043900a.tar.gz gentoo-2-ba905741b9839bf15c43eb765fcc769c6043900a.tar.bz2 gentoo-2-ba905741b9839bf15c43eb765fcc769c6043900a.zip |
Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kalzium')
-rw-r--r-- | kde-base/kalzium/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kalzium/kalzium-4.0.4.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kalzium/kalzium-4.0.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/kalzium/ChangeLog b/kde-base/kalzium/ChangeLog index 46c67f42f67e..444e6886c282 100644 --- a/kde-base/kalzium/ChangeLog +++ b/kde-base/kalzium/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kalzium # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.98 2008/06/07 11:17:10 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/ChangeLog,v 1.99 2008/07/27 19:07:30 carlo Exp $ + + 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> kalzium-4.0.4.ebuild, + kalzium-4.0.5.ebuild: + Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11. 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -kalzium-3.5.8.ebuild, -kalzium-4.0.2.ebuild, -kalzium-4.0.3.ebuild: diff --git a/kde-base/kalzium/kalzium-4.0.4.ebuild b/kde-base/kalzium/kalzium-4.0.4.ebuild index 08ceb6d84ff5..163c286f3f12 100644 --- a/kde-base/kalzium/kalzium-4.0.4.ebuild +++ b/kde-base/kalzium/kalzium-4.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.0.4.ebuild,v 1.1 2008/05/15 22:42:23 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.0.4.ebuild,v 1.2 2008/07/27 19:07:30 carlo Exp $ EAPI="1" @@ -16,7 +16,7 @@ COMMONDEPEND=">=kde-base/libkdeedu-${PV}:${SLOT} cviewer? ( >=dev-cpp/eigen-1.0.5 >=sci-chemistry/openbabel-2.1 || ( x11-libs/qt-opengl:4 - >=x11-libs/qt-4.3.3:4 ) + =x11-libs/qt-4.3*:4 ) virtual/opengl )" DEPEND="${DEPEND} ${COMMONDEPEND} solver? ( dev-ml/facile )" diff --git a/kde-base/kalzium/kalzium-4.0.5.ebuild b/kde-base/kalzium/kalzium-4.0.5.ebuild index c99a22ef1b72..fe5c05fb4e9d 100644 --- a/kde-base/kalzium/kalzium-4.0.5.ebuild +++ b/kde-base/kalzium/kalzium-4.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.0.5.ebuild,v 1.1 2008/06/05 21:04:22 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalzium/kalzium-4.0.5.ebuild,v 1.2 2008/07/27 19:07:30 carlo Exp $ EAPI="1" @@ -16,7 +16,7 @@ COMMONDEPEND=">=kde-base/libkdeedu-${PV}:${SLOT} cviewer? ( >=dev-cpp/eigen-1.0.5 >=sci-chemistry/openbabel-2.1 || ( x11-libs/qt-opengl:4 - >=x11-libs/qt-4.3.3:4 ) + =x11-libs/qt-4.3*:4 ) virtual/opengl )" DEPEND="${DEPEND} ${COMMONDEPEND} solver? ( dev-ml/facile )" |