Summary: | Negative packages with emerge ... See details | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mike Baikov <rusxakep> |
Component: | [OLD] Development | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED DUPLICATE | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Mike Baikov
2005-04-04 01:46:49 UTC
emerge $(emerge world -ep --columns | awk '{print $4}' | egrep -v '/(glibc|gcc)$') Not simple :) But this work. Thanks. Forget about it root@mike ~ # emerge $(emerge world -ep --columns | awk '{print $4}' | egrep -v '/(tetex)$') Calculating dependencies emerge: there are no ebuilds to satisfy "packages". root@mike ~ # Hmmm ... These are the packages that I would merge, in order: Calculating world dependencies ...done! .... Throw a 'grep ebuild' in there as well. I'll be adding functionality at some stage to defer builds. dup of 16342? |