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 7120A138330 for ; Tue, 9 Jan 2018 02:02:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9636E09DF; Tue, 9 Jan 2018 02:00:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE534E09E2 for ; Tue, 9 Jan 2018 02:00:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 651063411FF for ; Mon, 8 Jan 2018 18:54:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F12FE151 for ; Mon, 8 Jan 2018 18:54:48 +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: <1515437640.ea82df78be457f6edf44c565de6310a676a60092.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild X-VCS-Directories: x11-terms/gnome-terminal/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ea82df78be457f6edf44c565de6310a676a60092 X-VCS-Branch: master Date: Mon, 8 Jan 2018 18:54:48 +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: b40e757a-e2a7-4c68-9866-bb738acaa56c X-Archives-Hash: f73710b32b27d0f6d17fdab42d022d19 commit: ea82df78be457f6edf44c565de6310a676a60092 Author: Mart Raudsepp gentoo org> AuthorDate: Mon Jan 8 18:49:45 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Jan 8 18:54:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea82df78 x11-terms/gnome-terminal: remove some unnecessary USE requirements on dependencies dev-libs/glib[dbus] just pulls in dconf at runtime, but we already have that dependency here explicitly ourselves; no need to force a rebuild of glib just for that then. gtk+[X] is not required and a build against a pure-wayland gtk+ should work just fine. The problem is that it won't grow X11 support after gtk+ is rebuilt with USE=X and gnome-terminal not rebuilt. But it'll work fine, just have some X11 specific extra cases or features disabled. Or it will break if USE=X is initially there on gtk+, but later removed. This is a global issue in gtk+[X,wayland] handling and we shouldn't disallow pure wayland gnome-terminal builds in the meantime. Bug 624960 tracks the global concerns. Package-Manager: Portage-2.3.19, Repoman-2.3.6 x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild index 0a7b6da0999..934e903908d 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -16,11 +16,11 @@ SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~leio/distfiles/gnome-ter KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" -# FIXME: automagic dependency on gtk+[X], just transitive but needs proper control +# FIXME: automagic dependency on gtk+[X], just transitive but needs proper control, bug 624960 # Needed vte in 3.24.2 is 0.48.2, but we add desktop notification patches in 0.48.3 that non-vanilla needs RDEPEND=" - >=dev-libs/glib-2.42:2[dbus] - >=x11-libs/gtk+-3.20:3[X] + >=dev-libs/glib-2.42:2 + >=x11-libs/gtk+-3.20:3 >=x11-libs/vte-0.48.3:2.91[!vanilla?] >=dev-libs/libpcre2-10 >=gnome-base/dconf-0.14