summaryrefslogtreecommitdiff
path: root/app-arch/funzix
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-09 15:43:36 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-09 15:43:36 +0100
commit2719f73b6813d11d13a9650cdd2ab8ec6e69385d (patch)
tree8c816148bcbd22757d892089c989ae614eae4f5a /app-arch/funzix
parent0f558761aa2dee1017b4751e4017205e015a9560 (diff)
gentoo resync : 09.07.2022
Diffstat (limited to 'app-arch/funzix')
-rw-r--r--app-arch/funzix/Manifest2
-rw-r--r--app-arch/funzix/funzix-1.0-r1.ebuild (renamed from app-arch/funzix/funzix-1.0.ebuild)8
2 files changed, 6 insertions, 4 deletions
diff --git a/app-arch/funzix/Manifest b/app-arch/funzix/Manifest
index 784ceb43827a..faecfa97ee15 100644
--- a/app-arch/funzix/Manifest
+++ b/app-arch/funzix/Manifest
@@ -1,4 +1,4 @@
AUX funzix-1.0-fix-build-system.patch 113 BLAKE2B eb18a424d7f3e029f42c5102bf63f0b6e54dad213540832bdc4e4fd99fa83d52af891792248218608bd4f9883d9e2c76b3722303d54424e17b019a069235f071 SHA512 21d2f71a792ef23a501e691f514dbc4dd2c549542f6c1426bb3fbfc86d41cb97916295384a24075a6b10304a8c913b0379ae46ed42c0f87b4838dfa0b6111ddf
DIST funzix-1.0.tar.bz2 10792 BLAKE2B d7d6035e558cf6501ee84626f9720dab9d44eb87fb3cedc72721ff491c8535ecd913935b1c9618b85c471b3443a7386485b9bc01c7bd09e01752eda8261b9690 SHA512 30abf29571df7be4a1e92270cb3b4949244f5e50b088bc128c8ac63da88c244f0fe810b4d05b76c68220576b06a1c47e84a3f3339d82a4f0e35a841b29ec4c2c
-EBUILD funzix-1.0.ebuild 487 BLAKE2B 9ab5c04537139bd95d7cc27c3c7f02d276e1d476a2b36a0b4530012146c420b3e9ba9591ce952ab3aaa575715c7a7b17d3e39f7620bf70c37008ea272610ada5 SHA512 e8b5cd0a598d16026cf87b80e95c97556f09f6f5df3ca068d60d8fb029680a8efaf1807accff4f9d5b669c4fc3fd77319d91b26822e119abd3084747685bdaa4
+EBUILD funzix-1.0-r1.ebuild 521 BLAKE2B 0454f169708ddc4266e8cc13eb559e1430e22774a40ca3e2baf887ca57503cd12a9eea1f0cf168ad195a03bf0fc84897e15c119762be31d31bab7f23e1041142 SHA512 706b1f3cb3309eb6d19a9524538aff177d018d414316568e15782b7e006d5165f66b932e4159f420a49a61a04cc77ff56d2574e38c63e3de72a710cfb5668a74
MISC metadata.xml 244 BLAKE2B 103751e060e5683ae0609e26c17ef5c7249bcce611ca3e60acee2a4e0f093f085bb7f45f9d4337f73ba27dc89fe85a182d724e8881e47481c1532974be0574d4 SHA512 f6e74985c30cb6792b1f1f63db2c747c423c7a8ef80b1fcc0d1d6e576caa4df2b26c644fd7b274aeadfaf721361c352472b11ea5e1202e00d6e55f4816cd766c
diff --git a/app-arch/funzix/funzix-1.0.ebuild b/app-arch/funzix/funzix-1.0-r1.ebuild
index 8f62fd7801f6..eae0ebd84376 100644
--- a/app-arch/funzix/funzix-1.0.ebuild
+++ b/app-arch/funzix/funzix-1.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
@@ -12,7 +12,9 @@ SRC_URI="mirror://sourceforge/funzix/${P}.tar.bz2"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
+
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${PN}-1.0-fix-build-system.patch )