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 916EE138336 for ; Mon, 19 Nov 2018 16:00:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD2FCE0909; Mon, 19 Nov 2018 16:00:26 +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 B551BE0909 for ; Mon, 19 Nov 2018 16:00:26 +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 7BCBF335C94 for ; Mon, 19 Nov 2018 16:00:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E91E1473 for ; Mon, 19 Nov 2018 16:00:22 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1542643216.4d3155295e422b9cf78cf078e1299560bd5054aa.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-misc/gnote/ X-VCS-Repository: proj/gnome X-VCS-Files: app-misc/gnote/gnote-9999.ebuild X-VCS-Directories: app-misc/gnote/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 4d3155295e422b9cf78cf078e1299560bd5054aa X-VCS-Branch: master Date: Mon, 19 Nov 2018 16:00:22 +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: 68f2d329-6bae-49a3-93dc-3a14685d1011 X-Archives-Hash: 6e33ea73d2aef10f9130161c3aaf5d63 commit: 4d3155295e422b9cf78cf078e1299560bd5054aa Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Nov 19 15:52:39 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Nov 19 16:00:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4d315529 app-misc/gnote: sync with gentoo repository Package-Manager: Portage-2.3.51, Repoman-2.3.12 Manifest-Sign-Key: 0x5A56C8CD0C13248A Signed-off-by: Gilles Dartiguelongue gentoo.org> app-misc/gnote/gnote-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-misc/gnote/gnote-9999.ebuild b/app-misc/gnote/gnote-9999.ebuild index a28d1674..f150884c 100644 --- a/app-misc/gnote/gnote-9999.ebuild +++ b/app-misc/gnote/gnote-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,10 +22,11 @@ fi IUSE="debug" # Automagic glib-2.32 dep +# glibmm: first version in tree providing Thread API fix COMMON_DEPEND=" >=app-crypt/libsecret-0.8 >=app-text/gtkspell-3.0:3 - >=dev-cpp/glibmm-2.32:2 + >=dev-cpp/glibmm-2.52.1-r1:2 >=dev-cpp/gtkmm-3.18:3.0 >=dev-libs/glib-2.32:2[dbus] >=dev-libs/libxml2-2:2