Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/thefuck/
Date: Sat, 03 Sep 2016 17:19:02
Message-Id: 1472923134.e1b546021750dbf9e36e0c441ce8fd1480a6244a.floppym@gentoo
1 commit: e1b546021750dbf9e36e0c441ce8fd1480a6244a
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 17:18:54 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 17:18:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b54602
7
8 app-shells/thefuck: depend on virtual/python-pathlib
9
10 Package-Manager: portage-2.3.0_p24
11
12 app-shells/thefuck/thefuck-3.10.ebuild | 2 +-
13 app-shells/thefuck/thefuck-3.11.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-shells/thefuck/thefuck-3.10.ebuild b/app-shells/thefuck/thefuck-3.10.ebuild
17 index b841c8c..ee24672 100644
18 --- a/app-shells/thefuck/thefuck-3.10.ebuild
19 +++ b/app-shells/thefuck/thefuck-3.10.ebuild
20 @@ -16,7 +16,7 @@ LICENSE="MIT"
21 SLOT="0"
22 IUSE="test"
23
24 -RDEPEND="dev-python/pathlib[${PYTHON_USEDEP}]
25 +RDEPEND="virtual/python-pathlib[${PYTHON_USEDEP}]
26 dev-python/psutil[${PYTHON_USEDEP}]
27 dev-python/six[${PYTHON_USEDEP}]
28 dev-python/decorator[${PYTHON_USEDEP}]
29
30 diff --git a/app-shells/thefuck/thefuck-3.11.ebuild b/app-shells/thefuck/thefuck-3.11.ebuild
31 index b841c8c..ee24672 100644
32 --- a/app-shells/thefuck/thefuck-3.11.ebuild
33 +++ b/app-shells/thefuck/thefuck-3.11.ebuild
34 @@ -16,7 +16,7 @@ LICENSE="MIT"
35 SLOT="0"
36 IUSE="test"
37
38 -RDEPEND="dev-python/pathlib[${PYTHON_USEDEP}]
39 +RDEPEND="virtual/python-pathlib[${PYTHON_USEDEP}]
40 dev-python/psutil[${PYTHON_USEDEP}]
41 dev-python/six[${PYTHON_USEDEP}]
42 dev-python/decorator[${PYTHON_USEDEP}]