commit: f72954e6d0a7bf0bfd2c3ce4466c68fb83bb5035 Author: Hendrik v. Raven <hendrik <AT> consetetur <DOT> de> AuthorDate: Fri Jul 28 09:27:06 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jul 28 12:01:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72954e6
games-simulation/openrct2: drop patches from live build all patches are now upstream Closes: https://github.com/gentoo/gentoo/pull/5231 Package-Manager: Portage-2.3.6, Repoman-2.3.3 games-simulation/openrct2/openrct2-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild index a0f3e627052..c93e3088f8a 100644 --- a/games-simulation/openrct2/openrct2-9999.ebuild +++ b/games-simulation/openrct2/openrct2-9999.ebuild @@ -52,11 +52,6 @@ DEPEND="${RDEPEND} test? ( dev-cpp/gtest ) " -PATCHES=( - "${FILESDIR}/${PN}-0.1.0-remove-external-gtest.patch" - "${FILESDIR}/${PN}-0.1.0-respect-libdir.patch" -) - if [[ ${PV} == 9999 ]]; then src_unpack() { default @@ -73,6 +68,7 @@ src_configure() { -DWITH_TESTS="$(usex test)" -DDOWNLOAD_TITLE_SEQUENCES=OFF -DDISABLE_RCT2_TESTS=ON + -DSYSTEM_GTEST=ON ) cmake-utils_src_configure
