diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-22 12:16:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-22 12:16:00 +0000 |
commit | e2643dafc10ddb42c62e817114a02ff18f36b5f0 (patch) | |
tree | 381872729cf5cedfd6f0f3e75de847ddea389cd6 /dev-python/pylibpcap | |
parent | tthat pesky cleanilness will break 1.0 profile. reintroducing openldap 2.0.25. (diff) | |
download | historical-e2643dafc10ddb42c62e817114a02ff18f36b5f0.tar.gz historical-e2643dafc10ddb42c62e817114a02ff18f36b5f0.tar.bz2 historical-e2643dafc10ddb42c62e817114a02ff18f36b5f0.zip |
reverting the x86 mess that amd64 made in dev-python. basically just
reverted to dev-python 24 hours ago.
Diffstat (limited to 'dev-python/pylibpcap')
-rw-r--r-- | dev-python/pylibpcap/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pylibpcap/pylibpcap-0.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pylibpcap/Manifest b/dev-python/pylibpcap/Manifest index b60ad5595581..06e26b69edf1 100644 --- a/dev-python/pylibpcap/Manifest +++ b/dev-python/pylibpcap/Manifest @@ -1,3 +1,3 @@ MD5 90df39a554370f35164690a2b36c2d3f ChangeLog 431 -MD5 d10122c8552900af58943e016556cb48 pylibpcap-0.4.ebuild 622 +MD5 4f093cac65d7d233622f9fc1aec923f3 pylibpcap-0.4.ebuild 615 MD5 7f72dd0e8422b038631633864940cd56 files/digest-pylibpcap-0.4 64 diff --git a/dev-python/pylibpcap/pylibpcap-0.4.ebuild b/dev-python/pylibpcap/pylibpcap-0.4.ebuild index d9f0669de038..b1feda087799 100644 --- a/dev-python/pylibpcap/pylibpcap-0.4.ebuild +++ b/dev-python/pylibpcap/pylibpcap-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.4.ebuild,v 1.3 2003/06/21 22:30:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.4.ebuild,v 1.4 2003/06/22 12:15:59 liquidx Exp $ inherit distutils @@ -12,7 +12,7 @@ HOMEPAGE="http://sourceforge.net/projects/${PN}/" IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 amd64" +KEYWORDS="x86" DEPEND="virtual/python net-libs/libpcap" |