diff options
author | Amy Winston <amynka@gentoo.org> | 2015-12-26 23:22:29 +0100 |
---|---|---|
committer | Amy Winston <amynka@gentoo.org> | 2015-12-26 23:29:42 +0100 |
commit | b9156a7f39e6501aa3a4e3363abb1301b95c35f6 (patch) | |
tree | f02b313cfe40eff5f50a8b615b79cac8192d6366 /sci-geosciences/grass | |
parent | sci-geosciences/gdal-grass: slot specification fixed bug #568414.By wraeth (diff) | |
download | gentoo-b9156a7f39e6501aa3a4e3363abb1301b95c35f6.tar.gz gentoo-b9156a7f39e6501aa3a4e3363abb1301b95c35f6.tar.bz2 gentoo-b9156a7f39e6501aa3a4e3363abb1301b95c35f6.zip |
sci-geosciences/grass: Update DEPEND and add missing eclass inheretance bug #567734.By wraeth
Package-Manager: portage-2.2.24
Diffstat (limited to 'sci-geosciences/grass')
-rw-r--r-- | sci-geosciences/grass/grass-7.0.1-r5.ebuild (renamed from sci-geosciences/grass/grass-7.0.1-r4.ebuild) | 4 |
1 files 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 index 1c6a17bd844d..2f1201c631ac 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" |