From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 85A4615808A for ; Wed, 23 Jul 2025 11:57:24 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6DD5A34143C for ; Wed, 23 Jul 2025 11:57:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 34484110560; Wed, 23 Jul 2025 11:57:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2AD10110560 for ; Wed, 23 Jul 2025 11:57:19 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5CC13410B9 for ; Wed, 23 Jul 2025 11:57:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 750F032A0 for ; Wed, 23 Jul 2025 11:57:17 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1753271634.b0b28c7eeeef595b459ef0014c7e9b749b3c4e0f.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/linuxdoc-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/linuxdoc-tools/linuxdoc-tools-0.9.86.ebuild X-VCS-Directories: app-text/linuxdoc-tools/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: b0b28c7eeeef595b459ef0014c7e9b749b3c4e0f X-VCS-Branch: master Date: Wed, 23 Jul 2025 11:57:17 +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: be7ecd47-c74e-490c-a0ce-ee4fd50e1e16 X-Archives-Hash: 333d3ccd50a8110551cfdf15ed0b850f commit: b0b28c7eeeef595b459ef0014c7e9b749b3c4e0f Author: Petr Vaněk gentoo org> AuthorDate: Wed Jul 23 11:49:40 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Wed Jul 23 11:53:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b28c7e app-text/linuxdoc-tools: update EAPI 7 -> 8 Signed-off-by: Petr Vaněk gentoo.org> app-text/linuxdoc-tools/linuxdoc-tools-0.9.86.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.86.ebuild b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.86.ebuild index e49d2799e400..f00aa7c4afc4 100644 --- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.86.ebuild +++ b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.86.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit latex-package perl-functions sgml-catalog-r1 toolchain-funcs