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 <gentoo-commits+bounces-440739-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1SAR3J-0001uA-NR
	for garchives@archives.gentoo.org; Wed, 21 Mar 2012 19:18:33 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7E65BE0958;
	Wed, 21 Mar 2012 19:18:21 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 5160EE0958
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Mar 2012 19:18:21 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 991461B4005
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Mar 2012 19:18:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 3DAE9E5403
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Mar 2012 19:18:19 +0000 (UTC)
From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" <tetromino@gmail.com>
Message-ID: <1332356430.c1d75def95b4ade25aecc59581d8911368e1e08a.tetromino@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/glib/
X-VCS-Repository: proj/gnome
X-VCS-Files: dev-libs/glib/glib-2.31.22.ebuild dev-libs/glib/glib-9999.ebuild
X-VCS-Directories: dev-libs/glib/
X-VCS-Committer: tetromino
X-VCS-Committer-Name: Alexandre Restovtsev
X-VCS-Revision: c1d75def95b4ade25aecc59581d8911368e1e08a
X-VCS-Branch: master
Date: Wed, 21 Mar 2012 19:18:19 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: fa65eddf-836e-432c-bd12-3ce64bdecd15
X-Archives-Hash: 2001b3babd3e4fb9fd9fdc89ad63d30d

commit:     c1d75def95b4ade25aecc59581d8911368e1e08a
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 19:00:30 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Mar 21 19:00:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3Dc1d75def

dev-libs/glib: do not enable static-libs by default

With respect to bug #380067, #409055, and the recent IRC discussion
in #gentoo-desktop.

---
 dev-libs/glib/glib-2.31.22.ebuild |    2 +-
 dev-libs/glib/glib-9999.ebuild    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/glib/glib-2.31.22.ebuild b/dev-libs/glib/glib-2.31.=
22.ebuild
index 043de11..503fbf6 100644
--- a/dev-libs/glib/glib-2.31.22.ebuild
+++ b/dev-libs/glib/glib-2.31.22.ebuild
@@ -18,7 +18,7 @@ SRC_URI=3D"${SRC_URI}
=20
 LICENSE=3D"LGPL-2"
 SLOT=3D"2"
-IUSE=3D"debug doc fam selinux +static-libs systemtap test utils xattr"
+IUSE=3D"debug doc fam selinux static-libs systemtap test utils xattr"
 if [[ ${PV} =3D 9999 ]]; then
 	KEYWORDS=3D""
 else

diff --git a/dev-libs/glib/glib-9999.ebuild b/dev-libs/glib/glib-9999.ebu=
ild
index 4886d7b..bac4308 100644
--- a/dev-libs/glib/glib-9999.ebuild
+++ b/dev-libs/glib/glib-9999.ebuild
@@ -18,7 +18,7 @@ SRC_URI=3D"${SRC_URI}
=20
 LICENSE=3D"LGPL-2"
 SLOT=3D"2"
-IUSE=3D"debug doc fam selinux +static-libs systemtap test utils xattr"
+IUSE=3D"debug doc fam selinux static-libs systemtap test utils xattr"
 if [[ ${PV} =3D 9999 ]]; then
 	KEYWORDS=3D""
 else