Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/attic/
Date: Sat, 27 Feb 2016 17:43:14
Message-Id: 1456595575.034120f4c13e09aa920164427deb1c5cf336073f.blueness@gentoo
1 commit: 034120f4c13e09aa920164427deb1c5cf336073f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 17:51:11 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 17:52:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034120f4
7
8 app-backup/attic: cython is required to build
9
10 Package-Manager: portage-2.2.26
11
12 app-backup/attic/attic-0.16.ebuild | 6 ++++--
13 app-backup/attic/attic-9999.ebuild | 6 ++++--
14 2 files changed, 8 insertions(+), 4 deletions(-)
15
16 diff --git a/app-backup/attic/attic-0.16.ebuild b/app-backup/attic/attic-0.16.ebuild
17 index b324998..73180b4 100644
18 --- a/app-backup/attic/attic-0.16.ebuild
19 +++ b/app-backup/attic/attic-0.16.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -29,5 +29,7 @@ RDEPEND="
27 libressl? ( dev-libs/libressl )
28 dev-python/llfuse[${PYTHON_USEDEP}]"
29
30 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
31 +DEPEND="
32 + dev-python/setuptools[${PYTHON_USEDEP}]
33 + dev-python/cython[${PYTHON_USEDEP}]
34 ${RDEPEND}"
35
36 diff --git a/app-backup/attic/attic-9999.ebuild b/app-backup/attic/attic-9999.ebuild
37 index b324998..73180b4 100644
38 --- a/app-backup/attic/attic-9999.ebuild
39 +++ b/app-backup/attic/attic-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2016 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -29,5 +29,7 @@ RDEPEND="
47 libressl? ( dev-libs/libressl )
48 dev-python/llfuse[${PYTHON_USEDEP}]"
49
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 +DEPEND="
52 + dev-python/setuptools[${PYTHON_USEDEP}]
53 + dev-python/cython[${PYTHON_USEDEP}]
54 ${RDEPEND}"