Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 891671

Summary: net-libs/nativebiginteger: useless PATCHES array
Product: Gentoo Linux Reporter: Volkmar W. Pogatzki <gentoo>
Component: Current packagesAssignee: tharvik
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/29290
Whiteboard:
Package list:
Runtime testing required: ---

Description Volkmar W. Pogatzki 2023-01-22 09:27:30 UTC
There is no such patch:

PATCHES=(
	"${FILESDIR}/${P}-asmfix.patch"
)
Comment 1 Larry the Git Cow gentoo-dev 2023-05-20 09:28:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b03d557b9efb99e9d62def09e4591845f221e6

commit 62b03d557b9efb99e9d62def09e4591845f221e6
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2023-01-22 09:40:07 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-05-20 09:21:43 +0000

    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>

 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(-)