diff options
author | 2012-04-15 21:00:18 +0200 | |
---|---|---|
committer | 2015-10-11 10:47:36 +0200 | |
commit | bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c (patch) | |
tree | 27fca8ca6840a4fc125774621d98490fead6f32f /games-rpg/magus | |
parent | Add requestpolicy ebuild (diff) | |
download | mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.gz mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.bz2 mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.zip |
Add base. Fix stardict compilation
Diffstat (limited to 'games-rpg/magus')
-rw-r--r-- | games-rpg/magus/ChangeLog | 3 | ||||
-rw-r--r-- | games-rpg/magus/magus-99999999.ebuild | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/games-rpg/magus/ChangeLog b/games-rpg/magus/ChangeLog index 33ba029d..826fa5ab 100644 --- a/games-rpg/magus/ChangeLog +++ b/games-rpg/magus/ChangeLog @@ -4,6 +4,9 @@ *magus-1.3.3 (28 May 2011) + 15 Apr 2012; Martin Väth <martin@mvath.de> + Inherit base + 13 Mar 2012; Martin Väth <martin@mvath.de> Fix dependency on dev-cpp/gtkmm: slot 3 is not (yet?) supported upstream. Introduce pngcrush useflag. diff --git a/games-rpg/magus/magus-99999999.ebuild b/games-rpg/magus/magus-99999999.ebuild index cbaaf6cf..e3177649 100644 --- a/games-rpg/magus/magus-99999999.ebuild +++ b/games-rpg/magus/magus-99999999.ebuild @@ -3,7 +3,7 @@ # $Header $ EAPI="4" -inherit autotools flag-o-matic +inherit base autotools flag-o-matic RESTRICT="mirror" case ${PV} in @@ -158,6 +158,7 @@ my_autoreconf() { src_prepare() { local i src_patch + base_src_prepare for i in "${S}"/* do my_autoreconf "${i##*/}" done |