From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F189C139085 for ; Mon, 16 Jan 2017 18:45:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97B4B21C0F9; Mon, 16 Jan 2017 18:45:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FB6021C0F9 for ; Mon, 16 Jan 2017 18:45:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21406340988 for ; Mon, 16 Jan 2017 18:45:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDC4724EA for ; Mon, 16 Jan 2017 18:45:44 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1484592328.e1436622a1956097c818dfe9209aba8ef9b5a5c6.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gdk-pixbuf/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gdk-pixbuf/metadata.xml X-VCS-Directories: x11-libs/gdk-pixbuf/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e1436622a1956097c818dfe9209aba8ef9b5a5c6 X-VCS-Branch: master Date: Mon, 16 Jan 2017 18:45:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8b116314-525f-41e6-9384-f32fc903f6c4 X-Archives-Hash: 327a9cd36a0070528c09b10ea4e8bcd1 commit: e1436622a1956097c818dfe9209aba8ef9b5a5c6 Author: Mart Raudsepp gentoo org> AuthorDate: Mon Jan 16 18:23:11 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Jan 16 18:45:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1436622 x11-libs/gdk-pixbuf: Clarify what USE=X does in local description gdk_pixbuf_xlib is only useful for pure X11 applications, GTK+ does not use this. The goal is to get rid of the unnecessary USE deps on consumers, where it is indeed unnecessary, and then perhaps rename the USE flag from IUSE=X to IUSE=xlib or some such, so that it's not built by default on desktop profiles. Though w3m is a consumer and might be in default deptrees via xdg-utils Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-libs/gdk-pixbuf/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11-libs/gdk-pixbuf/metadata.xml b/x11-libs/gdk-pixbuf/metadata.xml index 3998080..6c6d2ea 100644 --- a/x11-libs/gdk-pixbuf/metadata.xml +++ b/x11-libs/gdk-pixbuf/metadata.xml @@ -5,4 +5,7 @@ gnome@gentoo.org Gentoo GNOME Desktop + + Build and install the legacy gdk_pixbuf_xlib-2.0 library +