diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-28 21:08:53 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-28 21:48:53 +0200 |
commit | 499e5b5a80a417b86fe634834515a80877b44c43 (patch) | |
tree | f1de467cea5af3d600976f18c334bbfa9879a745 /dev-python/statsmodels | |
parent | dev-python/seaborn: unkeyword for ~x86 (diff) | |
download | gentoo-499e5b5a80a417b86fe634834515a80877b44c43.tar.gz gentoo-499e5b5a80a417b86fe634834515a80877b44c43.tar.bz2 gentoo-499e5b5a80a417b86fe634834515a80877b44c43.zip |
dev-python/statsmodels: unkeyword for ~arm, ~ppc, ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/statsmodels')
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.14.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/statsmodels/statsmodels-0.14.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/statsmodels/statsmodels-0.14.0.ebuild b/dev-python/statsmodels/statsmodels-0.14.0.ebuild index b26ae4c983e1..69d993e13f9e 100644 --- a/dev-python/statsmodels/statsmodels-0.14.0.ebuild +++ b/dev-python/statsmodels/statsmodels-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm64 ppc64 ~riscv ~s390 ~sparc ~amd64-linux" IUSE="examples" DEPEND=" diff --git a/dev-python/statsmodels/statsmodels-0.14.1.ebuild b/dev-python/statsmodels/statsmodels-0.14.1.ebuild index 4895dea96be3..f9414408ab84 100644 --- a/dev-python/statsmodels/statsmodels-0.14.1.ebuild +++ b/dev-python/statsmodels/statsmodels-0.14.1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv ~s390 ~sparc ~amd64-linux" IUSE="examples" DEPEND=" |