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 6FB1D1396D0 for ; Sat, 30 Sep 2017 04:03:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B26FAE083D; Sat, 30 Sep 2017 04:03:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 92D2FE083D for ; Sat, 30 Sep 2017 04:03:36 +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 45BD43417E2 for ; Sat, 30 Sep 2017 04:03:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C2F49086 for ; Sat, 30 Sep 2017 04:03:33 +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: <1506744206.6aeb5e99cde94717abddead0f4346d04d0c9ce7a.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/angband/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/angband/angband-4.0.5-r1.ebuild X-VCS-Directories: games-roguelike/angband/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 6aeb5e99cde94717abddead0f4346d04d0c9ce7a X-VCS-Branch: master Date: Sat, 30 Sep 2017 04:03:33 +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: c8bfe989-85dc-4ea5-9995-3935140e2d34 X-Archives-Hash: a7a7ec4a9924436fc61ced8326157385 commit: 6aeb5e99cde94717abddead0f4346d04d0c9ce7a Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Sep 30 04:02:12 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 30 04:03:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aeb5e99 games-roguelike/angband: tweak --bindir location for prefix Package-Manager: Portage-2.3.10, Repoman-2.3.3 games-roguelike/angband/angband-4.0.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-roguelike/angband/angband-4.0.5-r1.ebuild b/games-roguelike/angband/angband-4.0.5-r1.ebuild index 48866f76317..d8830482e59 100644 --- a/games-roguelike/angband/angband-4.0.5-r1.ebuild +++ b/games-roguelike/angband/angband-4.0.5-r1.ebuild @@ -61,7 +61,7 @@ src_configure() { ac_cv_path_NCURSES_CONFIG="pkg-config ncursesw" \ econf \ - --bindir=/usr/bin \ + --bindir="${EPREFIX}"/usr/bin \ --with-private-dirs \ $(use_enable X x11) \ $(use_enable sdl) \