Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-strategy/opendungeons/
Date: Mon, 12 Jul 2021 20:47:21
Message-Id: 1626122759.b53bf44af0563dc270d686a3d03a6376dfc556ce.winterheart@gentoo
1 commit: b53bf44af0563dc270d686a3d03a6376dfc556ce
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 12 20:39:26 2021 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Mon Jul 12 20:45:59 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b53bf44a
7
8 games-strategy/opendungeons: migrate to cmake.eclass
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 games-strategy/opendungeons/opendungeons-0.7.1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/games-strategy/opendungeons/opendungeons-0.7.1.ebuild b/games-strategy/opendungeons/opendungeons-0.7.1.ebuild
17 index 6348c47..c5eb612 100644
18 --- a/games-strategy/opendungeons/opendungeons-0.7.1.ebuild
19 +++ b/games-strategy/opendungeons/opendungeons-0.7.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit cmake-utils
25 +inherit cmake
26
27 DESCRIPTION="An open source, real time strategy game based on the Dungeon Keeper series"
28 HOMEPAGE="http://opendungeons.github.io/"
29 @@ -20,8 +20,8 @@ RDEPEND=">=dev-games/cegui-0.8.0[ogre,opengl]
30 dev-games/ois
31 dev-libs/boost:=
32 >=media-libs/libsfml-2"
33 -DEPEND="${RDEPEND}
34 - virtual/pkgconfig"
35 +DEPEND="${RDEPEND}"
36 +BDEPEND="virtual/pkgconfig"
37
38 src_configure() {
39 local mycmakeargs=(