From b1824b4549b032604cb513558de58d222cf81f92 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 22 May 2025 17:40:16 +0200 Subject: [PATCH] sys-apps/systemd-readahead: Fix VariableOrderWrong warning Signed-off-by: Pacho Ramos --- sys-apps/systemd-readahead/systemd-readahead-216.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild index cd16340fff6b5..6659e632cfed5 100644 --- a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild +++ b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild @@ -7,13 +7,12 @@ inherit systemd toolchain-funcs udev DESCRIPTION="Split of readahead systemd implementation" HOMEPAGE="https://dev.gentoo.org/~pacho/systemd-readahead.html" SRC_URI="https://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz" +S="${WORKDIR}/systemd-${PV}" LICENSE="LGPL-2.1 MIT" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc x86" -S="${WORKDIR}/systemd-${PV}" - RDEPEND=">=sys-apps/systemd-217:=" DEPEND="${RDEPEND}" BDEPEND="