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 C6887158066 for ; Tue, 3 Sep 2024 10:53:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCB2DE2A46; Tue, 3 Sep 2024 10:53:10 +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 B921EE2A46 for ; Tue, 3 Sep 2024 10:53:10 +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 D370F343165 for ; Tue, 3 Sep 2024 10:53:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A00801F3B for ; Tue, 3 Sep 2024 10:53:06 +0000 (UTC) From: "David Roman" 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 Roman" Message-ID: <1725309975.3520bc4a9bf43755ae18ed68fde94d01316c9726.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-emulation/box64/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-emulation/box64/box64-0.2.2.ebuild app-emulation/box64/box64-0.3.0.ebuild app-emulation/box64/box64-9999.ebuild X-VCS-Directories: app-emulation/box64/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 3520bc4a9bf43755ae18ed68fde94d01316c9726 X-VCS-Branch: master Date: Tue, 3 Sep 2024 10:53:06 +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: 5347ea97-43c9-4398-a814-b3023f0cdad8 X-Archives-Hash: 28959289fd06cef7e162e7a13aaaa7c7 commit: 3520bc4a9bf43755ae18ed68fde94d01316c9726 Author: Lucio Sauer posteo net> AuthorDate: Mon Sep 2 20:46:15 2024 +0000 Commit: David Roman gmail com> CommitDate: Mon Sep 2 20:46:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3520bc4a app-emulation/box64: directly inherit used toolchain-funcs Signed-off-by: Lucio Sauer posteo.net> app-emulation/box64/box64-0.2.2.ebuild | 2 +- app-emulation/box64/box64-0.3.0.ebuild | 2 +- app-emulation/box64/box64-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/box64/box64-0.2.2.ebuild b/app-emulation/box64/box64-0.2.2.ebuild index 71cef82cd..d90d36cab 100644 --- a/app-emulation/box64/box64-0.2.2.ebuild +++ b/app-emulation/box64/box64-0.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake optfeature +inherit cmake toolchain-funcs optfeature DESCRIPTION="Linux Userspace x86_64 Emulator with a twist" HOMEPAGE="https://box86.org" diff --git a/app-emulation/box64/box64-0.3.0.ebuild b/app-emulation/box64/box64-0.3.0.ebuild index b882fa8dc..dfe4a67d8 100644 --- a/app-emulation/box64/box64-0.3.0.ebuild +++ b/app-emulation/box64/box64-0.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake optfeature +inherit cmake toolchain-funcs optfeature DESCRIPTION="Linux Userspace x86_64 Emulator with a twist" HOMEPAGE="https://box86.org" diff --git a/app-emulation/box64/box64-9999.ebuild b/app-emulation/box64/box64-9999.ebuild index 6d30a199a..02e652d71 100644 --- a/app-emulation/box64/box64-9999.ebuild +++ b/app-emulation/box64/box64-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake optfeature git-r3 +inherit cmake git-r3 toolchain-funcs optfeature DESCRIPTION="Linux Userspace x86_64 Emulator with a twist" HOMEPAGE="https://box86.org"