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 1FE871382C5 for ; Sat, 27 Jan 2018 09:02:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 527B2E0940; Sat, 27 Jan 2018 09:02:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 32BE5E0940 for ; Sat, 27 Jan 2018 09:02:39 +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 1D6BE335C36 for ; Sat, 27 Jan 2018 09:02:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21A561D2 for ; Sat, 27 Jan 2018 09:02:35 +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: <1517043741.54a88e52e8a08a7374da69f2164c556929443fdf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/thunar/thunar-1.7.0.ebuild X-VCS-Directories: xfce-base/thunar/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 54a88e52e8a08a7374da69f2164c556929443fdf X-VCS-Branch: master Date: Sat, 27 Jan 2018 09:02:35 +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: b6737f23-4fe5-463a-979a-7430f0752e70 X-Archives-Hash: 36f0fdb5bbe31dc6c8670c9032bbb419 commit: 54a88e52e8a08a7374da69f2164c556929443fdf Author: Michał Górny gentoo org> AuthorDate: Sat Jan 27 08:51:55 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 27 09:02:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a88e52 xfce-base/thunar: depend on exo-0.11+ for exo-2 Closes: https://bugs.gentoo.org/645762 xfce-base/thunar/thunar-1.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce-base/thunar/thunar-1.7.0.ebuild b/xfce-base/thunar/thunar-1.7.0.ebuild index d76ea4e85de..3d5de7d4844 100644 --- a/xfce-base/thunar/thunar-1.7.0.ebuild +++ b/xfce-base/thunar/thunar-1.7.0.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 @@ -20,7 +20,7 @@ COMMON_DEPEND=">=dev-lang/perl-5.6 >=dev-libs/glib-2.30:= >=x11-libs/gdk-pixbuf-2.14:= >=x11-libs/gtk+-3.20:3= - >=xfce-base/exo-0.10:= + >=xfce-base/exo-0.11:= >=xfce-base/libxfce4ui-4.12:= >=xfce-base/libxfce4util-4.12:= >=xfce-base/xfconf-4.12:=