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 | f9f20d9f22d9d240fde7f18e9853608af273c9fd (patch) | |
tree | 45fcd66b7bc3e76e5a26750b7248cb712ad38084 /net-misc/gtk2-ssh-askpass | |
parent | Adding virtual/ssh (diff) | |
download | historical-f9f20d9f22d9d240fde7f18e9853608af273c9fd.tar.gz historical-f9f20d9f22d9d240fde7f18e9853608af273c9fd.tar.bz2 historical-f9f20d9f22d9d240fde7f18e9853608af273c9fd.zip |
Closing #44159.
Diffstat (limited to 'net-misc/gtk2-ssh-askpass')
-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 |
2 files changed, 6 insertions, 3 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" |