diff options
author | Homer Parker <hparker@gentoo.org> | 2005-08-23 00:59:21 +0000 |
---|---|---|
committer | Homer Parker <hparker@gentoo.org> | 2005-08-23 00:59:21 +0000 |
commit | e8382f9aed82382bc98d702742c2540a518afa8a (patch) | |
tree | 3f7ffb2f559267fda7b3e636cc5475b30353b782 /net-analyzer/xprobe | |
parent | (#fd.o 4149) Fix up the pkgconfig file too. (diff) | |
download | gentoo-2-e8382f9aed82382bc98d702742c2540a518afa8a.tar.gz gentoo-2-e8382f9aed82382bc98d702742c2540a518afa8a.tar.bz2 gentoo-2-e8382f9aed82382bc98d702742c2540a518afa8a.zip |
~amd64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-analyzer/xprobe')
-rw-r--r-- | net-analyzer/xprobe/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/xprobe/xprobe-0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/xprobe/ChangeLog b/net-analyzer/xprobe/ChangeLog index 749de03bd6d5..ee73a09e4810 100644 --- a/net-analyzer/xprobe/ChangeLog +++ b/net-analyzer/xprobe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/xprobe # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.17 2005/08/02 18:29:30 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.18 2005/08/23 00:54:51 hparker Exp $ + + 23 Aug 2005; Homer Parker <hparker@gentoo.org> xprobe-0.3.ebuild: + Marked ~amd64. 02 Aug 2005; Simon Stelling <blubb@gentoo.org> xprobe-0.2.2.ebuild: added ~amd64 keyword diff --git a/net-analyzer/xprobe/xprobe-0.3.ebuild b/net-analyzer/xprobe/xprobe-0.3.ebuild index 7f0b09786be1..9a6bcbcdc427 100644 --- a/net-analyzer/xprobe/xprobe-0.3.ebuild +++ b/net-analyzer/xprobe/xprobe-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.3.ebuild,v 1.1 2005/07/31 17:52:34 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.3.ebuild,v 1.2 2005/08/23 00:54:51 hparker Exp $ MY_P="${PN}2-${PV}" DESCRIPTION="Active OS fingerprinting tool - this is Xprobe2" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.sys-security.com/index.php?page=xprobe" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND="virtual/libpcap" |