diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-06-26 10:10:26 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-06-26 10:10:26 +0000 |
commit | 5b7ce2fb7a3d386c78d248afe2027b388ba74b1c (patch) | |
tree | 925c7b58aa990aa41f91189761935512d07615a4 /net-misc/putty | |
parent | reenabled needed patch (#23458) (diff) | |
download | historical-5b7ce2fb7a3d386c78d248afe2027b388ba74b1c.tar.gz historical-5b7ce2fb7a3d386c78d248afe2027b388ba74b1c.tar.bz2 historical-5b7ce2fb7a3d386c78d248afe2027b388ba74b1c.zip |
typo
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/Manifest | 2 | ||||
-rw-r--r-- | net-misc/putty/putty-20030603.ebuild | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net-misc/putty/Manifest b/net-misc/putty/Manifest index 0be56cef4256..8e6f93415a84 100644 --- a/net-misc/putty/Manifest +++ b/net-misc/putty/Manifest @@ -1,3 +1,3 @@ MD5 03e5b02de5daa92423cb6756bc39ab50 ChangeLog 672 -MD5 7d76a1d457286c3aab8e60ea0be3dd57 putty-20030603.ebuild 1471 +MD5 7c8f03eb56fc5a6e0230a53623eb98cb putty-20030603.ebuild 1421 MD5 bcc49e4648a2fa3b47fb42141928e0e0 files/digest-putty-20030603 70 diff --git a/net-misc/putty/putty-20030603.ebuild b/net-misc/putty/putty-20030603.ebuild index 71de346503f8..4800d80384eb 100644 --- a/net-misc/putty/putty-20030603.ebuild +++ b/net-misc/putty/putty-20030603.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-20030603.ebuild,v 1.4 2003/06/22 12:35:13 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-20030603.ebuild,v 1.5 2003/06/26 10:09:58 taviso Exp $ cvs_update="20030603" DESCRIPTION="UNIX port of the famous Windows Telnet and SSH client" @@ -18,12 +18,10 @@ IUSE="doc" DEPEND="dev-lang/perl >=sys-apps/sed-4 virtual/x11 - ~dev-libs/glib-1.2.10 - ~x11-libs/gtk+-1.2.10" + =x11-libs/gtk+-1.2*" RDEPEND="virtual/x11 - ~dev-libs/glib-1.2.10 - ~x11-libs/gtk+-1.2.10" + =x11-libs/gtk+-1.2*" inherit ccc |