commit: af88e1c95afd31d32eb977885aed2996bfad4ecf Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Mon May 22 09:51:38 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon May 22 16:41:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af88e1c9
dev-python/pickleshare: Depend on pathlib2 instead of pathlib Bug: https://bugs.gentoo.org/619344 Closes: https://github.com/gentoo/gentoo/pull/4710 Package-Manager: Portage-2.3.5, Repoman-2.3.1 .../{pickleshare-0.7.4.ebuild => pickleshare-0.7.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pickleshare/pickleshare-0.7.4.ebuild b/dev-python/pickleshare/pickleshare-0.7.4-r1.ebuild similarity index 88% rename from dev-python/pickleshare/pickleshare-0.7.4.ebuild rename to dev-python/pickleshare/pickleshare-0.7.4-r1.ebuild index 52e7f20d86f..20d4ad5812d 100644 --- a/dev-python/pickleshare/pickleshare-0.7.4.ebuild +++ b/dev-python/pickleshare/pickleshare-0.7.4-r1.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm64 ~x86" IUSE="test" RDEPEND=" - $(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' 'python2*') + $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' 'python2*') >=dev-python/path-py-6.2[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}
