diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-12-03 23:56:36 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-12-03 23:56:58 +0100 |
commit | a65233f50da7008599f764e8957d31809cdeb4c4 (patch) | |
tree | f073064002c9f25382f7f659324acefb9153166a /sys-block | |
parent | dev-python/pexpect: amd64 stable (diff) | |
download | gentoo-a65233f50da7008599f764e8957d31809cdeb4c4.tar.gz gentoo-a65233f50da7008599f764e8957d31809cdeb4c4.tar.bz2 gentoo-a65233f50da7008599f764e8957d31809cdeb4c4.zip |
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@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/parted/parted-3.3.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 \ |