diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-12-16 23:24:50 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-12-16 23:24:50 +0000 |
commit | 94ccf7d227fa2ffcfb0e61ae41fd5a6f2f951a47 (patch) | |
tree | 619d9fb296b4966c701706f625d5a1df4f30c6d6 /net-misc | |
parent | Initial add. Closes bug #74688, thanks Vanquirius (Manifest recommit) (diff) | |
download | gentoo-2-94ccf7d227fa2ffcfb0e61ae41fd5a6f2f951a47.tar.gz gentoo-2-94ccf7d227fa2ffcfb0e61ae41fd5a6f2f951a47.tar.bz2 gentoo-2-94ccf7d227fa2ffcfb0e61ae41fd5a6f2f951a47.zip |
removed ut_time patch from 0.56, bug #69411
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/putty/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/putty/putty-0.56.ebuild | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/putty/ChangeLog b/net-misc/putty/ChangeLog index c335945d2da3..27ae25e263b0 100644 --- a/net-misc/putty/ChangeLog +++ b/net-misc/putty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/putty # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.19 2004/10/27 13:37:40 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.20 2004/12/16 23:24:50 jhuebel Exp $ + + 16 Dec 2004; Jason Huebel <jhuebel@gentoo.org> putty-0.56.ebuild: + removed ut_time patch from 0.56, bug #69411 *putty-0.56 (27 Oct 2004) diff --git a/net-misc/putty/putty-0.56.ebuild b/net-misc/putty/putty-0.56.ebuild index 8e8f175f2b65..6765768b7bcd 100644 --- a/net-misc/putty/putty-0.56.ebuild +++ b/net-misc/putty/putty-0.56.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.56.ebuild,v 1.1 2004/10/27 13:37:40 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.56.ebuild,v 1.2 2004/12/16 23:24:50 jhuebel Exp $ inherit eutils @@ -28,9 +28,6 @@ src_unpack() { ebegin "Setting CFLAGS" sed -i "s!-O2!${CFLAGS}!g" ${S}/unix/Makefile.gtk eend $? - - # apply ut_time patch for amd64 - use amd64 && epatch ${FILESDIR}/putty-ut_time.patch } src_compile() { |