diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2019-09-21 21:57:42 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-09-22 11:10:42 +0300 |
commit | f623fe4d329798dcf73948b2b999f0d6270daca8 (patch) | |
tree | 48b922aed1cd961ff58b63902cf1cb9d6c0b81b7 /dev-python/python-sense-hat | |
parent | app-misc/lcdproc: drop old versions (diff) | |
download | gentoo-f623fe4d329798dcf73948b2b999f0d6270daca8.tar.gz gentoo-f623fe4d329798dcf73948b2b999f0d6270daca8.tar.bz2 gentoo-f623fe4d329798dcf73948b2b999f0d6270daca8.zip |
dev-python/python-sense-hat: drop amd64 keyword
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>
Diffstat (limited to 'dev-python/python-sense-hat')
-rw-r--r-- | dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild index e4d5aa8c01db..534933adccf5 100644 --- a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild +++ b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild @@ -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}] |