summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-05-29 16:29:06 +0000
committerJustin Lecher <jlec@gentoo.org>2013-05-29 16:29:06 +0000
commitc114c08fa617e8cbc4a01d931b752899fd7e2aa2 (patch)
treebae54260778f5d89e5e5940d8c5709690dd4be43 /sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild
parentsci-chemistry/relax: Fix usage of new python r1 eclasses (missing PYTHON_REQU... (diff)
downloadhistorical-c114c08fa617e8cbc4a01d931b752899fd7e2aa2.tar.gz
historical-c114c08fa617e8cbc4a01d931b752899fd7e2aa2.tar.bz2
historical-c114c08fa617e8cbc4a01d931b752899fd7e2aa2.zip
sci-geosciences/osm-gps-map: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE)
Package-Manager: portage-2.2.0_alpha177/cvs/Linux x86_64 Manifest-Sign-Key: 0x8009D6F070EB7916
Diffstat (limited to 'sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild')
-rw-r--r--sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild4
1 files changed, 3 insertions, 1 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 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