diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-01 19:06:05 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-01 19:06:05 +0000 |
commit | 0d05dfe1be31a9a1fc80be98c269153c0d56cb15 (patch) | |
tree | 4d81271870ee40746a7d634bdb0aea0a8161ecb7 /dev-python/pylibpcap | |
parent | Version bump. (diff) | |
download | gentoo-2-0d05dfe1be31a9a1fc80be98c269153c0d56cb15.tar.gz gentoo-2-0d05dfe1be31a9a1fc80be98c269153c0d56cb15.tar.bz2 gentoo-2-0d05dfe1be31a9a1fc80be98c269153c0d56cb15.zip |
Stable on amd64 wrt bug #350187
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pylibpcap')
-rw-r--r-- | dev-python/pylibpcap/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pylibpcap/pylibpcap-0.6.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pylibpcap/ChangeLog b/dev-python/pylibpcap/ChangeLog index a67a976abad1..fb41769f2186 100644 --- a/dev-python/pylibpcap/ChangeLog +++ b/dev-python/pylibpcap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylibpcap -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.20 2010/12/30 21:37:15 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.21 2011/01/01 19:06:05 hwoarang Exp $ + + 01 Jan 2011; Markos Chandras <hwoarang@gentoo.org> pylibpcap-0.6.2.ebuild: + Stable on amd64 wrt bug #350187 30 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> pylibpcap-0.6.2.ebuild: diff --git a/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild b/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild index 1f261d090abc..569911976590 100644 --- a/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild +++ b/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.2 2010/12/30 21:37:15 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.2.ebuild,v 1.3 2011/01/01 19:06:05 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~x86" +KEYWORDS="amd64 ~hppa ~ia64 ~x86" IUSE="examples" RDEPEND="virtual/libpcap" |