summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-28 04:03:23 +0100
committerSam James <sam@gentoo.org>2021-08-28 04:08:24 +0100
commit315628cd3c82148476c56fde9c7bbb762c568f4d (patch)
tree875be72cd640713085aa6a01419090d465e04a10 /games-strategy/0ad
parentgames-strategy/0ad: Remove a25 (superceded by a25b) (diff)
downloadgentoo-315628cd3c82148476c56fde9c7bbb762c568f4d.tar.gz
gentoo-315628cd3c82148476c56fde9c7bbb762c568f4d.tar.bz2
gentoo-315628cd3c82148476c56fde9c7bbb762c568f4d.zip
games-strategy/0ad: drop unnecessary verify-sig inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy/0ad')
-rw-r--r--games-strategy/0ad/0ad-0.0.25b_alpha.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild
index e7258e9b6f84..94301481dc8d 100644
--- a/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild
+++ b/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild
@@ -5,7 +5,7 @@ EAPI=8
WX_GTK_VER="3.0-gtk3"
PYTHON_COMPAT=( python3_{7..9} )
-inherit desktop toolchain-funcs multiprocessing python-any-r1 verify-sig wxwidgets xdg
+inherit desktop toolchain-funcs multiprocessing python-any-r1 wxwidgets xdg
DESCRIPTION="A free, real-time strategy game"
HOMEPAGE="https://play0ad.com/"
@@ -21,8 +21,8 @@ elif [[ ${PV} == *_pre* ]]; then
SRC_URI="https://github.com/0ad/0ad/archive/${ZEROAD_GIT_REVISION}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${ZEROAD_GIT_REVISION}"
else
- inherit verify-sig
- IUSE+="verify-sig"
+ # Trailing whitespace for IUSE append below
+ IUSE="verify-sig "
MINISIGN_KEY="RWT0hFWv57I2RFoJwLVjxEr44JOq/RkEx1oT0IA3PPPICnSF7HFKW1CT"
MY_P="0ad-${PV/_/-}"
SRC_URI="
@@ -37,7 +37,7 @@ else
fi
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="editor +lobby nvtt pch test"
+IUSE+="editor +lobby nvtt pch test"
RESTRICT="test"
CHECKREQS_DISK_BUILD="9000M" # 8769732 KiB (8.3 GiB) for alpha 25
@@ -59,7 +59,7 @@ BDEPEND="
# Upstream uses minisign which is not supported by verify-sign, bug #783066.
# Signatures are only provided for releases.
if [[ ( ${PV} != *9999 ) && ( ${PV} != *_p* ) ]]; then
- BDEPEND+="app-crypt/minisign"
+ BDEPEND+=" app-crypt/minisign"
fi
# Removed dependency on nvtt as we use the bundled one.