Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: app-backup/attic/
Date: Fri, 03 Jul 2015 18:18:23
Message-Id: 1435947467.f800a45b847ed36285ae0c445b11131b44e5f886.mrueg@gentoo
1 commit: f800a45b847ed36285ae0c445b11131b44e5f886
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 3 18:17:47 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 3 18:17:47 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=f800a45b
7
8 [app-backup/attic] Add missed dependency on cython.
9
10 Package-Manager: portage-2.2.20
11
12 app-backup/attic/attic-0.16.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-backup/attic/attic-0.16.ebuild b/app-backup/attic/attic-0.16.ebuild
16 index 1153907..5a49cd7 100644
17 --- a/app-backup/attic/attic-0.16.ebuild
18 +++ b/app-backup/attic/attic-0.16.ebuild
19 @@ -20,7 +20,8 @@ RDEPEND="dev-python/msgpack[${PYTHON_USEDEP}]
20 dev-python/llfuse[${PYTHON_USEDEP}]
21 dev-python/pyopenssl[${PYTHON_USEDEP}]"
22
23 -DEPEND="test? ( ${RDEPEND} )"
24 +DEPEND="test? ( ${RDEPEND} )
25 + dev-python/cython[${PYTHON_USEDEP}]"
26
27 RESTRICT="test"