commit: 8d48c4e2221cca354735589d67215e1af1a6258b
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Aug 15 12:11:37 2020 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Aug 15 12:11:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d48c4e2
net-im/nheko: Don't call base_src_prepare() 2 times.
cmake_src_prepare() and xdg_src_prepare() both call default()
a.k.a. base_src_prepare(). That would result in the attempt to apply
each patch 2 times.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
net-im/nheko/nheko-0.7.1.ebuild | 2 +-
net-im/nheko/nheko-0.7.2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/nheko/nheko-0.7.1.ebuild b/net-im/nheko/nheko-0.7.1.ebuild
index 16b387a..43287ca 100644
--- a/net-im/nheko/nheko-0.7.1.ebuild
+++ b/net-im/nheko/nheko-0.7.1.ebuild
@@ -34,7 +34,7 @@ BDEPEND="dev-qt/linguist-tools:5"
src_prepare() {
cmake_src_prepare
- xdg_src_prepare
+ xdg_environment_reset
# TODO: Unbundle SingleApplication, blurhash and cpp-httplib.
}
diff --git a/net-im/nheko/nheko-0.7.2.ebuild b/net-im/nheko/nheko-0.7.2.ebuild
index b226c0c..e6ce8bd 100644
--- a/net-im/nheko/nheko-0.7.2.ebuild
+++ b/net-im/nheko/nheko-0.7.2.ebuild
@@ -34,7 +34,7 @@ BDEPEND="dev-qt/linguist-tools:5"
src_prepare() {
cmake_src_prepare
- xdg_src_prepare
+ xdg_environment_reset
# TODO: Unbundle SingleApplication, blurhash and cpp-httplib.
}