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 1QfFWK-00068a-Q5 for garchives@archives.gentoo.org; Fri, 08 Jul 2011 18:11:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 152B921C0B3 for ; Fri, 8 Jul 2011 18:11:19 +0000 (UTC) Received: from smtpout.karoo.kcom.com (smtpout.karoo.kcom.com [212.50.160.34]) by pigeon.gentoo.org (Postfix) with ESMTP id 81CB121C025 for ; Fri, 8 Jul 2011 17:39:09 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.65,499,1304290800"; d="scan'208";a="785524804" Received: from 213-152-39-90.dsl.eclipse.net.uk (HELO compaq.stroller.uk.eu.org) ([213.152.39.90]) by smtpout.karoo.kcom.com with ESMTP; 08 Jul 2011 18:39:08 +0100 Received: from [192.168.1.102] (unknown [192.168.1.102]) by compaq.stroller.uk.eu.org (Postfix) with ESMTP id 85AC2AA3A1 for ; Fri, 8 Jul 2011 18:33:08 +0100 (BST) Content-Type: text/plain; charset=us-ascii 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 (Apple Message framework v1244.3) Subject: Re: [gentoo-user] Is Gentoo wiping out Gtk 2 support from packages that support it? From: Stroller In-Reply-To: <1562264.5oy8gnuzIK@nazgul> Date: Fri, 8 Jul 2011 18:39:04 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1310130876.229332.5.camel@localhost.localdomain> <1562264.5oy8gnuzIK@nazgul> To: gentoo-user@lists.gentoo.org X-Mailer: Apple Mail (2.1244.3) X-Archives-Salt: X-Archives-Hash: 65b8867d4888b4952dd149a464f38c5f On 8 July 2011, at 16:19, Alan McKinnon wrote: > ... > easy. >=20 > Two USE flags: gtk2 and gtk3 >=20 > in ebuild: >=20 > DEPEND=3D" > gtk2? (x11-libs/gtk+:2) > gtk3? (x11-libs/gtk+:3) > " >=20 > in src-configure() write the code such that it establishes a=20 > precedence >=20 > If both flags are set, build against gtk+:3 > If only one flag is set, build against that toolkit > If no flags are set, do something appropriate. This is the way it was done for gtk vs. gtk2, but the bug has been = updated since I first read it (over 24 hours ago) and apparently the = Gnome team don't want the two separate flags in the future. I'm not really a gtk or Gnome (or X11) user, so I don't really know, but = the two separate flags did strike me as a bit of an ugly / clumsy way of = doing things.=