commit: 4b7812f5a75b2e3c6a9f0dcb9b432022cb6752a2
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 19:41:35 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 19:41:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7812f5
app-backup/borgweb: Add missed dep on flask, add PYTHON_USEDEP
Package-Manager: Portage-2.3.5, Repoman-2.3.2
.../borgweb/{borgweb-0.2.0-r1.ebuild => borgweb-0.2.0-r2.ebuild} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-backup/borgweb/borgweb-0.2.0-r1.ebuild
b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
similarity index 74%
rename from app-backup/borgweb/borgweb-0.2.0-r1.ebuild
rename to app-backup/borgweb/borgweb-0.2.0-r2.ebuild
index 3544f097ce5..6e78c2932d2 100644
--- a/app-backup/borgweb/borgweb-0.2.0-r1.ebuild
+++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
@@ -16,5 +16,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-python/setuptools"
-RDEPEND="app-backup/borgbackup"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="app-backup/borgbackup[${PYTHON_USEDEP}]
+ dev-python/flask[${PYTHON_USEDEP}]"