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 5A5E1138334 for ; Fri, 6 Dec 2019 14:20:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F905E090E; Fri, 6 Dec 2019 14:20:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 71B0FE090E for ; Fri, 6 Dec 2019 14:20:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9445234D853 for ; Fri, 6 Dec 2019 14:20:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C011296E for ; Fri, 6 Dec 2019 14:20:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1575641999.9543f52d502bd51105e46c45f8dadedfb8d4a65a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/garcon/garcon-0.6.4-r1.ebuild xfce-base/garcon/garcon-0.6.4-r2.ebuild X-VCS-Directories: xfce-base/garcon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9543f52d502bd51105e46c45f8dadedfb8d4a65a X-VCS-Branch: master Date: Fri, 6 Dec 2019 14:20:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db9629ba-efe7-4d3b-9746-30ff6411d60e X-Archives-Hash: d6c387735bea6ce5ec965f799e615251 commit: 9543f52d502bd51105e46c45f8dadedfb8d4a65a Author: Michał Górny gentoo org> AuthorDate: Fri Dec 6 12:45:59 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 6 14:19:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9543f52d xfce-base/garcon: libxfce4ui-4.15 dropped gtk2, adjust defaults Disable gtk2 by default since libxfce4ui no longer provides it (and we apparently have no revdeps for it anymore). Adjust deps. Signed-off-by: Michał Górny gentoo.org> .../garcon/{garcon-0.6.4-r1.ebuild => garcon-0.6.4-r2.ebuild} | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/xfce-base/garcon/garcon-0.6.4-r1.ebuild b/xfce-base/garcon/garcon-0.6.4-r2.ebuild similarity index 85% rename from xfce-base/garcon/garcon-0.6.4-r1.ebuild rename to xfce-base/garcon/garcon-0.6.4-r2.ebuild index 8865cc2564f..27b82ec1fdf 100644 --- a/xfce-base/garcon/garcon-0.6.4-r1.ebuild +++ b/xfce-base/garcon/garcon-0.6.4-r2.ebuild @@ -10,13 +10,18 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="LGPL-2+ FDL-1.1+" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="+gtk2" +IUSE="-gtk2" RDEPEND=">=dev-libs/glib-2.30:= >=x11-libs/gtk+-3.20:3= - >=xfce-base/libxfce4ui-4.12:=[gtk2(+)?,gtk3(+)] >=xfce-base/libxfce4util-4.12:= - gtk2? ( >=x11-libs/gtk+-2.24:2= )" + gtk2? ( + >=x11-libs/gtk+-2.24:2= + =xfce-base/libxfce4ui-4.12:=[gtk3(+)] + )" DEPEND="${RDEPEND} dev-util/glib-utils dev-util/gtk-doc-am