summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2023-05-21 20:15:59 +0200
committerJoonas Niilola <juippis@gentoo.org>2023-05-27 10:49:20 +0300
commite9554a7d66b48772ee7affa249face35d9f75be7 (patch)
treead79f7155f5e9ef41a10dc031f3d0262994e1666 /dev-util
parentdev-util/pwntools: add 4.11.0_beta0 (diff)
downloadgentoo-e9554a7d66b48772ee7affa249face35d9f75be7.tar.gz
gentoo-e9554a7d66b48772ee7affa249face35d9f75be7.tar.bz2
gentoo-e9554a7d66b48772ee7affa249face35d9f75be7.zip
dev-util/pwntools: sync live ebuild
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/31118 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/pwntools/pwntools-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-util/pwntools/pwntools-9999.ebuild b/dev-util/pwntools/pwntools-9999.ebuild
index 716ef0f390c1..627a76a38d69 100644
--- a/dev-util/pwntools/pwntools-9999.ebuild
+++ b/dev-util/pwntools/pwntools-9999.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://github.com/Gallopsled/pwntools.git"
else
SRC_URI="https://github.com/Gallopsled/pwntools/archive/${PV/_beta/beta}.tar.gz -> ${P}.gh.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
S="${WORKDIR}/${PN}-${PV/_beta/beta}"
fi
@@ -45,8 +45,7 @@ RDEPEND="
"
PATCHES=(
- "${FILESDIR}/${PN}-4.0.0_do_not_mess_with_docs.patch"
- "${FILESDIR}/${PN}-4.1.0_update_deps.patch"
+ "${FILESDIR}/${PN}-4.11.0_update_deps.patch"
)
python_configure_all() {