diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2021-07-12 23:39:26 +0300 |
---|---|---|
committer | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2021-07-12 23:45:59 +0300 |
commit | b53bf44af0563dc270d686a3d03a6376dfc556ce (patch) | |
tree | 28c8ee8a027486f9b7406819d894ed89f4242535 /games-strategy | |
parent | games-strategy/curseofwar: remove old (diff) | |
download | gamerlay-b53bf44af0563dc270d686a3d03a6376dfc556ce.tar.gz gamerlay-b53bf44af0563dc270d686a3d03a6376dfc556ce.tar.bz2 gamerlay-b53bf44af0563dc270d686a3d03a6376dfc556ce.zip |
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@gmail.com>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/opendungeons/opendungeons-0.7.1.ebuild | 6 |
1 files 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=( |