Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 776736 - dev-java/jflex-1.6.1-r1 erroneously calls eapply_user with argument
Summary: dev-java/jflex-1.6.1-r1 erroneously calls eapply_user with argument
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-03-16 18:20 UTC by Paul Zander
Modified: 2021-03-16 20:24 UTC (History)
3 users (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 Paul Zander 2021-03-16 18:20:37 UTC
This changed from eapply to eapply_user with the bump to -r1.

eapply_user doesn't take arguments and also doesn't apply the patch.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2021-03-16 20:19:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c3d0633e401244cabe56e285da172418accec0d

commit 0c3d0633e401244cabe56e285da172418accec0d
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2021-03-16 16:03:29 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-16 20:19:39 +0000

    dev-java/jflex: fix regression (circular dep)
    
    Closes: https://bugs.gentoo.org/776736
    
    Previous commit introduced circular dependency
    ( DEPEND="dev-java/javacup:0 )
    
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/19955
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-java/jflex/jflex-1.6.1-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2021-03-16 20:24:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25823c6707322204bce2e413010e2429642ffb3b

commit 25823c6707322204bce2e413010e2429642ffb3b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-16 20:24:08 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-16 20:24:08 +0000

    dev-java/jflex: call eapply_user
    
    Closes: https://bugs.gentoo.org/776736
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-java/jflex/jflex-1.6.1-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)