diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-08-24 20:38:38 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-08-24 20:38:38 +0000 |
commit | d2ae993f4e519cc1231ccd4c79ae041316833b7a (patch) | |
tree | c93289276ad58b0a37b18a45f64dbc4be02930c3 /sys-apps/ed | |
parent | ppc stable, bug #189956 (diff) | |
download | gentoo-2-d2ae993f4e519cc1231ccd4c79ae041316833b7a.tar.gz gentoo-2-d2ae993f4e519cc1231ccd4c79ae041316833b7a.tar.bz2 gentoo-2-d2ae993f4e519cc1231ccd4c79ae041316833b7a.zip |
ppc stable, bug #189888
(Portage version: 2.1.2.12)
Diffstat (limited to 'sys-apps/ed')
-rw-r--r-- | sys-apps/ed/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/ed/ed-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/ed/ChangeLog b/sys-apps/ed/ChangeLog index b0b9dffaea60..6b45e62d65fe 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.52 2007/08/24 18:26:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.53 2007/08/24 20:38:38 dertobi123 Exp $ + + 24 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> ed-0.6.ebuild: + ppc stable, bug #189888 24 Aug 2007; Raúl Porcel <armin76@gentoo.org> ed-0.6.ebuild: alpha/ia64 stable wrt #189888 diff --git a/sys-apps/ed/ed-0.6.ebuild b/sys-apps/ed/ed-0.6.ebuild index 16807c05ab0c..550777589e00 100644 --- a/sys-apps/ed/ed-0.6.ebuild +++ b/sys-apps/ed/ed-0.6.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.6.ebuild,v 1.8 2007/08/24 18:26:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-0.6.ebuild,v 1.9 2007/08/24 20:38:38 dertobi123 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" |