diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-02-28 23:12:55 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-02-28 23:12:55 +0000 |
commit | 3a11c51f21d52e49b8fadbde3f534115b1075de0 (patch) | |
tree | 6501932d44ca629f8b88cc7584e6d94ede74d8fc /x11-terms/rxvt-unicode | |
parent | version bump (diff) | |
download | gentoo-2-3a11c51f21d52e49b8fadbde3f534115b1075de0.tar.gz gentoo-2-3a11c51f21d52e49b8fadbde3f534115b1075de0.tar.bz2 gentoo-2-3a11c51f21d52e49b8fadbde3f534115b1075de0.zip |
Fix sed.
(Portage version: 2.0.51.17)
Diffstat (limited to 'x11-terms/rxvt-unicode')
-rw-r--r-- | x11-terms/rxvt-unicode/ChangeLog | 6 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-5.1.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-5.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-terms/rxvt-unicode/ChangeLog b/x11-terms/rxvt-unicode/ChangeLog index 9d9a856e0294..d8e52bd06bb2 100644 --- a/x11-terms/rxvt-unicode/ChangeLog +++ b/x11-terms/rxvt-unicode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-terms/rxvt-unicode # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.45 2005/02/27 00:13:26 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.46 2005/02/28 23:12:55 latexer Exp $ + + 28 Feb 2005; Peter Johanson <latexer@gentoo.org> rxvt-unicode-5.1.ebuild, + rxvt-unicode-5.2.ebuild: + Fix sed. 26 Feb 2005; Peter Johanson <latexer@gentoo.org> rxvt-unicode-3.0.ebuild, rxvt-unicode-4.0.ebuild, rxvt-unicode-4.8.ebuild, rxvt-unicode-5.1.ebuild, diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-5.1.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-5.1.ebuild index e3e8ab266c8f..f732e89d5af3 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-5.1.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-5.1.ebuild,v 1.3 2005/02/27 00:13:26 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-5.1.ebuild,v 1.4 2005/02/28 23:12:55 latexer Exp $ inherit 64-bit eutils @@ -28,7 +28,7 @@ src_unpack() { "s~@TIC@ \(etc/rxvt\)~@TIC@ -o ${D}/${tdir} \1~" \ doc/Makefile.in sed -i -e \ - "s:-g -O3:${CFLAGS}" \ + "s:-g -O3:${CFLAGS}:" \ configure } diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-5.2.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-5.2.ebuild index 982ef45b990e..d27ac0424d97 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-5.2.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-5.2.ebuild,v 1.3 2005/02/27 00:13:26 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-5.2.ebuild,v 1.4 2005/02/28 23:12:55 latexer Exp $ inherit 64-bit eutils flag-o-matic @@ -34,7 +34,7 @@ src_unpack() { "s~@TIC@ \(etc/rxvt\)~@TIC@ -o ${D}/${tdir} \1~" \ doc/Makefile.in sed -i -e \ - "s:-g -O3:${CFLAGS}" \ + "s:-g -O3:${CFLAGS}:" \ configure } |