diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-07-15 23:01:20 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-07-15 23:01:53 -0500 |
commit | 2f412723ac949c643630719a48d3adca91ea117e (patch) | |
tree | df4736f0e098527d7ad6624d8a1f633b565a5be7 /app-admin | |
parent | sys-fs/duperemove: Bump to 0.12 (diff) | |
download | gentoo-2f412723ac949c643630719a48d3adca91ea117e.tar.gz gentoo-2f412723ac949c643630719a48d3adca91ea117e.tar.bz2 gentoo-2f412723ac949c643630719a48d3adca91ea117e.zip |
app-admin/augeas: fix patching / build error
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/augeas/augeas-1.14.1.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app-admin/augeas/augeas-1.14.1.ebuild b/app-admin/augeas/augeas-1.14.1.ebuild index a8fbc7adbc26..c40e5aba18cf 100644 --- a/app-admin/augeas/augeas-1.14.1.ebuild +++ b/app-admin/augeas/augeas-1.14.1.ebuild @@ -25,10 +25,6 @@ BDEPEND=" test? ( dev-lang/ruby ) " -PATCHES=( - "${FILESDIR}"/${PN}-1.14.0-musl-strerror_r.patch -) - src_prepare() { default eautoreconf |