Gentoo Archives: gentoo-commits

From: Amy Winston <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/
Date: Sat, 26 Dec 2015 22:31:29
Message-Id: 1451168982.b9156a7f39e6501aa3a4e3363abb1301b95c35f6.amynka@gentoo
1 commit: b9156a7f39e6501aa3a4e3363abb1301b95c35f6
2 Author: Amy Winston <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 22:22:29 2015 +0000
4 Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 22:29:42 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9156a7f
7
8 sci-geosciences/grass: Update DEPEND and add missing eclass inheretance bug #567734.By wraeth
9
10 Package-Manager: portage-2.2.24
11
12 .../grass/{grass-7.0.1-r4.ebuild => grass-7.0.1-r5.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-geosciences/grass/grass-7.0.1-r4.ebuild b/sci-geosciences/grass/grass-7.0.1-r5.ebuild
16 similarity index 98%
17 rename from sci-geosciences/grass/grass-7.0.1-r4.ebuild
18 rename to sci-geosciences/grass/grass-7.0.1-r5.ebuild
19 index 1c6a17b..2f1201c 100644
20 --- a/sci-geosciences/grass/grass-7.0.1-r4.ebuild
21 +++ b/sci-geosciences/grass/grass-7.0.1-r5.ebuild
22 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
23 PYTHON_REQ_USE="sqlite(-)?"
24 WANT_AUTOCONF="2.1"
25
26 -inherit eutils gnome2 multilib python-single-r1 versionator wxwidgets autotools
27 +inherit eutils gnome2 fdo-mime multilib python-single-r1 versionator wxwidgets autotools
28
29 MY_PM=${PN}$(get_version_component_range 1-2 ${PV})
30 MY_PM=${MY_PM/.}
31 @@ -19,7 +19,7 @@ HOMEPAGE="http://grass.osgeo.org/"
32 SRC_URI="http://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz"
33
34 LICENSE="GPL-2"
35 -SLOT="0"
36 +SLOT="0/7.0.1-r5"
37 KEYWORDS="~amd64 ~x86"
38 IUSE="X blas cxx fftw geos lapack liblas mysql netcdf nls odbc opencl opengl openmp png postgres readline sqlite threads tiff truetype"