summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2006-01-22 13:24:27 +0000
committerPeter Volkov <pva@gentoo.org>2006-01-22 13:24:27 +0000
commit8504105a0b29cb0bcdd548115b7428cb5195b523 (patch)
treed539f82fbf5c7b540e43b2af2079935b36c98a70 /net-analyzer/nsat
parentMarked ppc stable for bug #119634; Stabilize Gnome-2.12.2 (diff)
downloadhistorical-8504105a0b29cb0bcdd548115b7428cb5195b523.tar.gz
historical-8504105a0b29cb0bcdd548115b7428cb5195b523.tar.bz2
historical-8504105a0b29cb0bcdd548115b7428cb5195b523.zip
Modular X dependencies are fixed.
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-analyzer/nsat')
-rw-r--r--net-analyzer/nsat/ChangeLog7
-rw-r--r--net-analyzer/nsat/Manifest6
-rw-r--r--net-analyzer/nsat/nsat-1.5.ebuild7
3 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/nsat/ChangeLog b/net-analyzer/nsat/ChangeLog
index e4a1e25ee094..09d9c38d7dbe 100644
--- a/net-analyzer/nsat/ChangeLog
+++ b/net-analyzer/nsat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/nsat
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsat/ChangeLog,v 1.9 2005/07/19 15:31:39 dholm Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsat/ChangeLog,v 1.10 2006/01/22 13:24:27 pva Exp $
+
+ 22 Jan 2006; Peter Volkov <pva@gentoo.org> nsat-1.5.ebuild:
+ Modular X dependencies are fixed.
19 Jul 2005; David Holm <dholm@gentoo.org> nsat-1.5.ebuild:
Added to ~ppc.
diff --git a/net-analyzer/nsat/Manifest b/net-analyzer/nsat/Manifest
index f0e9e95bf576..8060a7290503 100644
--- a/net-analyzer/nsat/Manifest
+++ b/net-analyzer/nsat/Manifest
@@ -1,5 +1,5 @@
-MD5 8abf40c82fb8e14327de8810200ce88d ChangeLog 1069
-MD5 829d599f4ab2f859509a4c6503b0c0a3 nsat-1.5.ebuild 1334
-MD5 e5a78f2f9a0dd2c74696935d8b9347c9 metadata.xml 272
+MD5 fa3e34acb8a7d7a7dbbb057d3ca37710 ChangeLog 1167
MD5 99fbec45790d1b3bcdc76807e592f1bf files/digest-nsat-1.5 57
MD5 dd2688ef10995aad69fac0669f7413eb files/nsat-1.5-configure.patch 566
+MD5 e5a78f2f9a0dd2c74696935d8b9347c9 metadata.xml 272
+MD5 6d6f97929006cf345ccd253411618914 nsat-1.5.ebuild 1359
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"