diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-14 23:20:27 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-14 23:20:27 +0000 |
commit | c8535fc786e673af70ed4aa20e63ac6344527e4e (patch) | |
tree | fb3ea1f7bb982c969dd85bf8ec578857f8a39ca6 /sys-apps | |
parent | Stable on amd64 wrt bug #340995 (diff) | |
download | gentoo-2-c8535fc786e673af70ed4aa20e63ac6344527e4e.tar.gz gentoo-2-c8535fc786e673af70ed4aa20e63ac6344527e4e.tar.bz2 gentoo-2-c8535fc786e673af70ed4aa20e63ac6344527e4e.zip |
Stable on amd64 wrt bug #340919
(Portage version: 2.2_rc92/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/sed/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/sed/sed-4.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/sed/ChangeLog b/sys-apps/sed/ChangeLog index 3c16314e5502..243837db7926 100644 --- a/sys-apps/sed/ChangeLog +++ b/sys-apps/sed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/sed # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.105 2010/10/14 18:34:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.106 2010/10/14 23:20:27 hwoarang Exp $ + + 14 Oct 2010; Markos Chandras <hwoarang@gentoo.org> sed-4.2.1.ebuild: + Stable on amd64 wrt bug #340919 *sed-4.2.1-r1 (14 Oct 2010) diff --git a/sys-apps/sed/sed-4.2.1.ebuild b/sys-apps/sed/sed-4.2.1.ebuild index a97d4832a7ed..cb1f59044034 100644 --- a/sys-apps/sed/sed-4.2.1.ebuild +++ b/sys-apps/sed/sed-4.2.1.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/sed/sed-4.2.1.ebuild,v 1.3 2010/10/14 15:23:56 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1.ebuild,v 1.4 2010/10/14 23:20:27 hwoarang Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/sed/${P}.tar.bz2" LICENSE="GPL-3" 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="acl nls selinux static" RDEPEND="nls? ( virtual/libintl ) |