Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to update ebuilds forcibly (--force?) #33

Open
bor opened this issue Apr 27, 2016 · 0 comments
Open

Add option to update ebuilds forcibly (--force?) #33

bor opened this issue Apr 27, 2016 · 0 comments
Assignees
Milestone

Comments

@bor
Copy link
Collaborator

bor commented Apr 27, 2016

There are cases when we need to update all generated ebuilds.

  1. perl was updated, so corelist was changed, need to update deps, etc
  2. gentoo policy, for example min requiring for EAPI was updated (gentoo #523458)

New option: --force? --update-force? --force-update?

Workarounds:

source /etc/make.conf && rm -r $GCPAN_OVERLAY/perl-gcpan/* && g-cpan -gu `qlist -I perl-gcpan/ | sed 's|perl-gcpan/||'`
source /etc/make.conf && find $GCPAN_OVERLAY/perl-gcpan -name '*.ebuild' -exec rm '{}' + && g-cpan -gu
@bor bor added this to the v0.17 milestone Apr 27, 2016
@bor bor self-assigned this Apr 27, 2016
@bor bor changed the title add option to update ebuilds forcibly (--force?) Add option to update ebuilds forcibly (--force?) May 4, 2016
@bor bor modified the milestones: v0.18, v0.17 Sep 23, 2016
@thesamesam thesamesam modified the milestones: v0.18, v0.19 Jul 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants