commit: 1065023196f0ad80158f0377fced2f224c4620d2
Author: Jan Henke <Jan.Henke <AT> taujhe <DOT> de>
AuthorDate: Mon Feb 28 17:00:24 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 4 09:49:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10650231
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 <AT> taujhe.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-cpp/ms-gsl/ms-gsl-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 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() {