diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-02-27 12:51:11 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-02-27 12:52:55 -0500 |
commit | 034120f4c13e09aa920164427deb1c5cf336073f (patch) | |
tree | b02290d3ccfccb905581a29ec6296f521fab4563 /app-backup/attic | |
parent | dev-lang/go: keyworded 1.6-r2 for x64-macos, bug #575510 (diff) | |
download | gentoo-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')
-rw-r--r-- | app-backup/attic/attic-0.16.ebuild | 6 | ||||
-rw-r--r-- | 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 b3249988f1c9..73180b4d6715 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 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}" |