Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e4rat/
Date: Fri, 02 Apr 2021 14:01:48
Message-Id: 1617372010.ffa26a36839b4bec9a7dc6b2625f9b1fa8c2406f.sam@gentoo
1 commit: ffa26a36839b4bec9a7dc6b2625f9b1fa8c2406f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 11:25:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 14:00:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa26a36
7
8 sys-fs/e4rat: fix DEPEND typo
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-fs/e4rat/e4rat-0.2.4_pre20141201-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-fs/e4rat/e4rat-0.2.4_pre20141201-r1.ebuild b/sys-fs/e4rat/e4rat-0.2.4_pre20141201-r1.ebuild
16 index 1c3294e79e8..1894e09017d 100644
17 --- a/sys-fs/e4rat/e4rat-0.2.4_pre20141201-r1.ebuild
18 +++ b/sys-fs/e4rat/e4rat-0.2.4_pre20141201-r1.ebuild
19 @@ -1,7 +1,8 @@
20 -# Copyright 1999-2018 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 +
26 inherit cmake-utils linux-info readme.gentoo-r1
27
28 DESCRIPTION="Toolset to accelerate the boot process and application startup"
29 @@ -12,7 +13,6 @@ SRC_URI="https://dev.gentoo.org/~pacho/${PN}/${PN}-0.2.4_pre20141201.tar.xz"
30 LICENSE="GPL-3"
31 SLOT="0"
32 KEYWORDS="amd64 x86"
33 -IUSE=""
34
35 RDEPEND="
36 dev-lang/perl:=
37 @@ -21,7 +21,7 @@ RDEPEND="
38 sys-process/audit[static-libs(+)]
39 sys-process/lsof
40 "
41 -DEPEND="${DEPEND}"
42 +DEPEND="${RDEPEND}"
43
44 CONFIG_CHECK="~AUDITSYSCALL"