Skip to content

Commit

Permalink
games-engines/stratagus: [QA] Add cmake-utils_src_prepare
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.11, Repoman-2.3.3
  • Loading branch information
SoapGentoo committed Oct 16, 2017
1 parent 70cb1d6 commit 836cd62
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion games-engines/stratagus/stratagus-2.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand Down Expand Up @@ -39,6 +39,10 @@ PATCHES=( "${FILESDIR}"/${P}-{debug,doc}.patch )

S=${WORKDIR}/${PN}_${PV}.orig

src_prepare() {
cmake-utils_src_prepare
}

src_configure() {
# there are in-source switches
use debug && CMAKE_BUILD_TYPE=Debug
Expand Down

0 comments on commit 836cd62

Please sign in to comment.