dev-python/python-sense-hat: drop amd64 keyword
authorConrad Kostecki <conrad@kostecki.com>
Sat, 21 Sep 2019 19:57:42 +0000 (21:57 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Sun, 22 Sep 2019 08:10:42 +0000 (11:10 +0300)
Since this package is for ARM/ARM64 only, the AMD64 keyword makes no
sense and was by mistake added.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12992
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild

index e4d5aa8c01db93def947bad229f565997fac460d..534933adccf5a7a8b335e58a5c2e45d17ecc7ba1 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/RPi-Distro/python-sense-hat/archive/v${PV}.tar.gz ->
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64"
+KEYWORDS="arm arm64"
 
 RDEPEND="
        dev-python/numpy[${PYTHON_USEDEP}]