diff options
author | David Seifert <soap@gentoo.org> | 2017-09-23 11:03:35 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-09-23 11:03:54 +0200 |
commit | f4c53a5355d5f6a2d68089a980b54a8224699b89 (patch) | |
tree | ac4be2bcb7017301cb7cba360929517670658a3a /games-action/supermariowar | |
parent | sys-kernel/pf-sources: Remove old ebuilds (diff) | |
download | gentoo-f4c53a5355d5f6a2d68089a980b54a8224699b89.tar.gz gentoo-f4c53a5355d5f6a2d68089a980b54a8224699b89.tar.bz2 gentoo-f4c53a5355d5f6a2d68089a980b54a8224699b89.zip |
games-action/supermariowar: [QA] Fix minor issues
* Never use 'default' with cmake-utils.eclass
* Fix canonical LICENSE/SLOT/KEYWORDS/IUSE order
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'games-action/supermariowar')
-rw-r--r-- | games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild index b015d2b57fc3..3df6782843cc 100644 --- a/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild +++ b/games-action/supermariowar/supermariowar-2.0_beta1-r1.ebuild @@ -13,14 +13,13 @@ DESCRIPTION="Fan-made multiplayer Super Mario Bros. style deathmatch game" HOMEPAGE="https://github.com/mmatyas/supermariowar" SRC_URI="https://github.com/mmatyas/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" LICENSE="GPL-2" SLOT="0" - +KEYWORDS="~amd64 ~x86" IUSE="server" RDEPEND=" - sys-libs/zlib + sys-libs/zlib:= dev-cpp/yaml-cpp net-libs/enet:1.3= media-libs/sdl-mixer[vorbis] @@ -40,7 +39,8 @@ src_unpack() { } src_prepare() { - default + cmake-utils_src_prepare + einfo "Copying Findyaml-cpp.cmake" cp "${FILESDIR}/${P}-yaml-cpp-config.cmake" cmake/Findyaml-cpp.cmake || die eend $? |