diff options
-rw-r--r-- | net-misc/gtk2-ssh-askpass/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/gtk2-ssh-askpass/gtk2-ssh-askpass-0.3.ebuild | 4 | ||||
-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 |
4 files changed, 13 insertions, 6 deletions
diff --git a/net-misc/gtk2-ssh-askpass/ChangeLog b/net-misc/gtk2-ssh-askpass/ChangeLog index ff80a968171b..356889bd0b45 100644 --- a/net-misc/gtk2-ssh-askpass/ChangeLog +++ b/net-misc/gtk2-ssh-askpass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/gtk2-ssh-askpass # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gtk2-ssh-askpass/ChangeLog,v 1.4 2004/01/27 19:31:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gtk2-ssh-askpass/ChangeLog,v 1.5 2004/03/10 13:46:31 aliz Exp $ + + 10 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> gtk2-ssh-askpass-0.3.ebuild: + Adding amd64 keyword. Closing #44159. 27 Jan 2004; Aron Griffis <agriffis@gentoo.org> gtk2-ssh-askpass-0.3.ebuild: add ~alpha and ~ia64 diff --git a/net-misc/gtk2-ssh-askpass/gtk2-ssh-askpass-0.3.ebuild b/net-misc/gtk2-ssh-askpass/gtk2-ssh-askpass-0.3.ebuild index 7478316bd94f..c13215fa8ae0 100644 --- a/net-misc/gtk2-ssh-askpass/gtk2-ssh-askpass-0.3.ebuild +++ b/net-misc/gtk2-ssh-askpass/gtk2-ssh-askpass-0.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gtk2-ssh-askpass/gtk2-ssh-askpass-0.3.ebuild,v 1.5 2004/01/27 19:31:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gtk2-ssh-askpass/gtk2-ssh-askpass-0.3.ebuild,v 1.6 2004/03/10 13:46:31 aliz Exp $ DESCRIPTION="A small SSH Askpass replacement written with GTK2." HOMEPAGE="http://www.cgabriel.org/sw/gtk2-ssh-askpass/" SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~sparc ~alpha ~ia64" +KEYWORDS="x86 ppc ~sparc ~alpha ~ia64 ~amd64" IUSE="" DEPEND="virtual/x11 >=x11-libs/gtk+-2.0" 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" |