aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>2020-08-15 14:11:37 +0200
committerRonny (tastytea) Gutbrod <gentoo@tastytea.de>2020-08-15 14:11:37 +0200
commit8d48c4e2221cca354735589d67215e1af1a6258b (patch)
tree134dbca565ec0f85de65de9bc838d069f3ef9a06
parentnet-im/nheko: Move dev-qt/linguist-tools to BDEPEND. (diff)
downloadguru-8d48c4e2221cca354735589d67215e1af1a6258b.tar.gz
guru-8d48c4e2221cca354735589d67215e1af1a6258b.tar.bz2
guru-8d48c4e2221cca354735589d67215e1af1a6258b.zip
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@tastytea.de>
-rw-r--r--net-im/nheko/nheko-0.7.1.ebuild2
-rw-r--r--net-im/nheko/nheko-0.7.2.ebuild2
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 16b387a0f..43287ca35 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 b226c0c4f..e6ce8bd16 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.
}