summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-07-19 00:51:27 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-07-19 01:06:06 +0200
commitd46cda64f4ab29c1c953810cd9de1c520de3ebd0 (patch)
tree90d76dea006442b8058c6ef410dc0e349ff5e05c /games-simulation/openttd/openttd-1.6.1-r1.ebuild
parentapp-portage/mirrorselect: Version bump, update 9999 to git-r3 (diff)
downloadgentoo-d46cda64f4ab29c1c953810cd9de1c520de3ebd0.tar.gz
gentoo-d46cda64f4ab29c1c953810cd9de1c520de3ebd0.tar.bz2
gentoo-d46cda64f4ab29c1c953810cd9de1c520de3ebd0.zip
games-simulation/openttd: Fixed init script (bug #625472).
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'games-simulation/openttd/openttd-1.6.1-r1.ebuild')
-rw-r--r--games-simulation/openttd/openttd-1.6.1-r1.ebuild16
1 files changed, 5 insertions, 11 deletions
diff --git a/games-simulation/openttd/openttd-1.6.1-r1.ebuild b/games-simulation/openttd/openttd-1.6.1-r1.ebuild
index f776da42d6e9..e68b7259b6f4 100644
--- a/games-simulation/openttd/openttd-1.6.1-r1.ebuild
+++ b/games-simulation/openttd/openttd-1.6.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,15 +17,9 @@ RESTRICT="test" # needs a graphics set in order to test
RDEPEND="!dedicated? (
media-libs/libsdl[sound,X,video]
icu? (
- || (
- (
- dev-libs/icu-layoutex
- dev-libs/icu-le-hb
- >=dev-libs/icu-58.1
- )
- <dev-libs/icu-58.1
- )
- dev-libs/icu:=
+ dev-libs/icu-layoutex
+ dev-libs/icu-le-hb
+ >=dev-libs/icu-58.1:=
)
truetype? (
media-libs/fontconfig
@@ -107,7 +101,7 @@ src_compile() {
src_install() {
default
if use dedicated ; then
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
+ newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
rm -rf "${ED}"/usr/share/{applications,icons,pixmaps}
fi
rm -f "${ED}"/usr/share/doc/${PF}/COPYING