diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:11 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:11 +0000 |
commit | 5dfc2678037d702fdf8373784d642ecc283cc09c (patch) | |
tree | a8dc78ec59bc44f0d4c33bad210d927343b80202 /dev-lang/stratego | |
parent | During removal of sparc64 keywords from the ebuilds a bad sed introduced prob... (diff) | |
download | historical-5dfc2678037d702fdf8373784d642ecc283cc09c.tar.gz historical-5dfc2678037d702fdf8373784d642ecc283cc09c.tar.bz2 historical-5dfc2678037d702fdf8373784d642ecc283cc09c.zip |
During removal of sparc64 keywords from the ebuilds a bad sed introduced problematic KEYWORDS line that contained an illegal character before the alpha keyword. Fixed.
Diffstat (limited to 'dev-lang/stratego')
-rw-r--r-- | dev-lang/stratego/stratego-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/stratego/stratego-0.8.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/stratego/stratego-0.8.1.ebuild b/dev-lang/stratego/stratego-0.8.1.ebuild index 64a76f8fa110..04e864245055 100644 --- a/dev-lang/stratego/stratego-0.8.1.ebuild +++ b/dev-lang/stratego/stratego-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/stratego-0.8.1.ebuild,v 1.3 2002/12/09 04:20:58 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/stratego-0.8.1.ebuild,v 1.4 2002/12/15 10:44:11 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Stratego term-rewriting language" @@ -11,7 +11,7 @@ DEPEND=">=dev-libs/aterm-1.6.7 RDEPEND="$DEPEND" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" IUSE="" src_compile() { diff --git a/dev-lang/stratego/stratego-0.8.ebuild b/dev-lang/stratego/stratego-0.8.ebuild index a6874965e235..7860ecbfb8c7 100644 --- a/dev-lang/stratego/stratego-0.8.ebuild +++ b/dev-lang/stratego/stratego-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/stratego-0.8.ebuild,v 1.3 2002/12/09 04:20:58 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/stratego-0.8.ebuild,v 1.4 2002/12/15 10:44:11 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Stratego term-rewriting language" @@ -11,7 +11,7 @@ DEPEND=">=dev-libs/aterm-1.6.7 RDEPEND="$DEPEND" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" src_compile() { ./configure \ |