diff options
author | Peter Levine <plevine457@gmail.com> | 2019-06-07 00:55:23 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-06-15 22:29:26 +0200 |
commit | 6980dd2f3348f75cf63bc64613aa1613b0f703af (patch) | |
tree | 1017e579d39a7298e6b47789bed93cbca7cb4ef5 /dev-cpp/gtest/gtest-9999.ebuild | |
parent | media-gfx/argyllcms: arm64 stable (diff) | |
download | gentoo-6980dd2f3348f75cf63bc64613aa1613b0f703af.tar.gz gentoo-6980dd2f3348f75cf63bc64613aa1613b0f703af.tar.bz2 gentoo-6980dd2f3348f75cf63bc64613aa1613b0f703af.zip |
dev-cpp/gtest: Don't apply patch to gtest-9999
Changes from gtest-9999-fix-gcc6-undefined-behavior.patch
commited upstream with commit d850e144710e330070b756c009749dc7a7302301
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Peter Levine <plevine457@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp/gtest/gtest-9999.ebuild')
-rw-r--r-- | dev-cpp/gtest/gtest-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index 50abe1209db9..e546efa392a8 100644 --- a/dev-cpp/gtest/gtest-9999.ebuild +++ b/dev-cpp/gtest/gtest-9999.ebuild @@ -28,7 +28,6 @@ DEPEND="test? ( ${PYTHON_DEPS} )" RDEPEND="!dev-cpp/gmock" PATCHES=( - "${FILESDIR}"/${PN}-9999-fix-gcc6-undefined-behavior.patch "${FILESDIR}"/${PN}-1.8.0-increase-clone-stack-size.patch ) |