summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Guertin <gerk@gentoo.org>2003-02-11 08:24:20 +0000
committerMark Guertin <gerk@gentoo.org>2003-02-11 08:24:20 +0000
commit3f01b6c9891ea76a5ae20495d949e8548dedc4ec (patch)
tree08c47d9071322c626ab726d1f5e35e3b58403249 /sys-apps
parentonly touch alias files if they don't already exist. (diff)
downloadgentoo-2-3f01b6c9891ea76a5ae20495d949e8548dedc4ec.tar.gz
gentoo-2-3f01b6c9891ea76a5ae20495d949e8548dedc4ec.tar.bz2
gentoo-2-3f01b6c9891ea76a5ae20495d949e8548dedc4ec.zip
added ppc to keywords
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/sed/ChangeLog6
-rw-r--r--sys-apps/sed/sed-4.0.5.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/sed/ChangeLog b/sys-apps/sed/ChangeLog
index ab1921b6464e..cb262ee79e43 100644
--- a/sys-apps/sed/ChangeLog
+++ b/sys-apps/sed/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/sed
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.15 2003/02/09 02:30:05 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.16 2003/02/11 08:24:20 gerk Exp $
+
+ 11 Feb 2003; Mark Guertin <gerk@gentoo.org> sed-4.0.5.ebuild :
+ Added ppc to keywords, beat on this extensively and it seems
+ previous issues are resolved.
09 Feb 2003; Guy Martin <gmsoft@gentoo.org> sed-4.0.5.ebuild :
Added hppa to keywords.
diff --git a/sys-apps/sed/sed-4.0.5.ebuild b/sys-apps/sed/sed-4.0.5.ebuild
index cc837bb58de4..3408d0ca283e 100644
--- a/sys-apps/sed/sed-4.0.5.ebuild
+++ b/sys-apps/sed/sed-4.0.5.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.5.ebuild,v 1.4 2003/02/09 02:30:05 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.5.ebuild,v 1.5 2003/02/11 08:24:20 gerk Exp $
DESCRIPTION="Super-useful stream editor"
SRC_URI="ftp://ftp.gnu.org/pub/gnu/sed/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/sed/sed.html"
-KEYWORDS="x86 -ppc sparc alpha hppa"
+KEYWORDS="x86 ppc sparc alpha hppa"
SLOT="0"
LICENSE="GPL-2"
IUSE="nls static build"