commit: e9554a7d66b48772ee7affa249face35d9f75be7 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Sun May 21 18:15:59 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat May 27 07:49:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9554a7d
dev-util/pwntools: sync live ebuild Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/31118 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-util/pwntools/pwntools-9999.ebuild | 5 ++--- 1 file 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() {
