diff options
author | Sam James <sam@gentoo.org> | 2021-04-06 02:49:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-06 19:18:09 +0100 |
commit | 118d06ce8f36c7e5742f26accba085444f1cb4de (patch) | |
tree | f14b2925ca9134ed8c222659971979416779652b /games-strategy | |
parent | games-action/solar2: port to EAPI 7, games.eclass-- (diff) | |
download | gentoo-118d06ce8f36c7e5742f26accba085444f1cb4de.tar.gz gentoo-118d06ce8f36c7e5742f26accba085444f1cb4de.tar.bz2 gentoo-118d06ce8f36c7e5742f26accba085444f1cb4de.zip |
games-strategy/xbattleai: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/xbattleai/xbattleai-1.2.2-r2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games-strategy/xbattleai/xbattleai-1.2.2-r2.ebuild b/games-strategy/xbattleai/xbattleai-1.2.2-r2.ebuild index e7b53bcc541e..34735392b6cb 100644 --- a/games-strategy/xbattleai/xbattleai-1.2.2-r2.ebuild +++ b/games-strategy/xbattleai/xbattleai-1.2.2-r2.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils DESCRIPTION="A multi-player game of strategy and coordination" HOMEPAGE="https://inf.ug.edu.pl/~piotao/xbattle/mirror/www.lysator.liu.se/XBattleAI/" @@ -11,7 +10,6 @@ SRC_URI="https://inf.ug.edu.pl/~piotao/xbattle/mirror/www.lysator.liu.se/XBattle LICENSE="xbattle" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" # Since this uses similar code and the same binary name as the original XBattle, # we want to make sure you can't install both at the same time |