diff options
author | David Seifert <soap@gentoo.org> | 2017-10-15 16:53:51 -0700 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-10-15 17:08:01 -0700 |
commit | 744c1decc5830394cb4f6c7e8de83ba28b2ac500 (patch) | |
tree | 2162a20ad212925fb247aaab7cc41b274bf24d79 /games-rpg/arx-libertatis | |
parent | games-kids/memonix: [QA] Add cmake-utils_src_prepare (diff) | |
download | gentoo-744c1decc5830394cb4f6c7e8de83ba28b2ac500.tar.gz gentoo-744c1decc5830394cb4f6c7e8de83ba28b2ac500.tar.bz2 gentoo-744c1decc5830394cb4f6c7e8de83ba28b2ac500.zip |
games-rpg/arx-libertatis: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'games-rpg/arx-libertatis')
-rw-r--r-- | games-rpg/arx-libertatis/arx-libertatis-1.1.2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games-rpg/arx-libertatis/arx-libertatis-1.1.2.ebuild b/games-rpg/arx-libertatis/arx-libertatis-1.1.2.ebuild index a4b838d60607..47176fee29ca 100644 --- a/games-rpg/arx-libertatis/arx-libertatis-1.1.2.ebuild +++ b/games-rpg/arx-libertatis/arx-libertatis-1.1.2.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=5 @@ -39,6 +39,10 @@ PATCHES=( "${FILESDIR}"/${P}-cmake-3.5.patch ) +src_prepare() { + cmake-utils_src_prepare +} + src_configure() { # editor does not build local mycmakeargs=( |