diff options
Diffstat (limited to 'dev-util/mdds/mdds-1.7.0.ebuild')
-rw-r--r-- | dev-util/mdds/mdds-1.7.0.ebuild | 3 |
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() { |