commit:     f8a9a7244a87d29a16c638fb114eeb033bc91472
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Mar 21 17:49:03 2016 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Mar 21 17:49:03 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=f8a9a724

[games-fps/redeclipse] Min req libenet is 1.3.9

Thanks to post from maillist.

 games-fps/redeclipse/redeclipse-1.5.3.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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
 }

Reply via email to