summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-05-29 16:29:05 +0000
committerJustin Lecher <jlec@gentoo.org>2013-05-29 16:29:05 +0000
commitea066aefe5e648e1705f5ebbca14dfaf4c97b6ca (patch)
treeac99c9d4e5da99c1e5ec5d1cf28b12d1a30bdcd3 /sci-geosciences/osm-gps-map
parentsci-chemistry/relax: Fix usage of new python r1 eclasses (missing PYTHON_REQU... (diff)
downloadgentoo-2-ea066aefe5e648e1705f5ebbca14dfaf4c97b6ca.tar.gz
gentoo-2-ea066aefe5e648e1705f5ebbca14dfaf4c97b6ca.tar.bz2
gentoo-2-ea066aefe5e648e1705f5ebbca14dfaf4c97b6ca.zip
sci-geosciences/osm-gps-map: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE)
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-geosciences/osm-gps-map')
-rw-r--r--sci-geosciences/osm-gps-map/ChangeLog5
-rw-r--r--sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-geosciences/osm-gps-map/ChangeLog b/sci-geosciences/osm-gps-map/ChangeLog
index ad9c6aab9030..c7d990cac2a3 100644
--- a/sci-geosciences/osm-gps-map/ChangeLog
+++ b/sci-geosciences/osm-gps-map/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-geosciences/osm-gps-map
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm-gps-map/ChangeLog,v 1.5 2013/05/20 13:59:01 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm-gps-map/ChangeLog,v 1.6 2013/05/29 16:29:05 jlec Exp $
+
+ 29 May 2013; Justin Lecher <jlec@gentoo.org> osm-gps-map-0.7.3.ebuild:
+ Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE)
20 May 2013; Tom Wijsman <TomWij@gentoo.org> osm-gps-map-0.7.3.ebuild:
Added missing python USE flag conditional in prepare phase, fixes compilation
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 951b9f0f4804..9ab433374aec 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,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild,v 1.5 2013/05/20 13:59:01 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild,v 1.6 2013/05/29 16:29:05 jlec Exp $
EAPI=5
@@ -19,6 +19,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+introspection python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
RDEPEND="
>=dev-libs/glib-2.16.0:2
>=net-libs/libsoup-2.4.0:2.4