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 07F481382C5 for ; Thu, 6 May 2021 23:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FC48E0826; Thu, 6 May 2021 23:33:00 +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 38BEDE0826 for ; Thu, 6 May 2021 23:33:00 +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 260F833BF01 for ; Thu, 6 May 2021 23:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C45935C4 for ; Thu, 6 May 2021 23:32:57 +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: <1620343974.93448866c2c8e46ea0cfee61165cc3ce3aba468b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-3.4.1.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 93448866c2c8e46ea0cfee61165cc3ce3aba468b X-VCS-Branch: master Date: Thu, 6 May 2021 23:32:57 +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: 74b66dd8-2753-4d02-abbe-69cf9dee9194 X-Archives-Hash: e734cc2ce3f241ce7484c94aeaaa7ebf commit: 93448866c2c8e46ea0cfee61165cc3ce3aba468b Author: Sam James gentoo org> AuthorDate: Thu May 6 23:32:54 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 6 23:32:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93448866 media-gfx/darktable: Stabilize 3.4.1 arm64, #785085 Signed-off-by: Sam James gentoo.org> media-gfx/darktable/darktable-3.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/darktable/darktable-3.4.1.ebuild b/media-gfx/darktable/darktable-3.4.1.ebuild index eeb346c65cf..3506e0d8882 100644 --- a/media-gfx/darktable/darktable-3.4.1.ebuild +++ b/media-gfx/darktable/darktable-3.4.1.ebuild @@ -25,7 +25,7 @@ else SRC_URI="https://github.com/darktable-org/${PN}/releases/download/release-${MY_PV}/${MY_P}.tar.xz doc? ( https://github.com/darktable-org/${PN}/releases/download/release-${DOC_PV}/${PN}-usermanual.pdf -> ${PN}-usermanual-${DOC_PV}.pdf )" - KEYWORDS="amd64 ~arm64 -x86" + KEYWORDS="amd64 arm64 -x86" LANGS=" af cs de es fi fr he hu it pl pt-BR ru sk sl" fi