diff options
author | 2012-09-21 20:05:10 +0200 | |
---|---|---|
committer | 2015-10-11 10:48:24 +0200 | |
commit | 4df9aea73b95342034839a1f3aaadb67d8ffb78f (patch) | |
tree | 16d33c0f5917fe1c2f8c47197ab90f8ac95d214b /games-rpg | |
parent | Fix description of mv_emacs (diff) | |
download | mv-4df9aea73b95342034839a1f3aaadb67d8ffb78f.tar.gz mv-4df9aea73b95342034839a1f3aaadb67d8ffb78f.tar.bz2 mv-4df9aea73b95342034839a1f3aaadb67d8ffb78f.zip |
Bump to EAPI=5 as far as possible. Fix aufs-util. Remove obsolete run-help
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/magus/ChangeLog | 3 | ||||
-rw-r--r-- | games-rpg/magus/magus-99999999.ebuild | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/games-rpg/magus/ChangeLog b/games-rpg/magus/ChangeLog index c593a9dc..08f1e72c 100644 --- a/games-rpg/magus/ChangeLog +++ b/games-rpg/magus/ChangeLog @@ -4,6 +4,9 @@ *magus-1.3.3 (28 May 2011) + 21 Sep 2012; Martin Väth <martin@mvath.de> + Bump to EAPI=5 + 02 Aug 2012; Martin Väth <martin@mvath.de> Parallelize patching and eautoreconf calls diff --git a/games-rpg/magus/magus-99999999.ebuild b/games-rpg/magus/magus-99999999.ebuild index 52c50eb8..ec7e54bb 100644 --- a/games-rpg/magus/magus-99999999.ebuild +++ b/games-rpg/magus/magus-99999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="4" +EAPI=5 inherit autotools eutils flag-o-matic multiprocessing RESTRICT="mirror" |