diff options
author | 2022-04-05 04:42:37 +0100 | |
---|---|---|
committer | 2022-04-05 04:42:56 +0100 | |
commit | fc46593ebca08e5c2489e5cb464ca9fc8322ddd5 (patch) | |
tree | 063bff883208934f2f725c5b62e297a89947ec57 /sys-fs/extundelete/extundelete-0.2.4-r2.ebuild | |
parent | sys-fs/extundelete: style tweaks (diff) | |
download | gentoo-fc46593ebca08e5c2489e5cb464ca9fc8322ddd5.tar.gz gentoo-fc46593ebca08e5c2489e5cb464ca9fc8322ddd5.tar.bz2 gentoo-fc46593ebca08e5c2489e5cb464ca9fc8322ddd5.zip |
sys-fs/extundelete: apply clang patch in ~arch
Just in case, given while it _shouldn't_ make a runtime difference,
it could.
Bug: https://bugs.gentoo.org/732284
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/extundelete/extundelete-0.2.4-r2.ebuild')
-rw-r--r-- | sys-fs/extundelete/extundelete-0.2.4-r2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-fs/extundelete/extundelete-0.2.4-r2.ebuild b/sys-fs/extundelete/extundelete-0.2.4-r2.ebuild new file mode 100644 index 000000000000..f1ca8f9e938d --- /dev/null +++ b/sys-fs/extundelete/extundelete-0.2.4-r2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A utility to undelete files from an ext3 or ext4 partition" +HOMEPAGE="https://extundelete.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~sparc ~x86" + +RDEPEND="sys-fs/e2fsprogs" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}/${P}-e2fsprogs.patch" + "${FILESDIR}/${P}-clang.patch" +) |