From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 98FDB138CD4 for ; Sun, 17 May 2015 15:39:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EB37E0835; Sun, 17 May 2015 15:39:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65C69E0837 for ; Sun, 17 May 2015 15:39:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 808A6340F81 for ; Sun, 17 May 2015 15:39:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E5809F1 for ; Sun, 17 May 2015 15:39:09 +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: <1431876196.08775653b6e81faf74a2491f536e6201173b3363.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-calculator/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-calculator/gnome-calculator-3.16.0.ebuild X-VCS-Directories: gnome-extra/gnome-calculator/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 08775653b6e81faf74a2491f536e6201173b3363 X-VCS-Branch: master Date: Sun, 17 May 2015 15:39:09 +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: 3306972f-da7d-423c-85f8-f5a884fd37d0 X-Archives-Hash: 91ef6cad00531dcb8e6dcc0872ce6742 commit: 08775653b6e81faf74a2491f536e6201173b3363 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun May 17 15:23:16 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun May 17 15:23:16 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=08775653 gnome-extra/gnome-calculator: add missing slot for mpfr gnome-extra/gnome-calculator/gnome-calculator-3.16.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.16.0.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.16.0.ebuild index 98a104b..343a97b 100644 --- a/gnome-extra/gnome-calculator/gnome-calculator-3.16.0.ebuild +++ b/gnome-extra/gnome-calculator/gnome-calculator-3.16.0.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-fr COMMON_DEPEND=" >=dev-libs/glib-2.40:2 dev-libs/libxml2:2 - dev-libs/mpfr + dev-libs/mpfr:0 >=x11-libs/gtk+-3.11.6:3 >=x11-libs/gtksourceview-3.15.1:3.0 "