diff options
Diffstat (limited to 'dev-python/dpkt/dpkt-1.8-r1.ebuild')
-rw-r--r-- | dev-python/dpkt/dpkt-1.8-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/dpkt/dpkt-1.8-r1.ebuild b/dev-python/dpkt/dpkt-1.8-r1.ebuild index 1f1e993392f9..1b5423478749 100644 --- a/dev-python/dpkt/dpkt-1.8-r1.ebuild +++ b/dev-python/dpkt/dpkt-1.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dpkt/dpkt-1.8-r1.ebuild,v 1.1 2014/10/17 15:59:45 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dpkt/dpkt-1.8-r1.ebuild,v 1.2 2015/03/06 22:17:31 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -13,7 +13,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="examples" DEPEND="" |