diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-08-10 22:55:19 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-08-10 22:55:43 +0900 |
commit | ab29961ebcab9b588a74b46bd0f0d6f0b97aea1a (patch) | |
tree | 884a88e8f7164e264411118054b8272ba6b5134b /app-text | |
parent | media-sound/cadence: amd64 stable wrt bug #736348 (diff) | |
download | gentoo-ab29961ebcab9b588a74b46bd0f0d6f0b97aea1a.tar.gz gentoo-ab29961ebcab9b588a74b46bd0f0d6f0b97aea1a.tar.bz2 gentoo-ab29961ebcab9b588a74b46bd0f0d6f0b97aea1a.zip |
app-text/po4a: fix prepare
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/po4a/po4a-0.61.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/po4a/po4a-0.61.ebuild b/app-text/po4a/po4a-0.61.ebuild index 8807618f22d5..f17215b23e4a 100644 --- a/app-text/po4a/po4a-0.61.ebuild +++ b/app-text/po4a/po4a-0.61.ebuild @@ -35,7 +35,7 @@ DEPEND="${RDEPEND} virtual/latex-base )" -PATCHES=( "${FILESDIR}"/${P}-man.patch ) +PATCHES=( "${FILESDIR}"/${PN}-0.60-man.patch ) DIST_TEST="do" |