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 92AE31382C5 for ; Thu, 17 Jun 2021 21:56:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 980C1E0824; Thu, 17 Jun 2021 21:56:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5EB4DE0824 for ; Thu, 17 Jun 2021 21:56:21 +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 520CD33E6A3 for ; Thu, 17 Jun 2021 21:56:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9441A7B0 for ; Thu, 17 Jun 2021 21:56:18 +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: <1623966967.547a595c4f36f60363a7ef9cd20c61121b07a36e.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.27.ebuild X-VCS-Directories: www-client/vivaldi/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 547a595c4f36f60363a7ef9cd20c61121b07a36e X-VCS-Branch: master Date: Thu, 17 Jun 2021 21:56:18 +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: 67bbf93a-ed8f-403c-87ce-23a3d77806d5 X-Archives-Hash: e7cf7f228eb5a70e99d0cdf1fc3c9391 commit: 547a595c4f36f60363a7ef9cd20c61121b07a36e Author: James Le Cuirot gentoo org> AuthorDate: Thu Jun 17 21:55:33 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Jun 17 21:56:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547a595c www-client/vivaldi: Stabilise 4.0.2312.27 on amd64 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.27.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/vivaldi/vivaldi-4.0.2312.27.ebuild b/www-client/vivaldi/vivaldi-4.0.2312.27.ebuild index c2409d01a97..ba5f6dc05f7 100644 --- a/www-client/vivaldi/vivaldi-4.0.2312.27.ebuild +++ b/www-client/vivaldi/vivaldi-4.0.2312.27.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 )"