summaryrefslogtreecommitdiff
path: root/dev-cpp/glog/glog-0.6.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-28 23:05:10 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-28 23:05:29 +0100
commit5c1744bb015d407629860df1065037870ebfb034 (patch)
tree1a602aaef2be1297e5cf96b4d6e4a4cae7d3342c /dev-cpp/glog/glog-0.6.0.ebuild
parentd3581e20b3f527c7e7946cb050292bb3676bebac (diff)
downloadgentoo-5c1744bb015d407629860df1065037870ebfb034.tar.gz
gentoo-5c1744bb015d407629860df1065037870ebfb034.tar.bz2
gentoo-5c1744bb015d407629860df1065037870ebfb034.zip
dev-cpp/glog: Disable broken symbolize patch, try fix logging test
Closes: https://bugs.gentoo.org/863599 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-cpp/glog/glog-0.6.0.ebuild')
-rw-r--r--dev-cpp/glog/glog-0.6.0.ebuild13
1 files changed, 10 insertions, 3 deletions
diff --git a/dev-cpp/glog/glog-0.6.0.ebuild b/dev-cpp/glog/glog-0.6.0.ebuild
index 069eec682395..7dccfa1a63d5 100644
--- a/dev-cpp/glog/glog-0.6.0.ebuild
+++ b/dev-cpp/glog/glog-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2011-2023 Gentoo Authors
+# Copyright 2011-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -29,9 +29,16 @@ RDEPEND="gflags? ( dev-cpp/gflags:0=[${MULTILIB_USEDEP}] )
libunwind? (
llvm-libunwind? ( sys-libs/llvm-libunwind:0=[${MULTILIB_USEDEP}] )
!llvm-libunwind? ( sys-libs/libunwind:0=[${MULTILIB_USEDEP}] )
- )"
+ )
+"
DEPEND="${RDEPEND}
- test? ( >=dev-cpp/gtest-1.8.0[${MULTILIB_USEDEP}] )"
+ test? ( >=dev-cpp/gtest-1.8.0[${MULTILIB_USEDEP}] )
+"
+
+PATCHES=(
+ "${FILESDIR}/${P}-disable-symbolize-test.patch" # bug 863599
+ "${FILESDIR}/${P}-try-fix-logging-test.patch"
+)
src_configure() {
local mycmakeargs=(