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 05F0B158086 for ; Tue, 28 Dec 2021 23:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 664F12BC03F; Tue, 28 Dec 2021 23:36:15 +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 BF3D42BC044 for ; Tue, 28 Dec 2021 23:36:12 +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 ABB89342F97 for ; Tue, 28 Dec 2021 23:36:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B908266 for ; Tue, 28 Dec 2021 23:36:09 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1640733855.97691ac153bf744b0298b1a889a5dabb5c3217b1.marecki@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.8.0-r1.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 97691ac153bf744b0298b1a889a5dabb5c3217b1 X-VCS-Branch: master Date: Tue, 28 Dec 2021 23:36:09 +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: 84f7b811-1923-415d-84b9-fb4085024740 X-Archives-Hash: e88f3e45d848ee415a0e0be816787bf2 commit: 97691ac153bf744b0298b1a889a5dabb5c3217b1 Author: Marek Szuba gentoo org> AuthorDate: Tue Dec 28 23:24:09 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Dec 28 23:24:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97691ac1 media-gfx/darktable-3.8.0: fix LUA_COMPAT Starting with 3.8.0 Darktable requires lua-5.4. Closes: https://bugs.gentoo.org/830171 Signed-off-by: Marek Szuba gentoo.org> media-gfx/darktable/darktable-3.8.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/darktable/darktable-3.8.0-r1.ebuild b/media-gfx/darktable/darktable-3.8.0-r1.ebuild index 9de446864ad9..a25427d85fa9 100644 --- a/media-gfx/darktable/darktable-3.8.0-r1.ebuild +++ b/media-gfx/darktable/darktable-3.8.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LUA_COMPAT=( lua5-3 ) +LUA_COMPAT=( lua5-4 ) inherit cmake flag-o-matic lua-single toolchain-funcs xdg