commit: ffa26a36839b4bec9a7dc6b2625f9b1fa8c2406f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 2 11:25:17 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 2 14:00:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa26a36
sys-fs/e4rat: fix DEPEND typo Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/e4rat/e4rat-0.2.4_pre20141201-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/e4rat/e4rat-0.2.4_pre20141201-r1.ebuild b/sys-fs/e4rat/e4rat-0.2.4_pre20141201-r1.ebuild index 1c3294e79e8..1894e09017d 100644 --- a/sys-fs/e4rat/e4rat-0.2.4_pre20141201-r1.ebuild +++ b/sys-fs/e4rat/e4rat-0.2.4_pre20141201-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 + inherit cmake-utils linux-info readme.gentoo-r1 DESCRIPTION="Toolset to accelerate the boot process and application startup" @@ -12,7 +13,6 @@ SRC_URI="https://dev.gentoo.org/~pacho/${PN}/${PN}-0.2.4_pre20141201.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND=" dev-lang/perl:= @@ -21,7 +21,7 @@ RDEPEND=" sys-process/audit[static-libs(+)] sys-process/lsof " -DEPEND="${DEPEND}" +DEPEND="${RDEPEND}" CONFIG_CHECK="~AUDITSYSCALL"
