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 4782C1384B4 for ; Sat, 26 Dec 2015 22:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB6A4E07FC; Sat, 26 Dec 2015 22:31:26 +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 5D868E07E2 for ; Sat, 26 Dec 2015 22:31:26 +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 2DF3B34045C for ; Sat, 26 Dec 2015 22:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBC60C88 for ; Sat, 26 Dec 2015 22:31:22 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1451168982.b9156a7f39e6501aa3a4e3363abb1301b95c35f6.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/grass/grass-7.0.1-r4.ebuild sci-geosciences/grass/grass-7.0.1-r5.ebuild X-VCS-Directories: sci-geosciences/grass/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: b9156a7f39e6501aa3a4e3363abb1301b95c35f6 X-VCS-Branch: master Date: Sat, 26 Dec 2015 22:31: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: ad64b655-636d-4eab-83b8-e49d428ce902 X-Archives-Hash: eda0146fc9aa456891c2bb5a776406d0 commit: b9156a7f39e6501aa3a4e3363abb1301b95c35f6 Author: Amy Winston gentoo org> AuthorDate: Sat Dec 26 22:22:29 2015 +0000 Commit: Amy Winston gentoo org> CommitDate: Sat Dec 26 22:29:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9156a7f sci-geosciences/grass: Update DEPEND and add missing eclass inheretance bug #567734.By wraeth Package-Manager: portage-2.2.24 .../grass/{grass-7.0.1-r4.ebuild => grass-7.0.1-r5.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/grass/grass-7.0.1-r4.ebuild b/sci-geosciences/grass/grass-7.0.1-r5.ebuild similarity index 98% rename from sci-geosciences/grass/grass-7.0.1-r4.ebuild rename to sci-geosciences/grass/grass-7.0.1-r5.ebuild index 1c6a17b..2f1201c 100644 --- a/sci-geosciences/grass/grass-7.0.1-r4.ebuild +++ b/sci-geosciences/grass/grass-7.0.1-r5.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite(-)?" WANT_AUTOCONF="2.1" -inherit eutils gnome2 multilib python-single-r1 versionator wxwidgets autotools +inherit eutils gnome2 fdo-mime multilib python-single-r1 versionator wxwidgets autotools MY_PM=${PN}$(get_version_component_range 1-2 ${PV}) MY_PM=${MY_PM/.} @@ -19,7 +19,7 @@ HOMEPAGE="http://grass.osgeo.org/" SRC_URI="http://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz" LICENSE="GPL-2" -SLOT="0" +SLOT="0/7.0.1-r5" KEYWORDS="~amd64 ~x86" IUSE="X blas cxx fftw geos lapack liblas mysql netcdf nls odbc opencl opengl openmp png postgres readline sqlite threads tiff truetype"