commit:     62b03d557b9efb99e9d62def09e4591845f221e6
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sun Jan 22 09:40:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 20 09:21:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b03d55

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 <AT> pogatzki.net>
Signed-off-by: Valérian Rousset <tharvik <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/nativebiginteger/nativebiginteger-1.6.1.ebuild | 6 +-----
 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() {

Reply via email to