diff options
author | 2006-12-14 15:03:21 +0000 | |
---|---|---|
committer | 2006-12-14 15:03:21 +0000 | |
commit | 2a9413658fe46f22a01b3e0e6440ccb97e1dd615 (patch) | |
tree | 0fc07711cd8bf409e5c608e08ac3542eb537194f /net-misc/nxssh/nxssh-1.5.0.ebuild | |
parent | stuart -> maintainer-needed. (diff) | |
download | gentoo-2-2a9413658fe46f22a01b3e0e6440ccb97e1dd615.tar.gz gentoo-2-2a9413658fe46f22a01b3e0e6440ccb97e1dd615.tar.bz2 gentoo-2-2a9413658fe46f22a01b3e0e6440ccb97e1dd615.zip |
Kill redundant DEPENDs on virtual/libc and sys-libs/zlib.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-misc/nxssh/nxssh-1.5.0.ebuild')
-rw-r--r-- | net-misc/nxssh/nxssh-1.5.0.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/nxssh/nxssh-1.5.0.ebuild b/net-misc/nxssh/nxssh-1.5.0.ebuild index 9e81941eff1f..17a08437dd8f 100644 --- a/net-misc/nxssh/nxssh-1.5.0.ebuild +++ b/net-misc/nxssh/nxssh-1.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/nxssh-1.5.0.ebuild,v 1.2 2005/10/20 21:54:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxssh/nxssh-1.5.0.ebuild,v 1.3 2006/12/14 15:03:21 beu Exp $ inherit multilib flag-o-matic @@ -17,8 +17,6 @@ SRC_URI="http://web04.nomachine.com/download/1.5.0/sources/nxssh-$PV-21.tar.gz" DEPEND=" =net-misc/nxcomp-1.5* dev-libs/openssl - virtual/libc - sys-libs/zlib tcpd? ( sys-apps/tcp-wrappers ) pam? ( sys-libs/pam )" |