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 C8513138359 for ; Mon, 12 Oct 2020 09:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7374EE0919; Mon, 12 Oct 2020 09:06:19 +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 5D72BE0919 for ; Mon, 12 Oct 2020 09:06:19 +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 57CD533BF55 for ; Mon, 12 Oct 2020 09:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09BF13B1 for ; Mon, 12 Oct 2020 09:06:14 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1602493558.842b34ecef048eeeeebcd19b9f9518cf6ab96db6.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nemo/nemo-4.6.5.ebuild X-VCS-Directories: gnome-extra/nemo/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 842b34ecef048eeeeebcd19b9f9518cf6ab96db6 X-VCS-Branch: master Date: Mon, 12 Oct 2020 09:06:14 +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: 56ccbe70-e099-48d1-a252-c3f2fac02d9c X-Archives-Hash: 748e3000c9a35604c44bf4dc1ddac6b7 commit: 842b34ecef048eeeeebcd19b9f9518cf6ab96db6 Author: Samuel Bernardo gmail com> AuthorDate: Sat Sep 19 08:59:03 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Oct 12 09:05:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842b34ec gnome-extra/nemo: requires xapp 1.8 Requires xapp 1.8 version. This commit fixes bug 743427. Closes: https://bugs.gentoo.org/743427 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Samuel Bernardo gmail.com> Signed-off-by: Joonas Niilola gentoo.org> gnome-extra/nemo/nemo-4.6.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/nemo/nemo-4.6.5.ebuild b/gnome-extra/nemo/nemo-4.6.5.ebuild index e64955da835..b74c1d702a2 100644 --- a/gnome-extra/nemo/nemo-4.6.5.ebuild +++ b/gnome-extra/nemo/nemo-4.6.5.ebuild @@ -29,7 +29,7 @@ COMMON_DEPEND=" gnome-base/dconf:0= >=x11-libs/libnotify-0.7:= x11-libs/libX11 - >=x11-libs/xapps-1.4.0 + >=x11-libs/xapps-1.8.0 exif? ( >=media-libs/libexif-0.6.20:= ) tracker? ( >=app-misc/tracker-2.0:= )