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 3EF7F1581D3 for ; Tue, 21 May 2024 21:10:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95830E2A4F; Tue, 21 May 2024 21:10:13 +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 6FBB5E2A4C for ; Tue, 21 May 2024 21:10:13 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89DAB341C4B for ; Tue, 21 May 2024 21:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0E651B0D for ; Tue, 21 May 2024 21:10:09 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1716261777.cc9c6654491721dd445a25f79e9ca1d82b9146d8.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-plugins/dtmediawiki/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-plugins/dtmediawiki/dtmediawiki-9999.ebuild X-VCS-Directories: media-plugins/dtmediawiki/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: cc9c6654491721dd445a25f79e9ca1d82b9146d8 X-VCS-Branch: master Date: Tue, 21 May 2024 21:10: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: 4f51ee15-a813-4de6-bc4e-697c7e502684 X-Archives-Hash: 1a3d5e830e1ff3072de7294ecd910203 commit: cc9c6654491721dd445a25f79e9ca1d82b9146d8 Author: Vitaly Zdanevich ya ru> AuthorDate: Tue May 21 03:22:57 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue May 21 03:22:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc9c6654 media-plugins/dtmediawiki: lua_targets_lua5-4 hardcode to LUA_COMPAT Signed-off-by: Vitaly Zdanevich ya.ru> media-plugins/dtmediawiki/dtmediawiki-9999.ebuild | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/media-plugins/dtmediawiki/dtmediawiki-9999.ebuild b/media-plugins/dtmediawiki/dtmediawiki-9999.ebuild index 184e2b7087..2f2a87ee06 100644 --- a/media-plugins/dtmediawiki/dtmediawiki-9999.ebuild +++ b/media-plugins/dtmediawiki/dtmediawiki-9999.ebuild @@ -3,7 +3,9 @@ EAPI=8 -inherit git-r3 +LUA_COMPAT=( lua5-4 ) + +inherit git-r3 lua-single DESCRIPTION="Wikimedia Commons export plugin for Darktable" HOMEPAGE="https://github.com/trougnouf/dtMediaWiki" @@ -12,11 +14,14 @@ EGIT_REPO_URI="https://github.com/trougnouf/dtMediaWiki" LICENSE="GPL-3" SLOT="0" -RDEPEND=" +DEPEND=" + $LUA_DEPS media-gfx/darktable[lua] - dev-lua/luasec[lua_targets_lua5-4] - dev-lua/luajson[lua_targets_lua5-4] - dev-lua/multipart-post[lua_targets_lua5-4] + $(lua_gen_cond_dep ' + dev-lua/luasec[${LUA_USEDEP}] + dev-lua/luajson[${LUA_USEDEP}] + dev-lua/multipart-post[${LUA_USEDEP}] + ') " src_install() {