diff options
author | 2020-11-01 03:00:15 -0800 | |
---|---|---|
committer | 2020-11-03 08:59:56 +0200 | |
commit | 89d99e98b804cbbe7a3a90cf7753aaf4cc72452d (patch) | |
tree | 64cd7f8cbb4fa8cac51fae88a2e751ac3b1344c0 /app-crypt/pius/pius-3.0.0-r1.ebuild | |
parent | sys-process/cronie: Fixed build with >=sys-devel/autoconf-2.70_beta1 (diff) | |
download | gentoo-89d99e98b804cbbe7a3a90cf7753aaf4cc72452d.tar.gz gentoo-89d99e98b804cbbe7a3a90cf7753aaf4cc72452d.tar.bz2 gentoo-89d99e98b804cbbe7a3a90cf7753aaf4cc72452d.zip |
app-crypt/pius: add patches that include git headers
Signed-off-by: Nicholas Meyer <nickaristocrates@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18104
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-crypt/pius/pius-3.0.0-r1.ebuild')
-rw-r--r-- | app-crypt/pius/pius-3.0.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/pius/pius-3.0.0-r1.ebuild b/app-crypt/pius/pius-3.0.0-r1.ebuild index 91fa4e0e911f..b370b3651829 100644 --- a/app-crypt/pius/pius-3.0.0-r1.ebuild +++ b/app-crypt/pius/pius-3.0.0-r1.ebuild @@ -23,10 +23,10 @@ RDEPEND="${DEPEND} dev-lang/perl" PATCHES=( - "${FILESDIR}/${P}_fix_typos.diff" - "${FILESDIR}/${P}_fix_keyring_mgr_constants.diff" - "${FILESDIR}/${P}_fix_readme_typo.diff" - "${FILESDIR}/${P}_fix_pius_report.diff" + "${FILESDIR}/${P}-Fix-typos-132.patch" + "${FILESDIR}/${P}-pius-keyring-mgr-Fix-constants-134.patch" + "${FILESDIR}/${P}-Fix-typo-in-readme-135.patch" + "${FILESDIR}/${P}-Minor-fixes-for-pius-report-137.patch" ) python_test() { |