diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-16 20:06:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-08-16 20:06:49 +0000 |
commit | cad3f3738859992e497e31835ffb8d00c843948c (patch) | |
tree | ab6bb9a58dfc9163ba52f1bab3c9363205ede347 /sci-astronomy/stellarium | |
parent | Revision bump for Linux 2.6.22.3. (diff) | |
download | gentoo-2-cad3f3738859992e497e31835ffb8d00c843948c.tar.gz gentoo-2-cad3f3738859992e497e31835ffb8d00c843948c.tar.bz2 gentoo-2-cad3f3738859992e497e31835ffb8d00c843948c.zip |
use the qt4 eclass more; fix qt dep for bug #189055
(Portage version: 2.1.2.11)
Diffstat (limited to 'sci-astronomy/stellarium')
-rw-r--r-- | sci-astronomy/stellarium/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.9.0.ebuild | 14 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog index 8ea7ffc45884..d95d4ed2268b 100644 --- a/sci-astronomy/stellarium/ChangeLog +++ b/sci-astronomy/stellarium/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/stellarium # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.33 2007/07/24 20:45:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.34 2007/08/16 20:06:49 mr_bones_ Exp $ + + 16 Aug 2007; Michael Sterrett <mr_bones_@gentoo.org> + stellarium-0.9.0.ebuild: + use the qt4 eclass more; fix qt dep for bug #189055 24 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> stellarium-0.9.0.ebuild: diff --git a/sci-astronomy/stellarium/stellarium-0.9.0.ebuild b/sci-astronomy/stellarium/stellarium-0.9.0.ebuild index abe88b674c83..6252bd8e8016 100644 --- a/sci-astronomy/stellarium/stellarium-0.9.0.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.9.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.9.0.ebuild,v 1.2 2007/07/24 20:45:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.9.0.ebuild,v 1.3 2007/08/16 20:06:49 mr_bones_ Exp $ -inherit toolchain-funcs eutils +inherit toolchain-funcs eutils qt4 DESCRIPTION="Stellarium renders 3D photo-realistic skies in real time." HOMEPAGE="http://www.stellarium.org/" @@ -20,19 +20,15 @@ RDEPEND="virtual/opengl dev-libs/boost media-libs/jpeg net-misc/curl - =x11-libs/qt-4* + $(qt4_min_version 4.2) nls? ( virtual/libintl )" DEPEND="${RDEPEND} >=dev-util/cmake-2.4.6 nls? ( sys-devel/gettext ) x11-libs/libXt" -pkg_setup() { - # bug #186194 - if ! built_with_use '=x11-libs/qt-4*' opengl; then - die "=x11-libs/qt-4* built without USE=\"opengl\"" - fi -} +# bug #186194 +QT4_BUILT_WITH_USE_CHECK="opengl" src_unpack() { unpack ${A} |