diff options
author | Peter Volkov <pva@gentoo.org> | 2006-01-22 13:24:27 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2006-01-22 13:24:27 +0000 |
commit | 1de177214d03d3f93a60acf1c389c9fc3d2176ca (patch) | |
tree | ef97546788854ed31d989827a549a22e5677078c /net-analyzer/nsat/nsat-1.5.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-1de177214d03d3f93a60acf1c389c9fc3d2176ca.tar.gz gentoo-2-1de177214d03d3f93a60acf1c389c9fc3d2176ca.tar.bz2 gentoo-2-1de177214d03d3f93a60acf1c389c9fc3d2176ca.zip |
Modular X dependencies are fixed.
(Portage version: 2.0.54)
Diffstat (limited to 'net-analyzer/nsat/nsat-1.5.ebuild')
-rw-r--r-- | net-analyzer/nsat/nsat-1.5.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/nsat/nsat-1.5.ebuild b/net-analyzer/nsat/nsat-1.5.ebuild index 3fc459385ad3..6cf54c113968 100644 --- a/net-analyzer/nsat/nsat-1.5.ebuild +++ b/net-analyzer/nsat/nsat-1.5.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-analyzer/nsat/nsat-1.5.ebuild,v 1.11 2005/07/19 15:31:39 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsat/nsat-1.5.ebuild,v 1.12 2006/01/22 13:24:27 pva Exp $ inherit eutils @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~ppc ~sparc x86" IUSE="X" -RDEPEND="X? ( virtual/x11 dev-lang/tk ) +RDEPEND="X? ( || ( x11-libs/libX11 virtual/x11 ) + dev-lang/tk ) virtual/libpcap" DEPEND="$RDEPEND >=sys-devel/autoconf-2.58" |