diff options
author | 2006-05-27 21:33:38 +0000 | |
---|---|---|
committer | 2006-05-27 21:33:38 +0000 | |
commit | 63c238319102ce98cf7cfa0bcfc32df1cd012fc0 (patch) | |
tree | 6e821c2117a577e352f978af15ba504ac3e6f9d4 /sci-geosciences/grass/grass-6.0.1.ebuild | |
parent | Marking stable amd64, tested on pitr, closes all the module-build sandbox bugs. (diff) | |
download | gentoo-2-63c238319102ce98cf7cfa0bcfc32df1cd012fc0.tar.gz gentoo-2-63c238319102ce98cf7cfa0bcfc32df1cd012fc0.tar.bz2 gentoo-2-63c238319102ce98cf7cfa0bcfc32df1cd012fc0.zip |
fixed bash configure error, made modular X compliant, stable bump for amd64
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'sci-geosciences/grass/grass-6.0.1.ebuild')
-rw-r--r-- | sci-geosciences/grass/grass-6.0.1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-geosciences/grass/grass-6.0.1.ebuild b/sci-geosciences/grass/grass-6.0.1.ebuild index 67f4f9c84168..b7786385e21a 100644 --- a/sci-geosciences/grass/grass-6.0.1.ebuild +++ b/sci-geosciences/grass/grass-6.0.1.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.0.1.ebuild,v 1.3 2006/03/18 22:28:45 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.0.1.ebuild,v 1.4 2006/05/27 21:33:38 nerdboy Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://grass.itc.it/grass60/source/${P}.tar.gz LICENSE="GPL-2" SLOT="6" -KEYWORDS="~amd64 ~ppc sparc x86" +KEYWORDS="amd64 ~ppc sparc x86" # To-do: get ppc64 gdal deps fixed up # add gdal back to use flags once grass is fixed @@ -58,13 +58,11 @@ RDEPEND=">=sys-devel/make-3.80 )" DEPEND="${RDEPEND} - X? ( || ( + || ( ( x11-proto/xproto x11-proto/xextproto ) virtual/x11 - ) )" - src_unpack() { unpack ${A} |