From a65233f50da7008599f764e8957d31809cdeb4c4 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 3 Dec 2019 23:56:36 +0100 Subject: sys-block/parted: touch doc/pt_BR/Makefile.in Package-Manager: Portage-2.3.80, Repoman-2.3.19 Bug: https://bugs.gentoo.org/697680 Signed-off-by: Jeroen Roovers --- sys-block/parted/parted-3.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys-block') diff --git a/sys-block/parted/parted-3.3.ebuild b/sys-block/parted/parted-3.3.ebuild index aa855d377c10..1945a7562545 100644 --- a/sys-block/parted/parted-3.3.ebuild +++ b/sys-block/parted/parted-3.3.ebuild @@ -33,6 +33,11 @@ PATCHES=( "${FILESDIR}"/${PN}-3.2-po4a-mandir.patch ) +src_prepare() { + default + touch doc/pt_BR/Makefile.in || die +} + src_configure() { use elibc_uclibc && append-libs -liconv econf \ -- cgit v1.2.3-65-gdbad