1
0
Fork 0

dev-python/seaborn: no virtualx

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-08-26 18:14:46 -04:00
parent f6c4f0f7a7
commit cb7444128e
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
26 Aug 2020; <chymera@gentoo.org> seaborn-0.10.1.ebuild:
dev-python/seaborn: no virtualx
24 Aug 2020; <chymera@gentoo.org> seaborn-0.10.1.ebuild:
dev-python/seaborn: version constraint update as per
https://github.com/mwaskom/seaborn/issues/2213

View File

@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 virtualx
inherit distutils-r1
DESCRIPTION="Statistical data visualization"
HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn"