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 3ADC5138CD3 for ; Sat, 6 Jun 2015 10:23:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6973DE088C; Sat, 6 Jun 2015 10:23:41 +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 E193CE088C for ; Sat, 6 Jun 2015 10:23:40 +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 2E158340F89 for ; Sat, 6 Jun 2015 10:23:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC2DBA42 for ; Sat, 6 Jun 2015 10:23:36 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1433586163.4c0d123286ca25a2708560dcc7dcc5d954e5db33.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/p4est/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/p4est/ChangeLog sci-libs/p4est/p4est-1.0.ebuild X-VCS-Directories: sci-libs/p4est/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4c0d123286ca25a2708560dcc7dcc5d954e5db33 X-VCS-Branch: master Date: Sat, 6 Jun 2015 10:23:36 +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: 2303c185-d195-4163-aba2-6e48da0ce17b X-Archives-Hash: c8eea1cafbc9944717282805a6ae7892 commit: 4c0d123286ca25a2708560dcc7dcc5d954e5db33 Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 6 10:22:43 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 6 10:22:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4c0d1232 sci-libs/p4est: Add SLOT operators Package-Manager: portage-2.2.20 sci-libs/p4est/ChangeLog | 3 +++ sci-libs/p4est/p4est-1.0.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-libs/p4est/ChangeLog b/sci-libs/p4est/ChangeLog index 8cf39f4..42e91d0 100644 --- a/sci-libs/p4est/ChangeLog +++ b/sci-libs/p4est/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jun 2015; Justin Lecher p4est-1.0.ebuild: + sci-libs/p4est: Add SLOT operators + 06 Jun 2015; Justin Lecher metadata.xml: sci-libs/p4est: Add github to remote-id in metadata.xml diff --git a/sci-libs/p4est/p4est-1.0.ebuild b/sci-libs/p4est/p4est-1.0.ebuild index 4c6946d..e753ed7 100644 --- a/sci-libs/p4est/p4est-1.0.ebuild +++ b/sci-libs/p4est/p4est-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -24,7 +24,7 @@ REQUIRED_USE="romio? ( mpi )" RDEPEND=" >=sci-libs/libsc-1.0[mpi,romio] - dev-lang/lua + dev-lang/lua:* sys-apps/util-linux virtual/blas virtual/lapack