From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QwHFg-00061o-Ab for garchives@archives.gentoo.org; Wed, 24 Aug 2011 17:28:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE15121C155; Wed, 24 Aug 2011 17:28:22 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.49.97]) by pigeon.gentoo.org (Postfix) with ESMTP id 0CA8721C079 for ; Wed, 24 Aug 2011 17:27:30 +0000 (UTC) Received: from ajglap.localdomain (ool-182de1a5.dyn.optonline.net [24.45.225.165]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id p7OHRUrp002292 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 24 Aug 2011 13:27:30 -0400 (EDT) Received: by ajglap.localdomain (Postfix, from userid 1502) id 53C8170076; Wed, 24 Aug 2011 13:28:07 -0400 (EDT) From: Allan Gottlieb To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Why is the introspection USE flag for glib being removed by emerge? Date: Wed, 24 Aug 2011 13:28:07 -0400 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archives-Salt: X-Archives-Hash: 14c52883d3840be4b5fec605951642c0 In package.use I have dev-libs/glib introspection However emerge is removing it. emerge --ignore-default-opts -pv =dev-libs/glib-9999::gnome [ebuild R *] dev-libs/glib-9999 USE="static-libs -debug -doc -fam (-introspection) (-selinux) -test -xattr" 0 kB [1] Can someone tell me why it is being removed and how to prevent the removal? thanks, allan PS This lack of introspection on glib is causing my update world to fail. I have the gnome overlay installed (for gnome3). PPS The glib-9999 ebuild (from the gnome overlay) is # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" PYTHON_DEPEND="2" inherit autotools gnome.org libtool eutils flag-o-matic pax-utils python virtualx if [[ ${PV} = 9999 ]]; then inherit gnome2-live fi DESCRIPTION="The GLib library of C routines" HOMEPAGE="http://www.gtk.org/" SRC_URI="${SRC_URI} http://pkgconfig.freedesktop.org/releases/pkg-config-0.26.tar.gz" # pkg.m4 for eautoreconf LICENSE="LGPL-2" SLOT="2" IUSE="debug doc fam +introspection selinux +static-libs test xattr" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" fi RDEPEND="virtual/libiconv sys-libs/zlib xattr? ( sys-apps/attr ) fam? ( virtual/fam )" DEPEND="${RDEPEND} >=sys-devel/gettext-0.11 >=dev-util/gtk-doc-am-1.13 doc? ( >=dev-libs/libxslt-1.0 >=dev-util/gtk-doc-1.13 ~app-text/docbook-xml-dtd-4.1.2 ) test? ( dev-util/pkgconfig >=sys-apps/dbus-1.2.14 )" PDEPEND="introspection? ( dev-libs/gobject-introspection ) !