summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-06-17 14:45:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-06-17 14:47:17 +0200
commit39c12693d5372029f54a3b853179bf4c7fada1c3 (patch)
tree7715557a93a98406b83d352ae7a1e12ec311b89d /dev-util/mdds/mdds-1.7.0.ebuild
parentdev-cpp/yaml-cpp: enable tests, take package (diff)
downloadgentoo-39c12693d5372029f54a3b853179bf4c7fada1c3.tar.gz
gentoo-39c12693d5372029f54a3b853179bf4c7fada1c3.tar.bz2
gentoo-39c12693d5372029f54a3b853179bf4c7fada1c3.zip
dev-util/mdds: Fix rtree_test
See also: https://gitlab.com/mdds/mdds/-/issues/66 Upstream commit 7ab81002fe127d16602b85b391c1d1b0422a9afd Thanks-to: Paul Mulders <justinkb@gmail.com> Closes: https://bugs.gentoo.org/775056 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/mdds/mdds-1.7.0.ebuild')
-rw-r--r--dev-util/mdds/mdds-1.7.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/mdds/mdds-1.7.0.ebuild b/dev-util/mdds/mdds-1.7.0.ebuild
index 6bd8e95ff762..62a57426b645 100644
--- a/dev-util/mdds/mdds-1.7.0.ebuild
+++ b/dev-util/mdds/mdds-1.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -33,6 +33,7 @@ RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${PN}-1.5.0-buildsystem.patch"
"${FILESDIR}/${P}-bashism.patch" # bug 723094
+ "${FILESDIR}/${P}-rtree_test.patch" # bug 775056
)
pkg_pretend() {