summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2016-03-21 22:49:03 +0500
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2016-03-21 22:49:03 +0500
commitf8a9a7244a87d29a16c638fb114eeb033bc91472 (patch)
treeffb5b2bd326f390326982f69c1613155ff2b4eed
parent[games-fps/redeclipse] Bump to 1.5.3 (diff)
downloadgamerlay-f8a9a7244a87d29a16c638fb114eeb033bc91472.tar.gz
gamerlay-f8a9a7244a87d29a16c638fb114eeb033bc91472.tar.bz2
gamerlay-f8a9a7244a87d29a16c638fb114eeb033bc91472.zip
[games-fps/redeclipse] Min req libenet is 1.3.9
Thanks to post from maillist.
-rw-r--r--games-fps/redeclipse/redeclipse-1.5.3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/games-fps/redeclipse/redeclipse-1.5.3.ebuild b/games-fps/redeclipse/redeclipse-1.5.3.ebuild
index 325466e..50b4f9d 100644
--- a/games-fps/redeclipse/redeclipse-1.5.3.ebuild
+++ b/games-fps/redeclipse/redeclipse-1.5.3.ebuild
@@ -26,7 +26,7 @@ DEPEND="!dedicated? (
virtual/opengl
x11-libs/libX11
)
- net-libs/enet:1.3
+ >=net-libs/enet-1.3.9:1.3
sys-libs/zlib"
RDEPEND="${DEPEND}"
@@ -45,6 +45,8 @@ src_prepare() {
-e "s:@DATADIR@:${GAMES_DATADIR}:g" \
-e "s:@DOCDIR@:${GAMES_DATADIR_BASE}/doc/${PF}:" \
-e "s:@REDECLIPSE@:${PN}:g" \
+ -e "s:@APPNAME@:${PN}:g" \
+ -e "s:@CAPPNAME@:REDECLIPSE:g" \
doc/man/redeclipse.6.am \
> doc/man/redeclipse.6
@@ -52,6 +54,8 @@ src_prepare() {
-e "s:@DATADIR@:${GAMES_DATADIR}:g" \
-e "s:@DOCDIR@:${GAMES_DATADIR_BASE}/doc/${PF}:" \
-e "s:@REDECLIPSE@:${PN}:g" \
+ -e "s:@APPNAME@:${PN}:g" \
+ -e "s:@CAPPNAME@:REDECLIPSE:g" \
doc/man/redeclipse-server.6.am \
> doc/man/redeclipse-server.6
}