diff options
author | 2023-01-22 10:40:07 +0100 | |
---|---|---|
committer | 2023-05-20 10:21:43 +0100 | |
commit | 62b03d557b9efb99e9d62def09e4591845f221e6 (patch) | |
tree | 6478b7ed248c43a9c840a2536a7eed512551799c /net-libs | |
parent | dev-ruby/ffi-compiler: add 1.2.0 (diff) | |
download | gentoo-62b03d557b9efb99e9d62def09e4591845f221e6.tar.gz gentoo-62b03d557b9efb99e9d62def09e4591845f221e6.tar.bz2 gentoo-62b03d557b9efb99e9d62def09e4591845f221e6.zip |
net-libs/nativebiginteger: remove useless PATCHES
That array pointing to no existing files would cause src_prepare() fail
once java-utils-2.eclass adds default src_prepare.
Closes: https://bugs.gentoo.org/891671
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Valérian Rousset <tharvik@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nativebiginteger/nativebiginteger-1.6.1.ebuild | 6 | ||||
-rw-r--r-- | net-libs/nativebiginteger/nativebiginteger-1.7.0.ebuild | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/net-libs/nativebiginteger/nativebiginteger-1.6.1.ebuild b/net-libs/nativebiginteger/nativebiginteger-1.6.1.ebuild index 7832660291bb..2a18973b1659 100644 --- a/net-libs/nativebiginteger/nativebiginteger-1.6.1.ebuild +++ b/net-libs/nativebiginteger/nativebiginteger-1.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2022 Gentoo Authors +# Copyright 2018-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,10 +23,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/i2p-${PV}/core" -PATCHES=( - "${FILESDIR}/${P}-asmfix.patch" -) - src_compile() { local compile_lib compile_lib() { diff --git a/net-libs/nativebiginteger/nativebiginteger-1.7.0.ebuild b/net-libs/nativebiginteger/nativebiginteger-1.7.0.ebuild index e378a42d990f..18089ee37a77 100644 --- a/net-libs/nativebiginteger/nativebiginteger-1.7.0.ebuild +++ b/net-libs/nativebiginteger/nativebiginteger-1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2022 Gentoo Authors +# Copyright 2018-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,10 +23,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/i2p-${PV}/core" -PATCHES=( - "${FILESDIR}/${P}-asmfix.patch" -) - src_compile() { local compile_lib compile_lib() { |