diff options
author | 2004-06-02 08:31:27 +0000 | |
---|---|---|
committer | 2004-06-02 08:31:27 +0000 | |
commit | bdaa560c9a4f7fe0dbb6033adce11d6748a3fa26 (patch) | |
tree | 3f0be3584338b9ca53ba913b411cffceee4b36b4 /net-misc | |
parent | initial commit - ebuild from Alexandru Toma via bug #52665 (diff) | |
download | historical-bdaa560c9a4f7fe0dbb6033adce11d6748a3fa26.tar.gz historical-bdaa560c9a4f7fe0dbb6033adce11d6748a3fa26.tar.bz2 historical-bdaa560c9a4f7fe0dbb6033adce11d6748a3fa26.zip |
missing keword
Diffstat (limited to 'net-misc')
-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" |