dev-python/crumbs: stable for amd64.
authorPatrice Clement <monsieurp@gentoo.org>
Sat, 14 Jan 2017 00:31:44 +0000 (01:31 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 14 Jan 2017 00:32:40 +0000 (01:32 +0100)
Package-Manager: portage-2.3.0

dev-python/crumbs/crumbs-2.1.0.ebuild

index b747156d33320210e7809da5096d7d15e3753940..0691edd8cac9c24595cfb2697e7dcfb4b97c9c0f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc test"
 
 CDEPEND="dev-python/pyinotify[${PYTHON_USEDEP}]"
@@ -33,8 +33,6 @@ RDEPEND="${CDEPEND}"
 
 python_compile_all() {
        use doc && esetup.py build_sphinx
-
-       distutils-r1_python_compile_all
 }
 
 python_test() {