diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-06-10 20:57:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-06-10 20:57:27 +0000 |
commit | 77dc8d4bb479e64864c2f4bbb2846fd977028253 (patch) | |
tree | df02b8f5daa7061ee092393c6eb86084db6ee828 /net-misc/putty | |
parent | Old. (diff) | |
download | gentoo-2-77dc8d4bb479e64864c2f4bbb2846fd977028253.tar.gz gentoo-2-77dc8d4bb479e64864c2f4bbb2846fd977028253.tar.bz2 gentoo-2-77dc8d4bb479e64864c2f4bbb2846fd977028253.zip |
Fix sed script.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/putty/putty-0.62.20120823.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index df9e0f44d209..0591c8a4d7b2 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/putty -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.70 2012/08/23 14:43:37 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.71 2013/06/10 20:57:27 jer Exp $ + + 10 Jun 2013; Jeroen Roovers <jer@gentoo.org> putty-0.62.20120823.ebuild: + Fix sed script. *putty-0.62.20120823 (23 Aug 2012) diff --git a/net-misc/putty/putty-0.62.20120823.ebuild b/net-misc/putty/putty-0.62.20120823.ebuild index 848976f7ec09..b6c4a2f8667c 100644 --- a/net-misc/putty/putty-0.62.20120823.ebuild +++ b/net-misc/putty/putty-0.62.20120823.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.62.20120823.ebuild,v 1.1 2012/08/23 14:43:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.62.20120823.ebuild,v 1.2 2013/06/10 20:57:27 jer Exp $ EAPI="4" @@ -37,7 +37,7 @@ src_prepare() { cd "${S}"/unix || die "cd unix failed" sed \ -i configure.ac \ - -e '/^AM_PATH_GTK(/d' \ + -e '/AM_PATH_GTK(/d' \ -e 's|-Wall -Werror||g' || die "sed failed" eautoreconf } |