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 0079915800A for ; Sat, 5 Aug 2023 22:41:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FFB22BC030; Sat, 5 Aug 2023 22:41:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5B6342BC030 for ; Sat, 5 Aug 2023 22:41:40 +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 2921E340E5F for ; Sat, 5 Aug 2023 22:41:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 610F4F15 for ; Sat, 5 Aug 2023 22:41:36 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1691275197.e7fe7cbbdff4808178cddc0d10dc5337d9a811fe.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/dkjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/dkjson/dkjson-2.6.ebuild X-VCS-Directories: dev-lua/dkjson/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e7fe7cbbdff4808178cddc0d10dc5337d9a811fe X-VCS-Branch: master Date: Sat, 5 Aug 2023 22:41:36 +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: 07082520-fd57-466f-b9a3-7be0aeef0c6c X-Archives-Hash: d2234aeaaecb0547058589aa67aee62f commit: e7fe7cbbdff4808178cddc0d10dc5337d9a811fe Author: Conrad Kostecki gentoo org> AuthorDate: Sat Aug 5 22:18:11 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Aug 5 22:39:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fe7cbb dev-lua/dkjson: fix QA UnusedInherits Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/dkjson/dkjson-2.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/dkjson/dkjson-2.6.ebuild b/dev-lua/dkjson/dkjson-2.6.ebuild index 5bfd894d8950..ba668fc5492c 100644 --- a/dev-lua/dkjson/dkjson-2.6.ebuild +++ b/dev-lua/dkjson/dkjson-2.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( lua5-{1..4} luajit ) -inherit lua toolchain-funcs +inherit lua DESCRIPTION="David Kolf's JSON module for Lua" HOMEPAGE="http://dkolf.de/src/dkjson-lua.fsl/"