diff options
author | Brent Baude <ranger@gentoo.org> | 2008-03-29 15:21:45 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-03-29 15:21:45 +0000 |
commit | 93a9e2238eaa68a031d7533ca32730ca34d29f8d (patch) | |
tree | b837bec5dda3738b824ccdd5f885438954a82f18 /sys-apps/sed/sed-4.1.5-r1.ebuild | |
parent | Version bump as per bug 213069. Thanks, Asbjørn Nilsen Riseth, for providing... (diff) | |
download | historical-93a9e2238eaa68a031d7533ca32730ca34d29f8d.tar.gz historical-93a9e2238eaa68a031d7533ca32730ca34d29f8d.tar.bz2 historical-93a9e2238eaa68a031d7533ca32730ca34d29f8d.zip |
stable ppc64, bug 215072
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sys-apps/sed/sed-4.1.5-r1.ebuild')
-rw-r--r-- | sys-apps/sed/sed-4.1.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sed/sed-4.1.5-r1.ebuild b/sys-apps/sed/sed-4.1.5-r1.ebuild index 0c648bb895ed..11010575f1e8 100644 --- a/sys-apps/sed/sed-4.1.5-r1.ebuild +++ b/sys-apps/sed/sed-4.1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.5-r1.ebuild,v 1.4 2008/03/28 23:32:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.5-r1.ebuild,v 1.5 2008/03/29 15:21:45 ranger Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/sed/${P}.tar.gz" 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="nls static" RDEPEND="nls? ( virtual/libintl )" |