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 C0839138334 for ; Sat, 2 Jun 2018 21:48:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27800E0864; Sat, 2 Jun 2018 21:48: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 EB00BE0864 for ; Sat, 2 Jun 2018 21:48:16 +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 3370E335C80 for ; Sat, 2 Jun 2018 21:48:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3A902AB for ; Sat, 2 Jun 2018 21:48:12 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1527976067.4e91ef4aa3f3611122a32855b4cd82d2d12be6d1.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/wesnoth/wesnoth-1.14.2.ebuild X-VCS-Directories: games-strategy/wesnoth/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4e91ef4aa3f3611122a32855b4cd82d2d12be6d1 X-VCS-Branch: master Date: Sat, 2 Jun 2018 21:48: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-Archives-Salt: a7c4ae54-ab93-444b-947d-7b371fce00d4 X-Archives-Hash: e4bd57ff26e14799fc8adb2dac6d3596 commit: 4e91ef4aa3f3611122a32855b4cd82d2d12be6d1 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jun 2 21:45:13 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 2 21:47:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e91ef4a games-strategy/wesnoth: add basic prefix support Package-Manager: Portage-2.3.38, Repoman-2.3.9 games-strategy/wesnoth/wesnoth-1.14.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-strategy/wesnoth/wesnoth-1.14.2.ebuild b/games-strategy/wesnoth/wesnoth-1.14.2.ebuild index 5a1f6c5af2e..27cde05f1ad 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.2.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.2.ebuild @@ -100,7 +100,7 @@ src_configure() { -DENABLE_FRIBIDI="$(usex fribidi)" -DENABLE_OMP="$(usex openmp)" -DENABLE_STRICT_COMPILATION="OFF" - -DCMAKE_INSTALL_PREFIX="/usr" + -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr" ) cmake-utils_src_configure }