diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-17 00:00:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-17 00:00:30 +0000 |
commit | c5c24b46d3e074e11768966affb0e927c8a061cc (patch) | |
tree | ed4b6d557cda19804037b75fc70a1a23209cfb59 /sci-astronomy | |
parent | Bug #218469, fix compilation with GCC4.3. (diff) | |
download | gentoo-2-c5c24b46d3e074e11768966affb0e927c8a061cc.tar.gz gentoo-2-c5c24b46d3e074e11768966affb0e927c8a061cc.tar.bz2 gentoo-2-c5c24b46d3e074e11768966affb0e927c8a061cc.zip |
update split qt dep as reported in bug #234954 by Davide Cendron
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stellarium/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.9.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog index 222ab4268a77..094594e19733 100644 --- a/sci-astronomy/stellarium/ChangeLog +++ b/sci-astronomy/stellarium/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/stellarium # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.45 2008/07/27 01:18:10 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.46 2008/08/17 00:00:30 mr_bones_ Exp $ + + 17 Aug 2008; Michael Sterrett <mr_bones_@gentoo.org> + stellarium-0.9.1-r1.ebuild: + update split qt dep as reported in bug #234954 by Davide Cendron 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> stellarium-0.9.1-r1.ebuild: Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11. diff --git a/sci-astronomy/stellarium/stellarium-0.9.1-r1.ebuild b/sci-astronomy/stellarium/stellarium-0.9.1-r1.ebuild index fc405e0dc426..ef5ac3dbb60a 100644 --- a/sci-astronomy/stellarium/stellarium-0.9.1-r1.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.9.1-r1.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/sci-astronomy/stellarium/stellarium-0.9.1-r1.ebuild,v 1.4 2008/07/27 01:18:10 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.9.1-r1.ebuild,v 1.5 2008/08/17 00:00:30 mr_bones_ Exp $ EAPI=1 inherit toolchain-funcs eutils qt4 @@ -21,7 +21,7 @@ RDEPEND="virtual/opengl dev-libs/boost media-libs/jpeg net-misc/curl - || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-script:4 ) =x11-libs/qt-4.3*:4 ) + || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-script:4 x11-libs/qt-opengl:4 ) =x11-libs/qt-4.3*:4 ) nls? ( virtual/libintl )" DEPEND="${RDEPEND} >=dev-util/cmake-2.4.6 |