commit: 74773c51b6d19dfa0227d8e62d6afae0dd945d79
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 00:31:44 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 00:32:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74773c51
dev-python/crumbs: stable for amd64.
Package-Manager: portage-2.3.0
dev-python/crumbs/crumbs-2.1.0.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-python/crumbs/crumbs-2.1.0.ebuild
b/dev-python/crumbs/crumbs-2.1.0.ebuild
index b747156..0691edd 100644
--- a/dev-python/crumbs/crumbs-2.1.0.ebuild
+++ b/dev-python/crumbs/crumbs-2.1.0.ebuild
@@ -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() {