Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 891671 - net-libs/nativebiginteger: useless PATCHES array
Summary: net-libs/nativebiginteger: useless PATCHES array
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: tharvik
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-01-22 09:27 UTC by Volkmar W. Pogatzki
Modified: 2023-05-20 09:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)