diff options
author | 2006-07-14 14:41:36 +0000 | |
---|---|---|
committer | 2006-07-14 14:41:36 +0000 | |
commit | 553505de7869e9d9b6ffeb4f6dab8115ded056c2 (patch) | |
tree | 2b2543dd3166d379f20ba53f76569c58c1b78fb9 /dev-lang/gauche/gauche-0.8.7.ebuild | |
parent | enclose D, S and FILESDIR in double quotes. (diff) | |
download | gentoo-2-553505de7869e9d9b6ffeb4f6dab8115ded056c2.tar.gz gentoo-2-553505de7869e9d9b6ffeb4f6dab8115ded056c2.tar.bz2 gentoo-2-553505de7869e9d9b6ffeb4f6dab8115ded056c2.zip |
stable on x86.
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'dev-lang/gauche/gauche-0.8.7.ebuild')
-rw-r--r-- | dev-lang/gauche/gauche-0.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/gauche/gauche-0.8.7.ebuild b/dev-lang/gauche/gauche-0.8.7.ebuild index 1d89e59d3a72..671409844dcc 100644 --- a/dev-lang/gauche/gauche-0.8.7.ebuild +++ b/dev-lang/gauche/gauche-0.8.7.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/dev-lang/gauche/gauche-0.8.7.ebuild,v 1.2 2006/07/14 13:27:39 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gauche/gauche-0.8.7.ebuild,v 1.3 2006/07/14 14:41:36 hattya Exp $ inherit autotools eutils flag-o-matic @@ -13,7 +13,7 @@ HOMEPAGE="http://gauche.sf.net/" SRC_URI="mirror://sourceforge/gauche/${MY_P}.tgz" LICENSE="BSD" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86" SLOT="0" S=${WORKDIR}/${MY_P} |