Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/
Date: Sat, 15 Apr 2017 19:42:18
Message-Id: 1492285295.4b7812f5a75b2e3c6a9f0dcb9b432022cb6752a2.mrueg@gentoo
1 commit: 4b7812f5a75b2e3c6a9f0dcb9b432022cb6752a2
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 15 19:41:35 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 15 19:41:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7812f5
7
8 app-backup/borgweb: Add missed dep on flask, add PYTHON_USEDEP
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 .../borgweb/{borgweb-0.2.0-r1.ebuild => borgweb-0.2.0-r2.ebuild} | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/app-backup/borgweb/borgweb-0.2.0-r1.ebuild b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
16 similarity index 74%
17 rename from app-backup/borgweb/borgweb-0.2.0-r1.ebuild
18 rename to app-backup/borgweb/borgweb-0.2.0-r2.ebuild
19 index 3544f097ce5..6e78c2932d2 100644
20 --- a/app-backup/borgweb/borgweb-0.2.0-r1.ebuild
21 +++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
22 @@ -16,5 +16,6 @@ SLOT="0"
23 KEYWORDS="~amd64 ~x86"
24 IUSE=""
25
26 -DEPEND="dev-python/setuptools"
27 -RDEPEND="app-backup/borgbackup"
28 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
29 +RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}]
30 + dev-python/flask[${PYTHON_USEDEP}]"