diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-10 13:47:40 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-10 13:47:40 +0000 |
commit | 1849e6f6036265d7881045e52b6a963c13d43118 (patch) | |
tree | e747c4440b51edc241a18709b1fa60c4220820ea /net-misc/x11-ssh-askpass | |
parent | Adding virtual/ssh (diff) | |
download | gentoo-2-1849e6f6036265d7881045e52b6a963c13d43118.tar.gz gentoo-2-1849e6f6036265d7881045e52b6a963c13d43118.tar.bz2 gentoo-2-1849e6f6036265d7881045e52b6a963c13d43118.zip |
Closing #44159.
Diffstat (limited to 'net-misc/x11-ssh-askpass')
-rw-r--r-- | net-misc/x11-ssh-askpass/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/x11-ssh-askpass/ChangeLog b/net-misc/x11-ssh-askpass/ChangeLog index 0a28bec3376d..40a18aee25fb 100644 --- a/net-misc/x11-ssh-askpass/ChangeLog +++ b/net-misc/x11-ssh-askpass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/x11-ssh-askpass # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v 1.10 2004/02/22 18:28:54 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v 1.11 2004/03/10 13:47:40 aliz Exp $ + + 10 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> + x11-ssh-askpass-1.2.4.1.ebuild: + Adding amd64 keyword. Closing #44159. *x11-ssh-askpass-1.2.4.1 (22 Feb 2004) diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1.ebuild index 5f14491d6c1c..b1909892baa9 100644 --- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1.ebuild +++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1.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/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1.ebuild,v 1.1 2004/02/22 18:28:55 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1.ebuild,v 1.2 2004/03/10 13:47:40 aliz Exp $ DESCRIPTION="X11-based passphrase dialog for use with OpenSSH" HOMEPAGE="http://www.liquidmeme.net/software/x11-ssh-askpass/" @@ -8,7 +8,7 @@ SRC_URI="http://www.liquidmeme.net/software/x11-ssh-askpass/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha ~ppc" +KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64" DEPEND="virtual/glibc virtual/x11" |