commit: 1f6f6544b20f3350651f7d8c2e6141de9859a919
Author: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
AuthorDate: Wed Dec 28 23:19:31 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 23:19:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f6f6544
net-p2p/feather: add additional "die" to pushd/popd
Signed-off-by: Adam Pimentel <adam.pimentel <AT> protonmail.com>
net-p2p/feather/feather-2.1.2.ebuild | 4 ++--
net-p2p/p2pool/p2pool-2.6-r1.ebuild | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/net-p2p/feather/feather-2.1.2.ebuild
b/net-p2p/feather/feather-2.1.2.ebuild
index 697aca1eb..1678afc9e 100644
--- a/net-p2p/feather/feather-2.1.2.ebuild
+++ b/net-p2p/feather/feather-2.1.2.ebuild
@@ -98,9 +98,9 @@ src_prepare() {
default
echo "#define FEATHER_VERSION \"${PV}\"" >
"${WORKDIR}"/${PF}/src/config-feather.h || die
echo "#define TOR_VERSION \"NOT_EMBEDDED\"" >>
"${WORKDIR}"/${PF}/src/config-feather.h || die
- pushd monero
+ pushd monero || die
eapply "${FILESDIR}"/monero_add_some_includes.patch
- popd
+ popd || die
cmake_src_prepare
}
diff --git a/net-p2p/p2pool/p2pool-2.6-r1.ebuild
b/net-p2p/p2pool/p2pool-2.6-r1.ebuild
index 960bce71a..4d2e93547 100644
--- a/net-p2p/p2pool/p2pool-2.6-r1.ebuild
+++ b/net-p2p/p2pool/p2pool-2.6-r1.ebuild
@@ -71,7 +71,6 @@ src_prepare() {
# Stop their script from overriding flags:
cp "${FILESDIR}"/flags.cmake cmake/flags.cmake || die
- die
cmake_src_prepare
}