From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF85F139694 for ; Fri, 28 Jul 2017 12:02:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20CD21FC106; Fri, 28 Jul 2017 12:02:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00FB71FC106 for ; Fri, 28 Jul 2017 12:02:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E6373419B5 for ; Fri, 28 Jul 2017 12:02:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0B8574B7 for ; Fri, 28 Jul 2017 12:02:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501243297.f72954e6d0a7bf0bfd2c3ce4466c68fb83bb5035.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/openrct2/openrct2-9999.ebuild X-VCS-Directories: games-simulation/openrct2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f72954e6d0a7bf0bfd2c3ce4466c68fb83bb5035 X-VCS-Branch: master Date: Fri, 28 Jul 2017 12:02:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 510e3b67-849a-4b90-968e-9bfdd3db464a X-Archives-Hash: ff4e21431b1b0c5f73706af4044134ee commit: f72954e6d0a7bf0bfd2c3ce4466c68fb83bb5035 Author: Hendrik v. Raven consetetur de> AuthorDate: Fri Jul 28 09:27:06 2017 +0000 Commit: Michał Górny gentoo 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