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 E4B9B139337 for ; Sat, 31 Jul 2021 09:07:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4CC4E0896; Sat, 31 Jul 2021 09:07:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7B10CE086C for ; Sat, 31 Jul 2021 09:07:05 +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 14AAC3437AD for ; Sat, 31 Jul 2021 09:07:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1C5E84D for ; Sat, 31 Jul 2021 09:07:02 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1627722384.bdd045af473b88a0bd513e508fec44977feb953a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/vivaldi/vivaldi-4.0.2312.41.ebuild X-VCS-Directories: www-client/vivaldi/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: bdd045af473b88a0bd513e508fec44977feb953a X-VCS-Branch: master Date: Sat, 31 Jul 2021 09:07:02 +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: 7887c25a-fc05-4fd9-9ad7-3ce10b12b63d X-Archives-Hash: 89c1fabaf403ed7d2a2d315cfb7a7f3f commit: bdd045af473b88a0bd513e508fec44977feb953a Author: James Le Cuirot gentoo org> AuthorDate: Sat Jul 31 09:06:24 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Jul 31 09:06:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd045af www-client/vivaldi: Stabilise 4.0.2312.41 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: James Le Cuirot gentoo.org> www-client/vivaldi/vivaldi-4.0.2312.41.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/vivaldi/vivaldi-4.0.2312.41.ebuild b/www-client/vivaldi/vivaldi-4.0.2312.41.ebuild index c2409d01a97..ba5f6dc05f7 100644 --- a/www-client/vivaldi/vivaldi-4.0.2312.41.ebuild +++ b/www-client/vivaldi/vivaldi-4.0.2312.41.ebuild @@ -95,7 +95,7 @@ else DEB_REV=1 fi -KEYWORDS="-* ~amd64 ~arm ~arm64" +KEYWORDS="-* amd64 ~arm ~arm64" VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_" RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( ${VIVALDI_BASE_URI}amd64.deb )"