From: Anthony G. Basile Date: Sat, 27 Feb 2016 17:51:11 +0000 (-0500) Subject: app-backup/attic: cython is required to build X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=034120f4c13e09aa920164427deb1c5cf336073f;p=gentoo.git app-backup/attic: cython is required to build Package-Manager: portage-2.2.26 --- 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}"