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 2E01B15800A for ; Mon, 14 Aug 2023 21:15:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3FA52BC030; Mon, 14 Aug 2023 21:15:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE5062BC030 for ; Mon, 14 Aug 2023 21:15:25 +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 C35E034069F for ; Mon, 14 Aug 2023 21:15:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33E89FAB for ; Mon, 14 Aug 2023 21:15:22 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1692047653.d9747428def21a1ddbd15de5413545bf007579cb.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcss/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcss/libcss-9999.ebuild X-VCS-Directories: dev-libs/libcss/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: d9747428def21a1ddbd15de5413545bf007579cb X-VCS-Branch: master Date: Mon, 14 Aug 2023 21:15:22 +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: 40caa7e5-1c49-4d48-bc9e-02028326d783 X-Archives-Hash: 3dcc5f3d493e63cf1b9c4c019201466a commit: d9747428def21a1ddbd15de5413545bf007579cb Author: Michael Orlitzky gentoo org> AuthorDate: Mon Aug 14 19:03:27 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Aug 14 21:14:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9747428 dev-libs/libcss: update EAPI 7 -> 8 Signed-off-by: Michael Orlitzky gentoo.org> dev-libs/libcss/libcss-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libcss/libcss-9999.ebuild b/dev-libs/libcss/libcss-9999.ebuild index 54b3baf92934..ec34203d945b 100644 --- a/dev-libs/libcss/libcss-9999.ebuild +++ b/dev-libs/libcss/libcss-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit git-r3 netsurf