From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6CFE1580B9 for ; Sat, 28 Aug 2021 03:39:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAF24E08F3; Sat, 28 Aug 2021 03:39:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1117E08F3 for ; Sat, 28 Aug 2021 03:39:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82FF1342C13 for ; Sat, 28 Aug 2021 03:39:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15DB47B for ; Sat, 28 Aug 2021 03:39:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1630120104.315628cd3c82148476c56fde9c7bbb762c568f4d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/0ad/0ad-0.0.25b_alpha.ebuild X-VCS-Directories: games-strategy/0ad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 315628cd3c82148476c56fde9c7bbb762c568f4d X-VCS-Branch: master Date: Sat, 28 Aug 2021 03:39:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cfa79201-be52-4394-aae5-736d06f958ad X-Archives-Hash: d9ca8c9c3a6587cd4b9e5d9f637858b7 commit: 315628cd3c82148476c56fde9c7bbb762c568f4d Author: Sam James gentoo org> AuthorDate: Sat Aug 28 03:03:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 28 03:08:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315628cd games-strategy/0ad: drop unnecessary verify-sig inherit Signed-off-by: Sam James gentoo.org> games-strategy/0ad/0ad-0.0.25b_alpha.ebuild | 10 +++++----- 1 file 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 e7258e9b6f8..94301481dc8 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.