commit: 41357f256e1dacb4528a2d1f4a51e70ded235c28 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org> AuthorDate: Mon Oct 12 03:17:06 2020 +0000 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org> CommitDate: Mon Oct 12 03:18:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41357f25
games-strategy/freeorion: Fix typo in eclass function calls Somehow typoed non 9999 but not 9999 Closes: https://bugs.gentoo.org/747910 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org> .../{freeorion-0.4.10.1.ebuild => freeorion-0.4.10.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-strategy/freeorion/freeorion-0.4.10.1.ebuild b/games-strategy/freeorion/freeorion-0.4.10.1-r1.ebuild similarity index 97% rename from games-strategy/freeorion/freeorion-0.4.10.1.ebuild rename to games-strategy/freeorion/freeorion-0.4.10.1-r1.ebuild index eaf03461b48..9cfb07f7b4e 100644 --- a/games-strategy/freeorion/freeorion-0.4.10.1.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.10.1-r1.ebuild @@ -57,7 +57,7 @@ DEPEND="${RDEPEND}" src_prepare() { sed -e "s/-O3//" -i CMakeLists.txt || die - cmake-src_prepare + cmake_src_prepare } src_configure() { @@ -67,7 +67,7 @@ src_configure() { -DBUILD_HEADLESS="$(usex dedicated)" ) - cmake-src_configure + cmake_src_configure } src_install() {
