summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-09-25 18:45:52 +0200
committerMarek Szuba <marecki@gentoo.org>2021-09-25 20:39:09 +0200
commitf3c913b6b5d721c7a5d211ce0abf51876fcbf0e7 (patch)
treec10f72fb5786889709bc358f24612449f05d292e
parentdev-util/checkbashisms: keyword 2.21.4 for ~riscv (diff)
downloadgentoo-f3c913b6b5d721c7a5d211ce0abf51876fcbf0e7.tar.gz
gentoo-f3c913b6b5d721c7a5d211ce0abf51876fcbf0e7.tar.bz2
gentoo-f3c913b6b5d721c7a5d211ce0abf51876fcbf0e7.zip
dev-util/scanmem: keyword 0.17 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--dev-util/scanmem/scanmem-0.17.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/scanmem/scanmem-0.17.ebuild b/dev-util/scanmem/scanmem-0.17.ebuild
index 4ff912ced245..0f73625fc11a 100644
--- a/dev-util/scanmem/scanmem-0.17.ebuild
+++ b/dev-util/scanmem/scanmem-0.17.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
inherit autotools python-single-r1
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/scanmem/scanmem/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
IUSE="gui static-libs"
DEPEND="sys-libs/readline:0="