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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7626B15808B for ; Wed, 30 Mar 2022 12:16:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 958B9E085E; Wed, 30 Mar 2022 12:16:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACD01E085E for ; Wed, 30 Mar 2022 12:16:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A65523415AE for ; Wed, 30 Mar 2022 12:16:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8E8C177 for ; Wed, 30 Mar 2022 12:16:53 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1648642523.0dfb3f1ce3693fa1e2b0b2c751bd9fe3f75676ff.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lutris/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/lutris/lutris-0.5.10_beta2.ebuild X-VCS-Directories: games-util/lutris/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0dfb3f1ce3693fa1e2b0b2c751bd9fe3f75676ff X-VCS-Branch: master Date: Wed, 30 Mar 2022 12:16:53 +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: 4e6ac92d-f459-468a-910c-d59235ba342d X-Archives-Hash: dfb6d221cf7228bc27689d6c05f7079e commit: 0dfb3f1ce3693fa1e2b0b2c751bd9fe3f75676ff Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Mar 30 12:15:23 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Mar 30 12:15:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfb3f1c games-util/lutris: move KEYWORDS, remove double KEYWORDS Why was this not caught by the GitHub CI though? Signed-off-by: Andrew Ammerlaan gentoo.org> games-util/lutris/lutris-0.5.10_beta2.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/games-util/lutris/lutris-0.5.10_beta2.ebuild b/games-util/lutris/lutris-0.5.10_beta2.ebuild index 0f6bb9cf095a..aea04d0dd550 100644 --- a/games-util/lutris/lutris-0.5.10_beta2.ebuild +++ b/games-util/lutris/lutris-0.5.10_beta2.ebuild @@ -19,14 +19,11 @@ else if [[ ${PV} == *_beta* ]] ; then SRC_URI="https://github.com/lutris/lutris/archive/refs/tags/v${PV/_/-}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${P/_/-} - - KEYWORDS="~amd64 ~x86" else SRC_URI="https://lutris.net/releases/${P/-/_}.tar.xz" S="${WORKDIR}/${PN}" - - KEYWORDS="~amd64 ~x86" fi + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-3"