summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-11-13 18:04:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-11-13 18:04:08 +0000
commit6422652c923fd1ce6ea70211d4ce440989fbc4aa (patch)
treefe38a26425e9a42043b8497849ef0384cc0cbc8b /sci-astronomy
parentBlock >=dev-util/kdevelop-3.9 wrt #273246, thanks to Matthias Schwarzott for ... (diff)
downloadgentoo-2-6422652c923fd1ce6ea70211d4ce440989fbc4aa.tar.gz
gentoo-2-6422652c923fd1ce6ea70211d4ce440989fbc4aa.tar.bz2
gentoo-2-6422652c923fd1ce6ea70211d4ce440989fbc4aa.zip
boost isn't a run-time dep (bug #293079)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/stellarium/ChangeLog6
-rw-r--r--sci-astronomy/stellarium/stellarium-0.10.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog
index 98d2c27b1553..f8f727fc6917 100644
--- a/sci-astronomy/stellarium/ChangeLog
+++ b/sci-astronomy/stellarium/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/stellarium
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.53 2009/08/09 13:14:45 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.54 2009/11/13 18:04:08 mr_bones_ Exp $
+
+ 13 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ stellarium-0.10.2.ebuild:
+ boost isn't a run-time dep (bug #293079)
09 Aug 2009; nixnut <nixnut@gentoo.org> stellarium-0.10.2.ebuild:
ppc stable #271176
diff --git a/sci-astronomy/stellarium/stellarium-0.10.2.ebuild b/sci-astronomy/stellarium/stellarium-0.10.2.ebuild
index 9bcd96c3a0b1..c86a8f784a88 100644
--- a/sci-astronomy/stellarium/stellarium-0.10.2.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.10.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild,v 1.7 2009/08/09 13:14:45 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.2.ebuild,v 1.8 2009/11/13 18:04:08 mr_bones_ Exp $
EAPI=2
inherit cmake-utils eutils
@@ -19,7 +19,6 @@ RDEPEND="virtual/opengl
virtual/glu
media-libs/libpng
media-libs/freetype:2
- dev-libs/boost
media-libs/jpeg
x11-libs/qt-core:4
x11-libs/qt-gui:4
@@ -27,6 +26,7 @@ RDEPEND="virtual/opengl
x11-libs/qt-opengl:4
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
+ dev-libs/boost
>=dev-util/cmake-2.4.7
nls? ( sys-devel/gettext )
x11-libs/libXt"