commit: d27b4cc89e447fde1f891e043df9cb1bc628c2db Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Jan 15 09:23:59 2022 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> 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 <pacho <AT> 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
