commit:     b53bf44af0563dc270d686a3d03a6376dfc556ce
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Jul 12 20:39:26 2021 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Jul 12 20:45:59 2021 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b53bf44a

games-strategy/opendungeons: migrate to cmake.eclass

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 games-strategy/opendungeons/opendungeons-0.7.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-strategy/opendungeons/opendungeons-0.7.1.ebuild 
b/games-strategy/opendungeons/opendungeons-0.7.1.ebuild
index 6348c47..c5eb612 100644
--- a/games-strategy/opendungeons/opendungeons-0.7.1.ebuild
+++ b/games-strategy/opendungeons/opendungeons-0.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="An open source, real time strategy game based on the Dungeon 
Keeper series"
 HOMEPAGE="http://opendungeons.github.io/";
@@ -20,8 +20,8 @@ RDEPEND=">=dev-games/cegui-0.8.0[ogre,opengl]
        dev-games/ois
        dev-libs/boost:=
        >=media-libs/libsfml-2"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_configure() {
        local mycmakeargs=(

Reply via email to