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 4E101158094 for ; Sat, 2 Jul 2022 20:07:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1028FE0BED; Sat, 2 Jul 2022 20:07: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E703E08EF for ; Sat, 2 Jul 2022 20:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 301F7341BE2 for ; Sat, 2 Jul 2022 20:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86231522 for ; Sat, 2 Jul 2022 20:07:09 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1656792414.cf9efe3408bce9174fc3f7da0d7821f7f7368f30.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/funzix/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/funzix/funzix-1.0-r1.ebuild app-arch/funzix/funzix-1.0.ebuild X-VCS-Directories: app-arch/funzix/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: cf9efe3408bce9174fc3f7da0d7821f7f7368f30 X-VCS-Branch: master Date: Sat, 2 Jul 2022 20:07: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: 20cfabd4-d6a1-4359-8ae6-eb1071856e8e X-Archives-Hash: abb72c966e75827844ef9b263e7d9de6 commit: cf9efe3408bce9174fc3f7da0d7821f7f7368f30 Author: David Seifert gentoo org> AuthorDate: Sat Jul 2 20:06:54 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 2 20:06:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9efe34 app-arch/funzix: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> app-arch/funzix/{funzix-1.0.ebuild => funzix-1.0-r1.ebuild} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-arch/funzix/funzix-1.0.ebuild b/app-arch/funzix/funzix-1.0-r1.ebuild similarity index 82% rename from app-arch/funzix/funzix-1.0.ebuild rename to 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 )