diff options
author | 2004-06-02 08:31:27 +0000 | |
---|---|---|
committer | 2004-06-02 08:31:27 +0000 | |
commit | 5c7988c7e4f90fb7faf2b9360f0a094fb8cbb268 (patch) | |
tree | 71b4abe95a2a00c9a87e1738e4195a7fdcc2386a /net-misc/putty | |
parent | initial commit - ebuild from Alexandru Toma via bug #52665 (Manifest recommit) (diff) | |
download | gentoo-2-5c7988c7e4f90fb7faf2b9360f0a094fb8cbb268.tar.gz gentoo-2-5c7988c7e4f90fb7faf2b9360f0a094fb8cbb268.tar.bz2 gentoo-2-5c7988c7e4f90fb7faf2b9360f0a094fb8cbb268.zip |
missing keword
Diffstat (limited to 'net-misc/putty')
-rw-r--r-- | net-misc/putty/putty-0.54.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/putty/putty-0.54.ebuild b/net-misc/putty/putty-0.54.ebuild index ff794c892067..c2f241a9c7ca 100644 --- a/net-misc/putty/putty-0.54.ebuild +++ b/net-misc/putty/putty-0.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.54.ebuild,v 1.2 2004/06/01 21:42:55 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/putty-0.54.ebuild,v 1.3 2004/06/02 08:31:27 taviso Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://the.earth.li/~sgtatham/putty/latest/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~alpha ~ppc ~sparc" +KEYWORDS="~x86 ~alpha ~ppc ~sparc ~amd64" IUSE="doc" RDEPEND="=x11-libs/gtk+-1.2* virtual/x11" |