summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Henke <Jan.Henke@taujhe.de>2022-02-28 18:00:24 +0100
committerJoonas Niilola <juippis@gentoo.org>2022-03-04 11:49:48 +0200
commit1065023196f0ad80158f0377fced2f224c4620d2 (patch)
tree328f29610ac4afeb43f8007009aec6f70c8592ee /dev-cpp/ms-gsl
parentsys-cluster/glusterfs: systemd support. (diff)
downloadgentoo-1065023196f0ad80158f0377fced2f224c4620d2.tar.gz
gentoo-1065023196f0ad80158f0377fced2f224c4620d2.tar.bz2
gentoo-1065023196f0ad80158f0377fced2f224c4620d2.zip
dev-cpp/ms-gsl: Drop patch from live ebuild
Upstream now tests for a local install of GTest before trying to download it, which works for us, as we depend on GTest if tests are enabled. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jan Henke <Jan.Henke@taujhe.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-cpp/ms-gsl')
-rw-r--r--dev-cpp/ms-gsl/ms-gsl-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-cpp/ms-gsl/ms-gsl-9999.ebuild b/dev-cpp/ms-gsl/ms-gsl-9999.ebuild
index d7f19d2bb295..79d5d3613d1d 100644
--- a/dev-cpp/ms-gsl/ms-gsl-9999.ebuild
+++ b/dev-cpp/ms-gsl/ms-gsl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,7 +22,6 @@ DEPEND="test? ( >=dev-cpp/gtest-1.9.0_pre20190607 )"
PATCHES=(
"${FILESDIR}/${PN}-1.0.0-disable_Werror-644042.patch"
- "${FILESDIR}/${PN}-3.0.0-use_system_gtest.patch"
)
src_configure() {