commit: e0a85ab79990494afe7cf2b934bc64341ae7c8a5 Author: Luke Dashjr <luke-jr+git <AT> utopios <DOT> org> AuthorDate: Wed Jun 17 13:13:30 2020 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Wed Jun 17 13:37:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a85ab7
dev-util/bitcoin-tx-0.20.0: Remove reference to unnecessary/missing patch Closes: https://bugs.gentoo.org/728534 Signed-off-by: Luke Dashjr <luke-jr+git <AT> utopios.org> Closes: https://github.com/gentoo/gentoo/pull/16291 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild index 017c40198aa..0bb0c0386d5 100644 --- a/dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild +++ b/dev-util/bitcoin-tx/bitcoin-tx-0.20.0.ebuild @@ -64,8 +64,6 @@ src_prepare() { eapply "${knots_patchdir}/${KNOTS_P}.ts.patch" fi - eapply "${FILESDIR}/${PV}-no-libevent.patch" - eapply_user echo '#!/bin/true' >share/genbuild.sh || die
