summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2006-10-26 02:15:34 +0000
committerSteve Arnold <nerdboy@gentoo.org>2006-10-26 02:15:34 +0000
commit759edc9f45f2576e985dbbaa5d2c40b48117519e (patch)
tree3d73d991a3f1f47579b73304419452b904141a52 /sci-geosciences
parentStable on SPARC wrt bug #152040. (diff)
downloadgentoo-2-759edc9f45f2576e985dbbaa5d2c40b48117519e.tar.gz
gentoo-2-759edc9f45f2576e985dbbaa5d2c40b48117519e.tar.bz2
gentoo-2-759edc9f45f2576e985dbbaa5d2c40b48117519e.zip
update to global ncurses flag
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/grass/ChangeLog11
-rw-r--r--sci-geosciences/grass/grass-6.1.0.ebuild6
2 files changed, 11 insertions, 6 deletions
diff --git a/sci-geosciences/grass/ChangeLog b/sci-geosciences/grass/ChangeLog
index 8444f3647b00..138fbf5168df 100644
--- a/sci-geosciences/grass/ChangeLog
+++ b/sci-geosciences/grass/ChangeLog
@@ -1,15 +1,20 @@
# ChangeLog for sci-geosciences/grass
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.22 2006/10/26 02:08:03 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.23 2006/10/26 02:15:34 nerdboy Exp $
26 Oct 2006; Steve Arnold <nerdboy@gentoo.org> grass-6.1.0.ebuild:
- use flag clean-up (fix for bug 152784, caused by brain-fart)
+ more use flag changes (trying to keep up with the Jones...) to take
+ advantage of the global ncurses flag
+
+ 26 Oct 2006; Steve Arnold <nerdboy@gentoo.org> grass-6.1.0.ebuild:
+ use flag clean-up (fix for bug 152784, caused by brain-fart) for
+ truetype
*grass-6.1.0 (23 Oct 2006)
23 Oct 2006; Steve Arnold <nerdboy@gentoo.org> +files/99grass-6.1.0,
+grass-6.1.0.ebuild:
- version bump for updated Grass (still has a minor math lib issue if built
+ Version bump for updated Grass (still has a minor math lib issue if built
without Blas/Lapack support).
06 Sep 2006; Steve Arnold <nerdboy@gentoo.org> -grass-5.0.2.ebuild:
diff --git a/sci-geosciences/grass/grass-6.1.0.ebuild b/sci-geosciences/grass/grass-6.1.0.ebuild
index f37cb2132aae..3731de9b4ceb 100644
--- a/sci-geosciences/grass/grass-6.1.0.ebuild
+++ b/sci-geosciences/grass/grass-6.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.1.0.ebuild,v 1.3 2006/10/26 02:08:03 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.1.0.ebuild,v 1.4 2006/10/26 02:15:34 nerdboy Exp $
inherit eutils autotools
@@ -21,7 +21,6 @@ RDEPEND=">=sys-devel/make-3.80
>=sys-libs/zlib-1.1.4
>=sys-devel/flex-2.5.4a
>=sys-devel/bison-1.35
- >=sys-libs/ncurses-5.3
>=sys-libs/gdbm-1.8.0
>=sys-devel/gcc-3.2.2
sys-apps/man
@@ -34,6 +33,7 @@ RDEPEND=">=sys-devel/make-3.80
jpeg? ( media-libs/jpeg )
motif? ( x11-libs/openmotif )
mysql? ( dev-db/mysql )
+ ncurses? >=sys-libs/ncurses-5.3
nls? ( x11-terms/mlterm )
odbc? ( >=dev-db/unixODBC-2.0.6 )
opengl? ( ( virtual/opengl )
@@ -137,7 +137,7 @@ src_compile() {
export LD_LIBRARY_PATH="/${WORKDIR}/image/usr/${P}/$(get_libdir):${LD_LIBRARY_PATH}"
econf ${myconf} \
`use_enable amd64 64bit` \
- `use_with curses` \
+ `use_with ncurses curses` \
`use_with fftw` \
`use_with gmath blas` \
`use_with gmath lapack` \