diff options
author | Sam James <sam@gentoo.org> | 2022-10-13 20:55:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-13 20:55:51 +0100 |
commit | 8f806f078a5373d5be0af5a6ad6be23b7a851745 (patch) | |
tree | 3274b36536c473e32112423850e8a5b14b956f90 /www-client | |
parent | www-client/elinks: fix build w/ USE=-mouse (diff) | |
download | gentoo-8f806f078a5373d5be0af5a6ad6be23b7a851745.tar.gz gentoo-8f806f078a5373d5be0af5a6ad6be23b7a851745.tar.bz2 gentoo-8f806f078a5373d5be0af5a6ad6be23b7a851745.zip |
www-client/elinks: rename old parallel-make patch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/elinks/elinks-0.13.5-r100.ebuild | 4 | ||||
-rw-r--r-- | www-client/elinks/files/elinks-0.13.5-parallel-make.patch (renamed from www-client/elinks/files/elinks-9999-parallel-make.patch) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/elinks/elinks-0.13.5-r100.ebuild b/www-client/elinks/elinks-0.13.5-r100.ebuild index b4dfb74b0dae..a3b49623550e 100644 --- a/www-client/elinks/elinks-0.13.5-r100.ebuild +++ b/www-client/elinks/elinks-0.13.5-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -49,7 +49,7 @@ DEPEND="${RDEPEND} ${PYTHON_DEPS}" PATCHES=( - "${FILESDIR}"/${PN}-9999-parallel-make.patch + "${FILESDIR}"/${P}-parallel-make.patch ) src_prepare() { diff --git a/www-client/elinks/files/elinks-9999-parallel-make.patch b/www-client/elinks/files/elinks-0.13.5-parallel-make.patch index 86aea5588a2f..86aea5588a2f 100644 --- a/www-client/elinks/files/elinks-9999-parallel-make.patch +++ b/www-client/elinks/files/elinks-0.13.5-parallel-make.patch |