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 10C62159C9B for ; Sun, 28 Jul 2024 04:15:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 233DC2BC11C; Sun, 28 Jul 2024 04:15:46 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07C3C2BC11C for ; Sun, 28 Jul 2024 04:15:46 +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 1D03D33BEE8 for ; Sun, 28 Jul 2024 04:15:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B538A1D88 for ; Sun, 28 Jul 2024 04:15:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1722140117.5469f7316a7fb7f93efc4e081154004d4d57aef1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxsession/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxsession/lxsession-0.5.5-r1.ebuild X-VCS-Directories: lxde-base/lxsession/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5469f7316a7fb7f93efc4e081154004d4d57aef1 X-VCS-Branch: master Date: Sun, 28 Jul 2024 04:15:43 +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: f2ed8ab7-d38c-4780-8273-874193bd1a07 X-Archives-Hash: 23283cb9b3f8b1d9a69ee3c0a4fc75da commit: 5469f7316a7fb7f93efc4e081154004d4d57aef1 Author: Sam James gentoo org> AuthorDate: Sun Jul 28 04:15:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 28 04:15:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5469f731 lxde-base/lxsession: EAPI 8 Signed-off-by: Sam James gentoo.org> lxde-base/lxsession/lxsession-0.5.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxde-base/lxsession/lxsession-0.5.5-r1.ebuild b/lxde-base/lxsession/lxsession-0.5.5-r1.ebuild index 638e9fdd99e2..d57b9498dd15 100644 --- a/lxde-base/lxsession/lxsession-0.5.5-r1.ebuild +++ b/lxde-base/lxsession/lxsession-0.5.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vala autotools @@ -49,7 +49,7 @@ PATCHES=( src_prepare() { rm *.stamp || die - vala_src_prepare + vala_setup default eautoreconf }