diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-09-30 01:30:26 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-09-30 01:30:26 +0000 |
commit | 43d90b71dd8411244c11fc419f04e3e1c20bd722 (patch) | |
tree | c82d13ab3ccf7ccd775ea0b90c1aae5dd0668609 /net-analyzer/iplog | |
parent | Add ~amd64 so I can use it. (diff) | |
download | gentoo-2-43d90b71dd8411244c11fc419f04e3e1c20bd722.tar.gz gentoo-2-43d90b71dd8411244c11fc419f04e3e1c20bd722.tar.bz2 gentoo-2-43d90b71dd8411244c11fc419f04e3e1c20bd722.zip |
Add ~amd64 so I can use it.
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'net-analyzer/iplog')
-rw-r--r-- | net-analyzer/iplog/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/iplog/files/digest-iplog-2.2.3-r2 | 2 | ||||
-rw-r--r-- | net-analyzer/iplog/iplog-2.2.3-r2.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/net-analyzer/iplog/ChangeLog b/net-analyzer/iplog/ChangeLog index 2a3e90bf9792..884cdb879a2e 100644 --- a/net-analyzer/iplog/ChangeLog +++ b/net-analyzer/iplog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/iplog # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/ChangeLog,v 1.17 2006/03/05 20:50:43 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/ChangeLog,v 1.18 2006/09/30 01:30:26 robbat2 Exp $ + + 30 Sep 2006; Robin H. Johnson <robbat2@gentoo.org> iplog-2.2.3-r2.ebuild: + Add ~amd64 so I can use it. 05 Mar 2006; Markus Ullmann <jokey@gentoo.org> iplog-2.2.3-r2.ebuild: COPYING cleanup diff --git a/net-analyzer/iplog/files/digest-iplog-2.2.3-r2 b/net-analyzer/iplog/files/digest-iplog-2.2.3-r2 index 15654566682b..69b997dfebc0 100644 --- a/net-analyzer/iplog/files/digest-iplog-2.2.3-r2 +++ b/net-analyzer/iplog/files/digest-iplog-2.2.3-r2 @@ -1 +1,3 @@ MD5 de98dd64018ab10ebe36e481cf00b7db iplog-2.2.3.tar.gz 133639 +RMD160 879441d6cb3afe5bb8df42411fb821a2c7a0fad7 iplog-2.2.3.tar.gz 133639 +SHA256 cc3da7b6f360ff25455e5ae7c95d7377de332deb23f6dcb5c1ea11e563702fff iplog-2.2.3.tar.gz 133639 diff --git a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild b/net-analyzer/iplog/iplog-2.2.3-r2.ebuild index a4d2a0cb361f..e328499de5b2 100644 --- a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild +++ b/net-analyzer/iplog/iplog-2.2.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/iplog-2.2.3-r2.ebuild,v 1.11 2006/03/05 20:50:43 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/iplog-2.2.3-r2.ebuild,v 1.12 2006/09/30 01:30:26 robbat2 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" LICENSE="|| ( GPL-2 FDL-1.1 )" SLOT="0" -KEYWORDS="alpha ppc sparc x86" +KEYWORDS="alpha ppc sparc x86 ~amd64" IUSE="" DEPEND="net-libs/libpcap" |