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 34F5E138334 for ; Thu, 22 Aug 2019 12:32:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E03DE099C; Thu, 22 Aug 2019 12:31:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E9834E099B for ; Thu, 22 Aug 2019 12:31:58 +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 7B26334A0B6 for ; Thu, 22 Aug 2019 12:31:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B1FC622 for ; Thu, 22 Aug 2019 12:31:55 +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: <1566477089.32279e07a2a847d78e6612da3255ceed01ecdc9c.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.2-r1.ebuild xfce-base/garcon/garcon-0.6.2.ebuild xfce-base/garcon/garcon-0.6.3.ebuild xfce-base/garcon/garcon-0.6.4-r1.ebuild xfce-base/garcon/garcon-0.6.4.ebuild X-VCS-Directories: xfce-base/garcon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 32279e07a2a847d78e6612da3255ceed01ecdc9c X-VCS-Branch: master Date: Thu, 22 Aug 2019 12:31:55 +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: e68c112d-c54c-410c-9e25-240a00700606 X-Archives-Hash: eb1f8ecb662290d6ffd5bedb6a30d69c commit: 32279e07a2a847d78e6612da3255ceed01ecdc9c Author: Michał Górny gentoo org> AuthorDate: Thu Aug 22 11:27:04 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 22 12:31:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32279e07 xfce-base/garcon: Require matching GTK+2 support in libxfce4ui Signed-off-by: Michał Górny gentoo.org> xfce-base/garcon/{garcon-0.6.2.ebuild => garcon-0.6.2-r1.ebuild} | 2 +- xfce-base/garcon/garcon-0.6.3.ebuild | 2 +- xfce-base/garcon/{garcon-0.6.4.ebuild => garcon-0.6.4-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xfce-base/garcon/garcon-0.6.2.ebuild b/xfce-base/garcon/garcon-0.6.2-r1.ebuild similarity index 95% rename from xfce-base/garcon/garcon-0.6.2.ebuild rename to xfce-base/garcon/garcon-0.6.2-r1.ebuild index 821f2c9ab0c..8e06a95f127 100644 --- a/xfce-base/garcon/garcon-0.6.2.ebuild +++ b/xfce-base/garcon/garcon-0.6.2-r1.ebuild @@ -15,7 +15,7 @@ IUSE="+gtk2" RDEPEND=">=dev-libs/glib-2.30:= gtk2? ( >=x11-libs/gtk+-2.24:2= ) >=x11-libs/gtk+-3.20:3= - >=xfce-base/libxfce4ui-4.12:=[gtk3(+)] + >=xfce-base/libxfce4ui-4.12:=[gtk2(+)?,gtk3(+)] >=xfce-base/libxfce4util-4.12:=" DEPEND="${RDEPEND} dev-util/glib-utils diff --git a/xfce-base/garcon/garcon-0.6.3.ebuild b/xfce-base/garcon/garcon-0.6.3.ebuild index b4bb94d0b25..b599fc989cd 100644 --- a/xfce-base/garcon/garcon-0.6.3.ebuild +++ b/xfce-base/garcon/garcon-0.6.3.ebuild @@ -15,7 +15,7 @@ IUSE="+gtk2" RDEPEND=">=dev-libs/glib-2.30:= gtk2? ( >=x11-libs/gtk+-2.24:2= ) >=x11-libs/gtk+-3.20:3= - >=xfce-base/libxfce4ui-4.12:=[gtk3(+)] + >=xfce-base/libxfce4ui-4.12:=[gtk2(+)?,gtk3(+)] >=xfce-base/libxfce4util-4.12:=" DEPEND="${RDEPEND} dev-util/glib-utils diff --git a/xfce-base/garcon/garcon-0.6.4.ebuild b/xfce-base/garcon/garcon-0.6.4-r1.ebuild similarity index 95% rename from xfce-base/garcon/garcon-0.6.4.ebuild rename to xfce-base/garcon/garcon-0.6.4-r1.ebuild index b4bb94d0b25..b599fc989cd 100644 --- a/xfce-base/garcon/garcon-0.6.4.ebuild +++ b/xfce-base/garcon/garcon-0.6.4-r1.ebuild @@ -15,7 +15,7 @@ IUSE="+gtk2" RDEPEND=">=dev-libs/glib-2.30:= gtk2? ( >=x11-libs/gtk+-2.24:2= ) >=x11-libs/gtk+-3.20:3= - >=xfce-base/libxfce4ui-4.12:=[gtk3(+)] + >=xfce-base/libxfce4ui-4.12:=[gtk2(+)?,gtk3(+)] >=xfce-base/libxfce4util-4.12:=" DEPEND="${RDEPEND} dev-util/glib-utils