diff options
author | 2021-02-21 08:05:31 +0000 | |
---|---|---|
committer | 2021-02-21 08:05:31 +0000 | |
commit | 115739a1f82e69eefa62976001ad06c65f9bbb8b (patch) | |
tree | 2a760919a494d5edb674a329c1cd90057daa0571 /dev-python/shiboken2 | |
parent | app-admin/checksec: Keyword 2.4.0 arm64, #771366 (diff) | |
download | gentoo-115739a1f82e69eefa62976001ad06c65f9bbb8b.tar.gz gentoo-115739a1f82e69eefa62976001ad06c65f9bbb8b.tar.bz2 gentoo-115739a1f82e69eefa62976001ad06c65f9bbb8b.zip |
dev-python/shiboken2: Keyword 5.15.1 arm64, #767199
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/shiboken2')
-rw-r--r-- | dev-python/shiboken2/shiboken2-5.15.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/shiboken2/shiboken2-5.15.1.ebuild b/dev-python/shiboken2/shiboken2-5.15.1.ebuild index c79b14a2f3a4..a7bf10d4fbf2 100644 --- a/dev-python/shiboken2/shiboken2-5.15.1.ebuild +++ b/dev-python/shiboken2/shiboken2-5.15.1.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 @@ -28,7 +28,7 @@ SRC_URI="https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-${ # arbitrarily relicensed. (TODO) LICENSE="|| ( GPL-2 GPL-3+ LGPL-3 ) GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+docstrings numpy test vulkan" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |