diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-09-14 15:51:25 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-09-14 15:51:25 +0000 |
commit | 340fb33865558b4774b284619411bf464fc859b4 (patch) | |
tree | 057af2ff05b6334eb71963debe6d2330f8cb3ef9 /sys-apps/ed | |
parent | initial alpha (axp) support for gentoo (diff) | |
download | historical-340fb33865558b4774b284619411bf464fc859b4.tar.gz historical-340fb33865558b4774b284619411bf464fc859b4.tar.bz2 historical-340fb33865558b4774b284619411bf464fc859b4.zip |
initial alpha (axp) support for gentoo
Diffstat (limited to 'sys-apps/ed')
-rw-r--r-- | sys-apps/ed/ed-0.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/ed/ed-0.2-r3.ebuild b/sys-apps/ed/ed-0.2-r3.ebuild index 34cf279e1a1b..ac097c82e634 100644 --- a/sys-apps/ed/ed-0.2-r3.ebuild +++ b/sys-apps/ed/ed-0.2-r3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-0.2-r3.ebuild,v 1.9 2002/08/14 03:18:39 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-0.2-r3.ebuild,v 1.10 2002/09/14 15:51:24 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Your basic line editor" SRC_URI="ftp://ftp.gnu.org/pub/gnu/ed/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/ed/" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64 alpha" SLOT="0" LICENSE="GPL-2" |