summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-02-27 12:51:11 -0500
committerAnthony G. Basile <blueness@gentoo.org>2016-02-27 12:52:55 -0500
commit034120f4c13e09aa920164427deb1c5cf336073f (patch)
treeb02290d3ccfccb905581a29ec6296f521fab4563 /app-backup/attic/attic-9999.ebuild
parentdev-lang/go: keyworded 1.6-r2 for x64-macos, bug #575510 (diff)
downloadgentoo-034120f4c13e09aa920164427deb1c5cf336073f.tar.gz
gentoo-034120f4c13e09aa920164427deb1c5cf336073f.tar.bz2
gentoo-034120f4c13e09aa920164427deb1c5cf336073f.zip
app-backup/attic: cython is required to build
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-backup/attic/attic-9999.ebuild')
-rw-r--r--app-backup/attic/attic-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-backup/attic/attic-9999.ebuild b/app-backup/attic/attic-9999.ebuild
index b3249988f1c9..73180b4d6715 100644
--- a/app-backup/attic/attic-9999.ebuild
+++ b/app-backup/attic/attic-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -29,5 +29,7 @@ RDEPEND="
libressl? ( dev-libs/libressl )
dev-python/llfuse[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/cython[${PYTHON_USEDEP}]
${RDEPEND}"