commit: b1824b4549b032604cb513558de58d222cf81f92 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu May 22 15:40:16 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu May 22 15:42:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1824b45
sys-apps/systemd-readahead: Fix VariableOrderWrong warning Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> 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 cd16340fff6b..6659e632cfed 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="
