diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-09-28 16:25:30 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-09-28 16:25:30 +0000 |
commit | 1fb31303e11b7ba06118060c49c22f46e443dbbf (patch) | |
tree | 82302abca1a3b7ea91eee491c1de8ff1149c6a83 /sys-apps/ed | |
parent | Version bump. (diff) | |
download | gentoo-2-1fb31303e11b7ba06118060c49c22f46e443dbbf.tar.gz gentoo-2-1fb31303e11b7ba06118060c49c22f46e443dbbf.tar.bz2 gentoo-2-1fb31303e11b7ba06118060c49c22f46e443dbbf.zip |
alpha/ia64/x86 stable wrt #194011
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-apps/ed')
-rw-r--r-- | sys-apps/ed/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/ed/ed-0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/ed/ChangeLog b/sys-apps/ed/ChangeLog index 6a8723763155..d45200821e2c 100644 --- a/sys-apps/ed/ChangeLog +++ b/sys-apps/ed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/ed # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.58 2007/09/28 12:49:29 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.59 2007/09/28 16:25:30 armin76 Exp $ + + 28 Sep 2007; Raúl Porcel <armin76@gentoo.org> ed-0.8.ebuild: + alpha/ia64/x86 stable wrt #194011 28 Sep 2007; Ferris McCormick <fmccor@gentoo.org> ed-0.8.ebuild: Sparc stable --- Bug #194011 --- tests run successfully. diff --git a/sys-apps/ed/ed-0.8.ebuild b/sys-apps/ed/ed-0.8.ebuild index c8e960034e9e..19f56dfd8bba 100644 --- a/sys-apps/ed/ed-0.8.ebuild +++ b/sys-apps/ed/ed-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-0.8.ebuild,v 1.5 2007/09/28 12:49:29 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-0.8.ebuild,v 1.6 2007/09/28 16:25:30 armin76 Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/ed/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" DEPEND="sys-apps/texinfo" |