diff options
author | Marek Szuba <marecki@gentoo.org> | 2016-08-11 00:12:52 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2016-08-12 12:09:19 +0200 |
commit | 7b88e7dd798f0a6e11e4f242c33f98543ec9a9c4 (patch) | |
tree | d11d45b756e30820fd685d6de751d8496a0b2940 /sci-geosciences/osm-gps-map | |
parent | dev-ros/gazebo_ros_control: forward port urdfdom1 fix. (diff) | |
download | gentoo-7b88e7dd798f0a6e11e4f242c33f98543ec9a9c4.tar.gz gentoo-7b88e7dd798f0a6e11e4f242c33f98543ec9a9c4.tar.bz2 gentoo-7b88e7dd798f0a6e11e4f242c33f98543ec9a9c4.zip |
sci-geosciences/osm-gps-map: move version 0.7.3 to slot 2
This is to make room for ebuilds of version 1.0.0 and newer, which among other
changes are linked against gtk3 instead of gtk2 and have a different library
name.
Package-Manager: portage-2.3.0
Diffstat (limited to 'sci-geosciences/osm-gps-map')
-rw-r--r-- | sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild b/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild index 531bff5bf2c8..f52efcf1e8d3 100644 --- a/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild +++ b/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://www.johnstowers.co.nz/files/${PN}/${P}.tar.gz python? ( http://www.johnstowers.co.nz/files/${PN}/python-osmgpsmap-${PV}.tar.gz )" LICENSE="GPL-2" -SLOT="0" +SLOT="2" KEYWORDS="~amd64 ~x86" IUSE="+introspection python" |