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 398E61580BA for ; Sun, 22 Aug 2021 09:55:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43B9CE0877; Sun, 22 Aug 2021 09:55:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 228A7E0875 for ; Sun, 22 Aug 2021 09:55:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A9D7F33FE74 for ; Sun, 22 Aug 2021 09:55:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B0108BB for ; Sun, 22 Aug 2021 09:55:17 +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: <1629626035.511c5bd63511fd3882c01a507514e0afc01ea671.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.1.2369.18.ebuild X-VCS-Directories: www-client/vivaldi/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 511c5bd63511fd3882c01a507514e0afc01ea671 X-VCS-Branch: master Date: Sun, 22 Aug 2021 09:55:17 +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: d73686a3-8e97-4f63-90e1-464871331000 X-Archives-Hash: 942788b8bec11f3106714aa08a488ae4 commit: 511c5bd63511fd3882c01a507514e0afc01ea671 Author: James Le Cuirot gentoo org> AuthorDate: Sun Aug 22 09:53:55 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Aug 22 09:53:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511c5bd6 www-client/vivaldi: Stabilise 4.1.2369.18 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: James Le Cuirot gentoo.org> www-client/vivaldi/vivaldi-4.1.2369.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/vivaldi/vivaldi-4.1.2369.18.ebuild b/www-client/vivaldi/vivaldi-4.1.2369.18.ebuild index d0a0e9f4ffc..202fecd6f5b 100644 --- a/www-client/vivaldi/vivaldi-4.1.2369.18.ebuild +++ b/www-client/vivaldi/vivaldi-4.1.2369.18.ebuild @@ -95,7 +95,7 @@ else DEB_REV=1 fi -KEYWORDS="-* ~amd64" +KEYWORDS="-* amd64" 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 )"