diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-01-15 10:23:59 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-01-15 10:23:59 +0100 |
commit | d27b4cc89e447fde1f891e043df9cb1bc628c2db (patch) | |
tree | 2fac10cb4bf999c6352ce48c5d630906a2f1a36f /sys-apps/systemd-readahead | |
parent | app-misc/klavaro: update XDG icon cache (diff) | |
download | gentoo-d27b4cc89e447fde1f891e043df9cb1bc628c2db.tar.gz gentoo-d27b4cc89e447fde1f891e043df9cb1bc628c2db.tar.bz2 gentoo-d27b4cc89e447fde1f891e043df9cb1bc628c2db.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps/systemd-readahead')
-rw-r--r-- | sys-apps/systemd-readahead/systemd-readahead-216.ebuild | 5 |
1 files 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 |