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 7D2B1138334 for ; Thu, 22 Aug 2019 12:32:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84D0DE09A6; Thu, 22 Aug 2019 12:32:00 +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 695C1E09A6 for ; Thu, 22 Aug 2019 12:32:00 +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 6D85634A115 for ; Thu, 22 Aug 2019 12:31:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE2BF776 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: <1566477097.86f77aa663174f1a8fa68119435558e65831a408.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-volman/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/thunar-volman/thunar-volman-0.8.1-r1.ebuild xfce-extra/thunar-volman/thunar-volman-0.8.1-r2.ebuild X-VCS-Directories: xfce-extra/thunar-volman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 86f77aa663174f1a8fa68119435558e65831a408 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: a105e9e5-60c6-40ab-bcda-c2d92d8ff716 X-Archives-Hash: f6829b8b9eef2fb18f12a0e6de593600 commit: 86f77aa663174f1a8fa68119435558e65831a408 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 22 11:36:43 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 22 12:31:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f77aa6 xfce-extra/thunar-volman: Require GTK+2 libxfce4ui Signed-off-by: Michał Górny gentoo.org> .../{thunar-volman-0.8.1-r1.ebuild => thunar-volman-0.8.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-extra/thunar-volman/thunar-volman-0.8.1-r1.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.8.1-r2.ebuild similarity index 96% rename from xfce-extra/thunar-volman/thunar-volman-0.8.1-r1.ebuild rename to xfce-extra/thunar-volman/thunar-volman-0.8.1-r2.ebuild index e7c2d621a29..c1006380dbe 100644 --- a/xfce-extra/thunar-volman/thunar-volman-0.8.1-r1.ebuild +++ b/xfce-extra/thunar-volman/thunar-volman-0.8.1-r2.ebuild @@ -18,7 +18,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.30 virtual/libgudev:= >=x11-libs/gtk+-2.24:2 >=xfce-base/exo-0.10 - >=xfce-base/libxfce4ui-4.10 + >=xfce-base/libxfce4ui-4.10[gtk2(+)] >=xfce-base/libxfce4util-4.10 >=xfce-base/xfconf-4.10 libnotify? ( >=x11-libs/libnotify-0.7 )"