From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1030786-garchives=archives.gentoo.org@lists.gentoo.org> 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 49BA0138335 for <garchives@archives.gentoo.org>; Sun, 17 Jun 2018 12:11:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23751E096E; Sun, 17 Jun 2018 12:11:24 +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 E070EE096F for <gentoo-commits@lists.gentoo.org>; Sun, 17 Jun 2018 12:11:23 +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 36340335C92 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Jun 2018 12:11:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7807F2DA for <gentoo-commits@lists.gentoo.org>; Sun, 17 Jun 2018 12:11:20 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1529237473.16f68994862b47117c77405cb3e1c80c487ea225.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild X-VCS-Directories: xfce-base/xfdesktop/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 16f68994862b47117c77405cb3e1c80c487ea225 X-VCS-Branch: master Date: Sun, 17 Jun 2018 12:11:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b2d4f42d-dfae-4a50-995e-de30931fca20 X-Archives-Hash: 07946ee976c9abcd53a3c5fe017aa7c5 commit: 16f68994862b47117c77405cb3e1c80c487ea225 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jun 17 11:58:51 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jun 17 12:11:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f68994 xfce-base/xfdesktop: Restrict thunar dep in older versions xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild | 2 +- xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild index b2a1a15735e..ddd5690a79a 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.12.4.ebuild @@ -29,7 +29,7 @@ RDEPEND=">=x11-libs/cairo-1.6:= libnotify? ( >=x11-libs/libnotify-0.7:= ) thunar? ( >=dev-libs/glib-2.38:= - >=xfce-base/thunar-1.6:=[dbus] + =xfce-base/thunar-1.6*:=[dbus] )" DEPEND="${RDEPEND} dev-util/intltool diff --git a/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild b/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild index b5ffb7e7d4b..9eb738e9029 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.13.1.ebuild @@ -28,7 +28,7 @@ RDEPEND=">=x11-libs/cairo-1.12:= libnotify? ( >=x11-libs/libnotify-0.7:= ) thunar? ( >=dev-libs/glib-2.38:= - >=xfce-base/thunar-1.6:=[dbus] + =xfce-base/thunar-1.6*:=[dbus] )" DEPEND="${RDEPEND} dev-util/intltool