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 6839D138351 for ; Sat, 8 Feb 2020 17:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D28DE088A; Sat, 8 Feb 2020 17:06:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 154EAE0882 for ; Sat, 8 Feb 2020 17:06:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A6AC134E856 for ; Sat, 8 Feb 2020 17:06:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2200138 for ; Sat, 8 Feb 2020 17:06:12 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581181525.a383af6a8ae5e3f2e30aa592655e7c4b9962a2e6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/pcsx2/pcsx2-1.4.0-r1.ebuild games-emulation/pcsx2/pcsx2-1.4.0-r2.ebuild games-emulation/pcsx2/pcsx2-9999.ebuild X-VCS-Directories: games-emulation/pcsx2/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a383af6a8ae5e3f2e30aa592655e7c4b9962a2e6 X-VCS-Branch: master Date: Sat, 8 Feb 2020 17:06:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 313b0abe-13bd-4672-b5c7-cc2fac046031 X-Archives-Hash: 42204d76e49d70166a176e7a9c57253b commit: a383af6a8ae5e3f2e30aa592655e7c4b9962a2e6 Author: David Seifert gentoo org> AuthorDate: Sat Feb 8 17:05:25 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 8 17:05:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a383af6a games-emulation/pcsx2: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX arguments Signed-off-by: David Seifert gentoo.org> games-emulation/pcsx2/pcsx2-1.4.0-r1.ebuild | 1 - games-emulation/pcsx2/pcsx2-1.4.0-r2.ebuild | 1 - games-emulation/pcsx2/pcsx2-9999.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/games-emulation/pcsx2/pcsx2-1.4.0-r1.ebuild b/games-emulation/pcsx2/pcsx2-1.4.0-r1.ebuild index 0ddc30dd7ba..1d948bfb065 100644 --- a/games-emulation/pcsx2/pcsx2-1.4.0-r1.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.4.0-r1.ebuild @@ -86,7 +86,6 @@ src_configure() { -DPACKAGE_MODE=TRUE -DXDG_STD=TRUE - -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_LIBRARY_PATH="/usr/$(get_libdir)/${PN}" -DDOC_DIR=/usr/share/doc/"${PF}" -DEGL_API=FALSE diff --git a/games-emulation/pcsx2/pcsx2-1.4.0-r2.ebuild b/games-emulation/pcsx2/pcsx2-1.4.0-r2.ebuild index 11e3f7bd7c9..f4c574ef75a 100644 --- a/games-emulation/pcsx2/pcsx2-1.4.0-r2.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.4.0-r2.ebuild @@ -65,7 +65,6 @@ src_configure() { -DPACKAGE_MODE=TRUE -DXDG_STD=TRUE - -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_LIBRARY_PATH="/usr/$(get_libdir)/${PN}" -DDOC_DIR=/usr/share/doc/"${PF}" -DEGL_API=FALSE diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index f5e4931ead1..24784ff6467 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -72,7 +72,6 @@ src_configure() { -DPACKAGE_MODE=TRUE -DXDG_STD=TRUE - -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_LIBRARY_PATH="/usr/$(get_libdir)/${PN}" -DDOC_DIR=/usr/share/doc/"${PF}" -DEGL_API=FALSE