commit: 1ad7906ed106563b0ada1df36b2782a17b99bc8b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 1 12:28:47 2015 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 1 12:28:47 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad7906e
games-board/polyglot: Install binary in standard location.
As Julian Ospald has pointed out, we currently don't happen to have a
policy where to install games binaries. Install in /usr/bin until this
is resolved.
Package-Manager: portage-2.2.22
.../polyglot/{polyglot-1.4.70b.ebuild => polyglot-1.4.70b-r1.ebuild} | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/games-board/polyglot/polyglot-1.4.70b.ebuild
b/games-board/polyglot/polyglot-1.4.70b-r1.ebuild
similarity index 87%
rename from games-board/polyglot/polyglot-1.4.70b.ebuild
rename to games-board/polyglot/polyglot-1.4.70b-r1.ebuild
index a43fd6e..1929df4 100644
--- a/games-board/polyglot/polyglot-1.4.70b.ebuild
+++ b/games-board/polyglot/polyglot-1.4.70b-r1.ebuild
@@ -16,7 +16,5 @@ KEYWORDS="~amd64 ~x86"
DOCS="AUTHORS ChangeLog TODO" # README* installed by build system
src_configure() {
- econf \
- --bindir="/usr/games/bin" \
- --docdir="/usr/share/doc/${PF}"
+ econf --docdir="/usr/share/doc/${PF}"
}