commit: 034120f4c13e09aa920164427deb1c5cf336073f
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 17:51:11 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 17:52:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034120f4
app-backup/attic: cython is required to build
Package-Manager: portage-2.2.26
app-backup/attic/attic-0.16.ebuild | 6 ++++--
app-backup/attic/attic-9999.ebuild | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/app-backup/attic/attic-0.16.ebuild
b/app-backup/attic/attic-0.16.ebuild
index b324998..73180b4 100644
--- a/app-backup/attic/attic-0.16.ebuild
+++ b/app-backup/attic/attic-0.16.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}"
diff --git a/app-backup/attic/attic-9999.ebuild
b/app-backup/attic/attic-9999.ebuild
index b324998..73180b4 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}"