summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-02-20 18:08:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-02-20 18:08:04 +0000
commit11626a6a013ef6e5220c503fe70963de21b13cf6 (patch)
tree508d65a69b27bedeab8671e7d23d2a51fea80900 /sci-astronomy
parentUse.mask scanner, no hardware to test (diff)
downloadgentoo-2-11626a6a013ef6e5220c503fe70963de21b13cf6.tar.gz
gentoo-2-11626a6a013ef6e5220c503fe70963de21b13cf6.tar.bz2
gentoo-2-11626a6a013ef6e5220c503fe70963de21b13cf6.zip
use cmake-utils_src_configure to make scarabeus happy
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/stellarium/ChangeLog6
-rw-r--r--sci-astronomy/stellarium/stellarium-0.10.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog
index 01810c957963..010d6b662b57 100644
--- a/sci-astronomy/stellarium/ChangeLog
+++ b/sci-astronomy/stellarium/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-astronomy/stellarium
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.47 2009/02/06 23:07:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.48 2009/02/20 18:08:04 mr_bones_ Exp $
+
+ 20 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ stellarium-0.10.1.ebuild:
+ use cmake-utils_src_configure to make scarabeus happy
*stellarium-0.10.1 (06 Feb 2009)
diff --git a/sci-astronomy/stellarium/stellarium-0.10.1.ebuild b/sci-astronomy/stellarium/stellarium-0.10.1.ebuild
index 095f48543b0a..d987c41fd620 100644
--- a/sci-astronomy/stellarium/stellarium-0.10.1.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.10.1.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.1.ebuild,v 1.1 2009/02/06 23:07:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.10.1.ebuild,v 1.2 2009/02/20 18:08:04 mr_bones_ Exp $
EAPI=2
inherit cmake-utils eutils
@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
src_configure() {
mycmakeargs=$(cmake-utils_use_enable nls NLS)
- cmake-utils_src_configurein
+ CMAKE_IN_SOURCE_BUILD=1 cmake-utils_src_configure
}
src_install() {