diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-01-13 08:34:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-14 04:51:54 +0000 |
commit | 41d6071f542e177948d6a20f0abb3d7ebfec0ce2 (patch) | |
tree | 91047bf95e44d04316b5ab294280a3f2ae3f6591 /dev-util | |
parent | dev-util/gef: add 2024.01 (diff) | |
download | gentoo-41d6071f542e177948d6a20f0abb3d7ebfec0ce2.tar.gz gentoo-41d6071f542e177948d6a20f0abb3d7ebfec0ce2.tar.bz2 gentoo-41d6071f542e177948d6a20f0abb3d7ebfec0ce2.zip |
dev-util/gef: sync live
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/34777
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gef/gef-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/gef/gef-9999.ebuild b/dev-util/gef/gef-9999.ebuild index 981a072ee86f..1a1d8d3edec5 100644 --- a/dev-util/gef/gef-9999.ebuild +++ b/dev-util/gef/gef-9999.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/hugsy/gef" else SRC_URI="https://github.com/hugsy/gef/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="MIT" @@ -38,6 +38,7 @@ RDEPEND=" dev-libs/capstone[python,${PYTHON_USEDEP}] dev-libs/keystone[python,${PYTHON_USEDEP}] dev-python/pylint[${PYTHON_USEDEP}] + dev-python/rpyc[${PYTHON_USEDEP}] dev-util/unicorn[python,${PYTHON_USEDEP}] ')" |