Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714702 - rebar.eclass should have erlang subslot dependency
Summary: rebar.eclass should have erlang subslot dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amadeusz Żołnowski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-25 11:25 UTC by Hanno Böck
Modified: 2020-04-27 07:31 UTC (History)
2 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 Hanno Böck gentoo-dev 2020-03-25 11:25:34 UTC
Erlang rebar packages should be rebuilt after every major update.

Some packages already have a subslot dep, but this would make more sense to have directly in the rebar eclass. I.e.
RDEPEND="dev-lang/erlang"
should be changed to
RDEPEND="dev-lang/erlang:="

Then we could skip doing that in all rebar-based ebuilds.

aidecoe, you're listed as the maintainer of the rebar eclass. Do you agree to this change?
Comment 1 Amadeusz Żołnowski (RETIRED) gentoo-dev 2020-04-24 21:11:36 UTC
Thanks for looking into this. Yes, that makes. Also please feel free to change maintainer to yourself if you'd like to maintain rebar eclass.
Comment 2 Hanno Böck gentoo-dev 2020-04-25 08:02:14 UTC
As eclass changes should be proposed to -dev before committing I did that right now, will commit soon.
Comment 3 Larry the Git Cow gentoo-dev 2020-04-27 07:31:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7c08c43d1d5ea5bb54e45db3d6f5800d9cf544

commit 9f7c08c43d1d5ea5bb54e45db3d6f5800d9cf544
Author:     Hanno Böck <hanno@gentoo.org>
AuthorDate: 2020-04-27 07:30:05 +0000
Commit:     Hanno Böck <hanno@gentoo.org>
CommitDate: 2020-04-27 07:30:05 +0000

    rebar.eclass: rebuild on erlang updates with := dep
    
    Closes: https://bugs.gentoo.org/714702
    Signed-off-by: Hanno Böck <hanno@gentoo.org>

 eclass/rebar.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)