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 C3DEC138336 for ; Thu, 22 Aug 2019 11:15:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFE7FE0964; Thu, 22 Aug 2019 11:15:29 +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 C68D4E0964 for ; Thu, 22 Aug 2019 11:15:29 +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 BA69B349CD4 for ; Thu, 22 Aug 2019 11:15:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12DDA218 for ; Thu, 22 Aug 2019 11:15:26 +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: <1566472454.72c278805cc966ebdaad9bc8d278306e03910832.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-places-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.7.0-r1.ebuild X-VCS-Directories: xfce-extra/xfce4-places-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 72c278805cc966ebdaad9bc8d278306e03910832 X-VCS-Branch: master Date: Thu, 22 Aug 2019 11:15:26 +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: 4bf28e54-c49b-45df-9d9e-1e96c65ac106 X-Archives-Hash: b5a5aa23c5dcce3d4121ec62bae0d8cf commit: 72c278805cc966ebdaad9bc8d278306e03910832 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 22 10:02:32 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 22 11:14:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c27880 xfce-extra/xfce4-places-plugin: Require xfce-base/exo[gtk2] Closes: https://bugs.gentoo.org/692564 Signed-off-by: Michał Górny gentoo.org> xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.7.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.7.0-r1.ebuild b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.7.0-r1.ebuild index b4a80f3dddb..9b5866d107c 100644 --- a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.7.0-r1.ebuild +++ b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.7.0-r1.ebuild @@ -15,7 +15,7 @@ IUSE="libnotify" RDEPEND=">=dev-libs/glib-2.28:2 >=x11-libs/gtk+-2.20:2 x11-libs/libX11:= - >=xfce-base/exo-0.6:= + >=xfce-base/exo-0.6:=[gtk2(+)] >=xfce-base/libxfce4ui-4.8:= >=xfce-base/libxfce4util-4.8:= >=xfce-base/xfce4-panel-4.8:=