diff options
author | Akinori Hattori <hattya@gentoo.org> | 2019-01-20 00:27:16 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2019-01-20 00:27:16 +0900 |
commit | 299c2af293818d6f0b8669ba8c0d6eb1be1b08b7 (patch) | |
tree | 79aaceae76c70103673637ff95c95103beb7273d /app-text/po4a/po4a-0.47-r1.ebuild | |
parent | app-shells/yash: new upstream release (diff) | |
download | gentoo-299c2af293818d6f0b8669ba8c0d6eb1be1b08b7.tar.gz gentoo-299c2af293818d6f0b8669ba8c0d6eb1be1b08b7.tar.bz2 gentoo-299c2af293818d6f0b8669ba8c0d6eb1be1b08b7.zip |
app-text/po4a: do not compress man pages
Closes: https://bugs.gentoo.org/675402
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-text/po4a/po4a-0.47-r1.ebuild')
-rw-r--r-- | app-text/po4a/po4a-0.47-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-text/po4a/po4a-0.47-r1.ebuild b/app-text/po4a/po4a-0.47-r1.ebuild index 94311ba3d578..dcf757c2f2b7 100644 --- a/app-text/po4a/po4a-0.47-r1.ebuild +++ b/app-text/po4a/po4a-0.47-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -37,8 +37,10 @@ DIST_TEST="do" PATCHES=( # Fix bad escaping of '.' in @INC modification - "${FILESDIR}/${PN}-0.45-614122-no-dot-inc.patch" + "${FILESDIR}"/${PN}-0.45-614122-no-dot-inc.patch + "${FILESDIR}"/${PN}-man.patch ) + src_prepare() { # Check against locale files in ${S}/pod/bin for mismatches # with languages listed in PLOCALES |