diff options
author | Akinori Hattori <hattya@gentoo.org> | 2024-02-11 15:45:24 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2024-02-11 15:55:40 +0900 |
commit | fa599032693ae4f145e109772f4d2f9193fc0d61 (patch) | |
tree | c15395e038dd6896c745445cb9ad4801ef86bc8a /app-text/po4a | |
parent | profiles/default/linux: remove firefox[clang] mask on musl profiles (diff) | |
download | gentoo-fa599032693ae4f145e109772f4d2f9193fc0d61.tar.gz gentoo-fa599032693ae4f145e109772f4d2f9193fc0d61.tar.bz2 gentoo-fa599032693ae4f145e109772f4d2f9193fc0d61.zip |
app-text/po4a: rename patch
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-text/po4a')
-rw-r--r-- | app-text/po4a/files/po4a-0.69-man.patch (renamed from app-text/po4a/files/po4a-man.patch) | 0 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.69.ebuild | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/po4a/files/po4a-man.patch b/app-text/po4a/files/po4a-0.69-man.patch index 02cedf7f1ade..02cedf7f1ade 100644 --- a/app-text/po4a/files/po4a-man.patch +++ b/app-text/po4a/files/po4a-0.69-man.patch diff --git a/app-text/po4a/po4a-0.69.ebuild b/app-text/po4a/po4a-0.69.ebuild index 626b80de85be..861b6d39cf95 100644 --- a/app-text/po4a/po4a-0.69.ebuild +++ b/app-text/po4a/po4a-0.69.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -38,7 +38,7 @@ BDEPEND="app-text/docbook-xml-dtd:4.1.2 virtual/latex-base )" -PATCHES=( "${FILESDIR}"/${PN}-man.patch ) +PATCHES=( "${FILESDIR}"/${P}-man.patch ) DIST_TEST="do" |