diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-01 14:00:14 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-01 14:00:14 +0000 |
commit | 88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a (patch) | |
tree | a75f4f45ba3ad9079ef4f55711f9cc029c8aa12b /net-misc/x11-ssh-askpass | |
parent | new TODO comments (extensive) (diff) | |
download | historical-88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a.tar.gz historical-88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a.tar.bz2 historical-88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a.zip |
*** empty log message ***
Diffstat (limited to 'net-misc/x11-ssh-askpass')
-rw-r--r-- | net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild index d895c3c61762..d00ef2008ec7 100644 --- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild +++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild @@ -9,7 +9,8 @@ DESCRIPTION="X11-based passphrase dialog for use with OpenSSH" HOMEPAGE="http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/" SRC_URI="http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/${A}" -DEPEND=">=net-misc/openssh-2.3.0 virtual/x11" +DEPEND="virtual/glibc virtual/x11" +RDEPEND=">=net-misc/openssh-2.3.0 virtual/x11" src_compile() { try ./configure |