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 535EC138330 for ; Sun, 27 May 2018 17:49:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEB8CE0959; Sun, 27 May 2018 17:49:04 +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 9B983E0959 for ; Sun, 27 May 2018 17:49:04 +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 B0DB5335CCA for ; Sun, 27 May 2018 17:49:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96B132B2 for ; Sun, 27 May 2018 17:49:00 +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: <1527443322.cf1dba82522e9a8b6962785fd7054e4feb7fb015.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-clocks/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild X-VCS-Directories: gnome-extra/gnome-clocks/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: cf1dba82522e9a8b6962785fd7054e4feb7fb015 X-VCS-Branch: master Date: Sun, 27 May 2018 17:49:00 +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: 08e13fc1-4c91-48de-be77-01bb9e38f6df X-Archives-Hash: 1e6c1426a363e3e48c6d2a68e0299dbc commit: cf1dba82522e9a8b6962785fd7054e4feb7fb015 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun May 27 17:10:57 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun May 27 17:48:42 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cf1dba82 gnome-extra/gnome-clocks: raise minimum meson required Eclass is only 0.40 Package-Manager: Portage-2.3.40, Repoman-2.3.9 Manifest-Sign-Key: 0x5A56C8CD0C13248A gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild b/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild index 918b3c66..fbbc811b 100644 --- a/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild +++ b/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild @@ -26,6 +26,7 @@ RDEPEND=" DEPEND="${RDEPEND} $(vala_depend) dev-util/itstool + >=dev-util/meson-0.41.0 >=sys-devel/gettext-0.19.8 virtual/pkgconfig "