diff options
author | 2007-07-22 08:09:16 +0000 | |
---|---|---|
committer | 2007-07-22 08:09:16 +0000 | |
commit | fe8ee94d7d9004f1b450291292d1c4b27cf4f860 (patch) | |
tree | 84c4779815791a6d5c6aab4b7f71be6d2523c009 /net-analyzer/sara/sara-6.0.4.ebuild | |
parent | Drop virtual/x11 references. (diff) | |
download | historical-fe8ee94d7d9004f1b450291292d1c4b27cf4f860.tar.gz historical-fe8ee94d7d9004f1b450291292d1c4b27cf4f860.tar.bz2 historical-fe8ee94d7d9004f1b450291292d1c4b27cf4f860.zip |
Removed virtual/x11 dependency.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'net-analyzer/sara/sara-6.0.4.ebuild')
-rw-r--r-- | net-analyzer/sara/sara-6.0.4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-analyzer/sara/sara-6.0.4.ebuild b/net-analyzer/sara/sara-6.0.4.ebuild index b2ce18d6c336..90e074b844da 100644 --- a/net-analyzer/sara/sara-6.0.4.ebuild +++ b/net-analyzer/sara/sara-6.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sara/sara-6.0.4.ebuild,v 1.7 2007/07/02 14:40:29 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sara/sara-6.0.4.ebuild,v 1.8 2007/07/22 08:02:14 pva Exp $ DESCRIPTION="SARA Security Auditor's Research Assistant is a derived work of Security Administrator Tool for Analyzing Networks SATAN" SRC_URI="http://www-arc.com/sara/downloads/${P}.tgz" @@ -19,9 +19,8 @@ DEPEND=">=dev-lang/perl-5.8 net-misc/netkit-fingerd net-analyzer/nmap net-ftp/ftp - X? ( || ( ( x11-libs/libX11 - x11-proto/xproto ) - virtual/x11 ) )" + X? ( x11-libs/libX11 + x11-proto/xproto )" SARA_HOME=/opt/sara |