commit: ca1cdf0c3332335d97ff7a4e8ab40994a0b5c1ad
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 23:59:03 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 23:59:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1cdf0c
dev-python/pandas: Stabilize 1.1.5 x86, #765301
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pandas/pandas-1.1.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pandas/pandas-1.1.5.ebuild
b/dev-python/pandas/pandas-1.1.5.ebuild
index ec902a8752a..6f7adbcca28 100644
--- a/dev-python/pandas/pandas-1.1.5.ebuild
+++ b/dev-python/pandas/pandas-1.1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,7 +17,7 @@ S="${WORKDIR}/${P/_/}"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
IUSE="doc full-support minimal test X"
RESTRICT="!test? ( test )"