diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 12:25:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-02 14:00:10 +0000 |
commit | ffa26a36839b4bec9a7dc6b2625f9b1fa8c2406f (patch) | |
tree | 7b8285a626bd81a1ec97410187a23bf8bb12a580 /sys-fs | |
parent | www-misc/mergelog: fix DEPEND typo (diff) | |
download | gentoo-ffa26a36839b4bec9a7dc6b2625f9b1fa8c2406f.tar.gz gentoo-ffa26a36839b4bec9a7dc6b2625f9b1fa8c2406f.tar.bz2 gentoo-ffa26a36839b4bec9a7dc6b2625f9b1fa8c2406f.zip |
sys-fs/e4rat: fix DEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/e4rat/e4rat-0.2.4_pre20141201-r1.ebuild | 6 |
1 files 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 1c3294e79e8a..1894e09017df 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" |