Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Why is the introspection USE flag for glib being removed by emerge? (FIXED)
Date: Wed, 24 Aug 2011 18:00:59
Message-Id: yu9obzeu1to.fsf@nyu.edu
In Reply to: [gentoo-user] Why is the introspection USE flag for glib being removed by emerge? by Allan Gottlieb
1 On Wed, Aug 24 2011, Allan Gottlieb wrote:
2
3 > In package.use I have
4 >
5 > dev-libs/glib introspection
6 >
7 > However emerge is removing it.
8 >
9 > emerge --ignore-default-opts -pv =dev-libs/glib-9999::gnome
10 >
11 > [ebuild R *] dev-libs/glib-9999 USE="static-libs -debug -doc -fam (-introspection) (-selinux) -test -xattr" 0 kB [1]
12 >
13 > Can someone tell me why it is being removed and how to prevent the
14 > removal?
15
16 It was removed by the profile. The fix is to add
17
18 dev-libs/glib -introspection
19
20 to
21
22 /etc/portage/profile/package.use.mask
23
24 allan