Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/angband/
Date: Sat, 30 Sep 2017 04:03:37
Message-Id: 1506744206.6aeb5e99cde94717abddead0f4346d04d0c9ce7a.slyfox@gentoo
1 commit: 6aeb5e99cde94717abddead0f4346d04d0c9ce7a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 04:02:12 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 04:03:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aeb5e99
7
8 games-roguelike/angband: tweak --bindir location for prefix
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 games-roguelike/angband/angband-4.0.5-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-roguelike/angband/angband-4.0.5-r1.ebuild b/games-roguelike/angband/angband-4.0.5-r1.ebuild
16 index 48866f76317..d8830482e59 100644
17 --- a/games-roguelike/angband/angband-4.0.5-r1.ebuild
18 +++ b/games-roguelike/angband/angband-4.0.5-r1.ebuild
19 @@ -61,7 +61,7 @@ src_configure() {
20
21 ac_cv_path_NCURSES_CONFIG="pkg-config ncursesw" \
22 econf \
23 - --bindir=/usr/bin \
24 + --bindir="${EPREFIX}"/usr/bin \
25 --with-private-dirs \
26 $(use_enable X x11) \
27 $(use_enable sdl) \