From 50af288bacede676b17a72dc4f1cf9100e846ebd Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Sun, 13 Sep 2020 00:18:40 -0400 Subject: [PATCH] dev-python/seaborn: ebuild improvements ahead of Gentoo Main as per https://github.com/gentoo/gentoo/pull/17222 --- dev-python/seaborn/seaborn-0.10.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/seaborn/seaborn-0.10.1.ebuild b/dev-python/seaborn/seaborn-0.10.1.ebuild index 1827c07..3075fc8 100644 --- a/dev-python/seaborn/seaborn-0.10.1.ebuild +++ b/dev-python/seaborn/seaborn-0.10.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -11,8 +11,8 @@ DESCRIPTION="Statistical data visualization" HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -SLOT="0" LICENSE="BSD" +SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"