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 15A9F158087 for ; Sat, 15 Jan 2022 09:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 492052BC008; Sat, 15 Jan 2022 09:25:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D7D92BC008 for ; Sat, 15 Jan 2022 09:25:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D17F342C81 for ; Sat, 15 Jan 2022 09:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83EF91BD for ; Sat, 15 Jan 2022 09:25:21 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1642238639.d27b4cc89e447fde1f891e043df9cb1bc628c2db.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-readahead/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd-readahead/systemd-readahead-216.ebuild X-VCS-Directories: sys-apps/systemd-readahead/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d27b4cc89e447fde1f891e043df9cb1bc628c2db X-VCS-Branch: master Date: Sat, 15 Jan 2022 09:25:21 +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: 1de862bd-1d84-4c2e-b742-ec9b2a6f83cf X-Archives-Hash: 063727ec38ebc57f49e6480d5e1d9016 commit: d27b4cc89e447fde1f891e043df9cb1bc628c2db Author: Pacho Ramos gentoo org> AuthorDate: Sat Jan 15 09:23:59 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jan 15 09:23:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27b4cc8 sys-apps/systemd-readahead: Bump EAPI Closes: https://bugs.gentoo.org/830875 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Pacho Ramos gentoo.org> sys-apps/systemd-readahead/systemd-readahead-216.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild index 301b757c717d..0efc3c3f12f9 100644 --- a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild +++ b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit systemd toolchain-funcs udev DESCRIPTION="Split of readahead systemd implementation" @@ -17,7 +17,6 @@ S="${WORKDIR}/systemd-${PV}" RDEPEND=">=sys-apps/systemd-217:=" DEPEND="${RDEPEND} - app-arch/xz-utils:0 dev-util/gperf >=dev-util/intltool-0.50 >=sys-apps/coreutils-8.16