diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-09-12 14:49:27 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-09-12 14:49:27 +0000 |
commit | 34fce36736ad4f2b885dc76ebc1e2ea6945ef109 (patch) | |
tree | 2e681fee432c42473073227ee8f7958f7526b853 /sys-apps/ed | |
parent | Respect LDFLAGS. Bug #335533 (diff) | |
download | gentoo-2-34fce36736ad4f2b885dc76ebc1e2ea6945ef109.tar.gz gentoo-2-34fce36736ad4f2b885dc76ebc1e2ea6945ef109.tar.bz2 gentoo-2-34fce36736ad4f2b885dc76ebc1e2ea6945ef109.zip |
Stable on amd64 wrt bug #336277
(Portage version: 2.2_rc78/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/ed')
-rw-r--r-- | sys-apps/ed/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/ed/ed-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/ed/ChangeLog b/sys-apps/ed/ChangeLog index 7525051b4078..660bd4d7d9c7 100644 --- a/sys-apps/ed/ChangeLog +++ b/sys-apps/ed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/ed # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.80 2010/09/08 13:29:46 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.81 2010/09/12 14:49:27 hwoarang Exp $ + + 12 Sep 2010; Markos Chandras <hwoarang@gentoo.org> ed-1.4.ebuild: + Stable on amd64 wrt bug #336277 08 Sep 2010; Christian Faulhammer <fauli@gentoo.org> ed-1.4.ebuild: stable x86, bug 336277 diff --git a/sys-apps/ed/ed-1.4.ebuild b/sys-apps/ed/ed-1.4.ebuild index 2f1e5265ef9e..04df6af5b0a6 100644 --- a/sys-apps/ed/ed-1.4.ebuild +++ b/sys-apps/ed/ed-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.4.ebuild,v 1.3 2010/09/08 13:29:46 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.4.ebuild,v 1.4 2010/09/12 14:49:27 hwoarang Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/ed/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="" DEPEND="sys-apps/texinfo" |