summaryrefslogtreecommitdiff
path: root/dev-lua/dkjson
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-06 03:21:28 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-06 03:21:28 +0100
commit681aad60df032a891dbbfc38f3ea4b404d6a8579 (patch)
treeda5eff2b4d9c8cca5f6df280543b43707f372f69 /dev-lua/dkjson
parent2092ebe8b45cc45ad3357e2ccb2c37d5c1eaba2a (diff)
gentoo auto-resync : 06:08:2023 - 03:21:27
Diffstat (limited to 'dev-lua/dkjson')
-rw-r--r--dev-lua/dkjson/Manifest2
-rw-r--r--dev-lua/dkjson/dkjson-2.6.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-lua/dkjson/Manifest b/dev-lua/dkjson/Manifest
index 08f8c28da211..406e3bf9779a 100644
--- a/dev-lua/dkjson/Manifest
+++ b/dev-lua/dkjson/Manifest
@@ -1,3 +1,3 @@
DIST dkjson-2.6.tar.gz 15803 BLAKE2B fdb471b94b50d90ac3ca2a6230e8a2f6b5f1362b368a4fbdf2b54b12cfd38762f448a1a752aa6022e1c80806d62d72a861f048e1734edb081d6fc1dbf225a2da SHA512 eea9dfb386672114e4269284eda045161289b43c872b9108971babbb247e686ea1c045bd4f127037e949b356630fa430037fb4b1a1eb7b5cc51f80d144a5add2
-EBUILD dkjson-2.6.ebuild 922 BLAKE2B ff4dd9e79faf43cc2c0c7b37635d08cff263131138d581ff1aaf7d99f870e2c06783101ef58e6b7bb5db55c169fdda297b546bed392e38f3f75a1596a5b7a7cc SHA512 244c58b97e7b9d9baa985355942457266ff5d70a2f58a269e5fd3423216bdb5ded866c96dab0000e5a99efacf35bd55e9ad98944db974048343f28b0910aaa4e
+EBUILD dkjson-2.6.ebuild 906 BLAKE2B 4254accdd5fcd85e5d5e2a7f081edb2b98df95741f5116477f747fffb11435c869892514e2bbdd9c0ae21868963e08b7dea370521dd1374ad529b9dbe60aeb36 SHA512 163aba7a97eb2a1e101af6a98ac767c4a2bdf10155da22988dfe7438de2c8375fa6026788f7d3c5672989bb28714022b0e73ba78f81e64363ae631d23f7a767c
MISC metadata.xml 746 BLAKE2B d46085001dee037fae4c52ebde878d53de21f48efba0a5a56b4514649eabd5ff238345f3b685d78432a885172b42f862e37d0e327caa3338feb771a6f1bd5f1b SHA512 8cda2b22f6509c636f38cfaf0dfc4084422d33ecca84627823d87f86bbdef5ca97def3b98bd372c46a509c83f8e0aab4bf74b3661c3119c94245117439eceb01
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/"