Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912235 - games-emulation/jgrf-1.0.2: Erroneous dependency
Summary: games-emulation/jgrf-1.0.2: Erroneous dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: orbea
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-08-13 17:14 UTC by orbea
Modified: 2023-08-29 06:10 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 orbea 2023-08-13 17:14:51 UTC
The ebuild specifies "dev-libs/openssl:0=[-bindist(-)]" in the DEPEND variable, but I believe the "[-bindist(-)]" portion is superfluous. The program only uses OpenSSL for the MD5 Message-Digest Algorithm (RFC 1321) functions.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2023-08-29 06:10:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e9942f30b00eecc5f3b7f3cf4036e051e50c6d

commit 90e9942f30b00eecc5f3b7f3cf4036e051e50c6d
Author:     orbea <orbea@riseup.net>
AuthorDate: 2023-08-09 15:14:28 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-08-29 06:08:43 +0000

    games-emulation/jgrf: remove erroneous dependency
    
    The dependency on dev-libs/openssl is only for the MD5 Message-Digest
    Algorithm (RFC 1321) functions.
    
    Closes: https://bugs.gentoo.org/912235
    Signed-off-by: orbea <orbea@riseup.net>
    Closes: https://github.com/gentoo/gentoo/pull/32233
    Signed-off-by: Sam James <sam@gentoo.org>

 games-emulation/jgrf/{jgrf-1.0.2.ebuild => jgrf-1.0.2-r1.ebuild} | 2 +-
 games-emulation/jgrf/jgrf-9999.ebuild                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)