summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2020-09-08 09:41:16 -0400
committerJoonas Niilola <juippis@gentoo.org>2020-09-13 09:01:04 +0300
commit7176900df615d6a2fa846736f76cc3df90b51f5c (patch)
tree37b715f5b12dfb326d8b9ac1064c2d36c91372ec /dev-cpp/prometheus-cpp/prometheus-cpp-0.9.0.ebuild
parentsys-kernel/dracut-crypt-ssh: update DESCRIPTION and SRC_URI (diff)
downloadgentoo-7176900df615d6a2fa846736f76cc3df90b51f5c.tar.gz
gentoo-7176900df615d6a2fa846736f76cc3df90b51f5c.tar.bz2
gentoo-7176900df615d6a2fa846736f76cc3df90b51f5c.zip
dev-cpp/prometheus-cpp: Add patch to skip test if locale not available
Closes: https://bugs.gentoo.org/741040 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17466 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-cpp/prometheus-cpp/prometheus-cpp-0.9.0.ebuild')
-rw-r--r--dev-cpp/prometheus-cpp/prometheus-cpp-0.9.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-cpp/prometheus-cpp/prometheus-cpp-0.9.0.ebuild b/dev-cpp/prometheus-cpp/prometheus-cpp-0.9.0.ebuild
index 3cd755921597..75d66bcbc3d2 100644
--- a/dev-cpp/prometheus-cpp/prometheus-cpp-0.9.0.ebuild
+++ b/dev-cpp/prometheus-cpp/prometheus-cpp-0.9.0.ebuild
@@ -26,6 +26,10 @@ DEPEND="${RDEPEND}
dev-cpp/gtest
)"
+PATCHES=(
+ "${FILESDIR}/${P}-core-Skip-serialization-test-if-locale-is-not-availa.patch"
+)
+
src_configure() {
local mycmakeargs=(
-DENABLE_PULL=yes