diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-04-15 22:43:39 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-04-15 22:43:39 +0000 |
commit | 1366722bec86e003ec0bb4dff20040fdcf2dc903 (patch) | |
tree | 2ab276bb20069e21688257353d422467c8ab3ff4 /sci-geosciences | |
parent | Mask net-wireless/wireless-tools-29_pre17 (diff) | |
download | gentoo-2-1366722bec86e003ec0bb4dff20040fdcf2dc903.tar.gz gentoo-2-1366722bec86e003ec0bb4dff20040fdcf2dc903.tar.bz2 gentoo-2-1366722bec86e003ec0bb4dff20040fdcf2dc903.zip |
moved from USE flag tcltk to tk, see bug 17808
(Portage version: 2.1.2.2)
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/grass/ChangeLog | 5 | ||||
-rw-r--r-- | sci-geosciences/grass/grass-5.4.0.ebuild | 31 |
2 files changed, 19 insertions, 17 deletions
diff --git a/sci-geosciences/grass/ChangeLog b/sci-geosciences/grass/ChangeLog index 63ed4c104fe5..ee9e18015bab 100644 --- a/sci-geosciences/grass/ChangeLog +++ b/sci-geosciences/grass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/grass # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.33 2007/03/13 00:32:26 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.34 2007/04/15 22:43:39 opfer Exp $ + + 15 Apr 2007; Christian Faulhammer <opfer@gentoo.org> grass-5.4.0.ebuild: + moved from USE flag tcltk to tk, see bug 17808 13 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> grass-6.2.0-r1.ebuild: QA: which -> type -P diff --git a/sci-geosciences/grass/grass-5.4.0.ebuild b/sci-geosciences/grass/grass-5.4.0.ebuild index a798ba1d3e34..d4cb4319669f 100644 --- a/sci-geosciences/grass/grass-5.4.0.ebuild +++ b/sci-geosciences/grass/grass-5.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-5.4.0.ebuild,v 1.9 2007/01/29 01:57:03 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-5.4.0.ebuild,v 1.10 2007/04/15 22:43:39 opfer Exp $ inherit eutils toolchain-funcs @@ -35,28 +35,27 @@ RDEPEND=">=sys-devel/make-3.80 odbc? ( >=dev-db/unixODBC-2.0.6 ) postgres? ( >=dev-db/postgresql-7.3 ) nls? ( x11-terms/mlterm ) - tcltk? ( >=dev-lang/tcl-8.3.4 - >=dev-lang/tk-8.3.4 ) + tk? ( >=dev-lang/tk-8.3.4 ) truetype? ( >=media-libs/freetype-2.0.0 ) motif? ( x11-libs/openmotif ) X? ( || ( - ( x11-libs/libXmu - x11-libs/libXext - x11-libs/libXp - x11-libs/libX11 - x11-libs/libXt - x11-libs/libSM - x11-libs/libICE - x11-libs/libXpm - x11-libs/libXaw ) + ( x11-libs/libXmu + x11-libs/libXext + x11-libs/libXp + x11-libs/libX11 + x11-libs/libXt + x11-libs/libSM + x11-libs/libICE + x11-libs/libXpm + x11-libs/libXaw ) virtual/x11 ) )" DEPEND="${RDEPEND} X? ( || ( - ( x11-proto/xproto x11-proto/xextproto ) - virtual/x11 - ) + ( x11-proto/xproto x11-proto/xextproto ) + virtual/x11 + ) )" src_unpack() { @@ -93,7 +92,7 @@ src_compile() { ../configure ${MYCONF} \ `use_with X` \ `use_with readline` \ - `use_with tcltk` \ + `use_with tk tcltk` \ `use_with postgres` \ `use_with motif` \ `use_with blas` \ |