diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 01:18:10 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 01:18:10 +0000 |
commit | a9a4c97c3d425e3153382e0f5b5ac063fde260f8 (patch) | |
tree | 1c939e0269fb308eea1e0deedf2bf2e385203e38 /sci-astronomy | |
parent | Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11. (diff) | |
download | gentoo-2-a9a4c97c3d425e3153382e0f5b5ac063fde260f8.tar.gz gentoo-2-a9a4c97c3d425e3153382e0f5b5ac063fde260f8.tar.bz2 gentoo-2-a9a4c97c3d425e3153382e0f5b5ac063fde260f8.zip |
Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stellarium/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.9.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog index 890c191e1753..222ab4268a77 100644 --- a/sci-astronomy/stellarium/ChangeLog +++ b/sci-astronomy/stellarium/ChangeLog @@ -1,6 +1,9 @@ # 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.44 2008/07/03 22:37:54 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.45 2008/07/27 01:18:10 carlo Exp $ + + 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. 03 Jul 2008; Thomas Anderson <gentoofan23@gentoo.org> stellarium-0.9.1-r1.ebuild: diff --git a/sci-astronomy/stellarium/stellarium-0.9.1-r1.ebuild b/sci-astronomy/stellarium/stellarium-0.9.1-r1.ebuild index e804e0b40b22..fc405e0dc426 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.3 2008/07/03 22:37:54 gentoofan23 Exp $ +# $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 $ 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.2:4 ) + || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-script:4 ) =x11-libs/qt-4.3*:4 ) nls? ( virtual/libintl )" DEPEND="${RDEPEND} >=dev-util/cmake-2.4.6 |