commit: a65233f50da7008599f764e8957d31809cdeb4c4 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Tue Dec 3 22:56:36 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Tue Dec 3 22:56:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65233f5
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 <jer <AT> gentoo.org> sys-block/parted/parted-3.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-block/parted/parted-3.3.ebuild b/sys-block/parted/parted-3.3.ebuild index aa855d377c1..1945a756254 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 \
