summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2008-07-15 19:57:15 +0000
committerJeroen Roovers <jer@gentoo.org>2008-07-15 19:57:15 +0000
commita3b9514599e3e65a5c1e88097b000b3a943facf0 (patch)
tree40c84e658a8b39311295b7cf4b479baa189b3b5f /dev-python/pylibpcap
parentadd GLEP 56 USE flag desc from use.local.desc (diff)
downloadhistorical-a3b9514599e3e65a5c1e88097b000b3a943facf0.tar.gz
historical-a3b9514599e3e65a5c1e88097b000b3a943facf0.tar.bz2
historical-a3b9514599e3e65a5c1e88097b000b3a943facf0.zip
Marked ~hppa too.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686
Diffstat (limited to 'dev-python/pylibpcap')
-rw-r--r--dev-python/pylibpcap/ChangeLog7
-rw-r--r--dev-python/pylibpcap/pylibpcap-0.5.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pylibpcap/ChangeLog b/dev-python/pylibpcap/ChangeLog
index ee801b219dc7..56afa4b93030 100644
--- a/dev-python/pylibpcap/ChangeLog
+++ b/dev-python/pylibpcap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylibpcap
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.17 2007/07/09 13:15:51 hawking Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.18 2008/07/15 19:57:15 jer Exp $
+
+ 15 Jul 2008; Jeroen Roovers <jer@gentoo.org> pylibpcap-0.5.1.ebuild:
+ Marked ~hppa too.
09 Jul 2007; Ali Polatel <hawking@gentoo.org>
+files/pylibpcap-unknown_addr.patch, pylibpcap-0.5.1.ebuild:
diff --git a/dev-python/pylibpcap/pylibpcap-0.5.1.ebuild b/dev-python/pylibpcap/pylibpcap-0.5.1.ebuild
index 4d6821050df4..ea88d5ce582b 100644
--- a/dev-python/pylibpcap/pylibpcap-0.5.1.ebuild
+++ b/dev-python/pylibpcap/pylibpcap-0.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.5.1.ebuild,v 1.8 2007/07/09 13:15:51 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.5.1.ebuild,v 1.9 2008/07/15 19:57:15 jer Exp $
inherit distutils eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ia64 x86"
+KEYWORDS="amd64 ~hppa ia64 x86"
IUSE="examples"
RDEPEND="virtual/libpcap"