diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-11 12:57:10 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-11 13:01:53 +0100 |
commit | b34f5a9642e3441912685a9e2a41471d00ce510b (patch) | |
tree | 1181251a41e31e184357fa7983e72c08b5f8d8af /dev-python/statsmodels | |
parent | dev-python/pandas: Remove old (diff) | |
download | gentoo-b34f5a9642e3441912685a9e2a41471d00ce510b.tar.gz gentoo-b34f5a9642e3441912685a9e2a41471d00ce510b.tar.bz2 gentoo-b34f5a9642e3441912685a9e2a41471d00ce510b.zip |
dev-python/statsmodels: Remove ~ia64 ~sparc
Remove the keywords that are broking removal of other packages while
the keywordreq is still not handled.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/statsmodels')
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/statsmodels/statsmodels-0.13.2.ebuild b/dev-python/statsmodels/statsmodels-0.13.2.ebuild index 98f3e30f19b9..6e7fd30982e0 100644 --- a/dev-python/statsmodels/statsmodels-0.13.2.ebuild +++ b/dev-python/statsmodels/statsmodels-0.13.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux" IUSE="examples" DEPEND=" |