Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-devhelp
Is there a way to use something like "inherit flag-o-matic" in
environment files inside /etc/portage/env? My specific need here is:
/etc/portage/env/media-libs/libcaca:
inherit flag-o-matic # Doesn't work
pre_pkg_setup() {
elog "env is removing -floop-block CFLAG"
filter-flags -floop-block
}
|
|