From 82c6746e783e9c47b56978c4d5c4572423cd5f9c Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 2 Jun 2025 23:36:22 +0100 Subject: [PATCH] dev-libs/aml: drop non-existent patch from live It seems fixed upstream too. Signed-off-by: Sam James --- dev-libs/aml/aml-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-libs/aml/aml-9999.ebuild b/dev-libs/aml/aml-9999.ebuild index c2ab80710220b..b2bf80c8c7cec 100644 --- a/dev-libs/aml/aml-9999.ebuild +++ b/dev-libs/aml/aml-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,10 +22,6 @@ IUSE="examples" DEPEND="elibc_musl? ( sys-libs/queue-standalone )" -PATCHES=( - "${FILESDIR}"/${P}-queue.patch -) - src_prepare() { default