Gentoo Archives: gentoo-devhelp

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-devhelp@l.g.o
Subject: [gentoo-devhelp] "inherit" statement in /etc/portage/env
Date: Mon, 16 Nov 2009 06:35:25
Message-Id: hdqrq2$mu2$1@ger.gmane.org
1 Is there a way to use something like "inherit flag-o-matic" in
2 environment files inside /etc/portage/env? My specific need here is:
3
4 /etc/portage/env/media-libs/libcaca:
5 inherit flag-o-matic # Doesn't work
6 pre_pkg_setup() {
7 elog "env is removing -floop-block CFLAG"
8 filter-flags -floop-block
9 }