summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-20 17:37:27 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-20 18:38:30 +0200
commite3f91d375c055a68110f4234bb397e28ee89cafd (patch)
treeec89a70c7020097c29bbeb1cb9d1c6bd9493fc41 /sci-libs/geos/geos-3.5.0-r2.ebuild
parentsci-libs/gdal: [QA] Add missing python metadata variables (diff)
downloadgentoo-e3f91d375c055a68110f4234bb397e28ee89cafd.tar.gz
gentoo-e3f91d375c055a68110f4234bb397e28ee89cafd.tar.bz2
gentoo-e3f91d375c055a68110f4234bb397e28ee89cafd.zip
sci-libs/geos: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-libs/geos/geos-3.5.0-r2.ebuild')
-rw-r--r--sci-libs/geos/geos-3.5.0-r2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-libs/geos/geos-3.5.0-r2.ebuild b/sci-libs/geos/geos-3.5.0-r2.ebuild
index 7871f62022d8..986fa56bbe03 100644
--- a/sci-libs/geos/geos-3.5.0-r2.ebuild
+++ b/sci-libs/geos/geos-3.5.0-r2.ebuild
@@ -10,7 +10,7 @@ PHP_EXT_NAME="geos"
PHP_EXT_OPTIONAL_USE="php"
PHP_EXT_SKIP_PHPIZE="yes"
-inherit php-ext-source-r2 autotools eutils python-single-r1 python-utils-r1
+inherit php-ext-source-r2 autotools eutils python-single-r1
DESCRIPTION="Geometry engine library for Geographic Information Systems"
HOMEPAGE="http://trac.osgeo.org/geos/"
@@ -20,8 +20,10 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
IUSE="doc php python ruby static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
+ python? ( ${PYTHON_DEPS} )
ruby? ( dev-lang/ruby:* )
"
DEPEND="${RDEPEND}
@@ -30,7 +32,7 @@ DEPEND="${RDEPEND}
dev-lang/swig
app-admin/chrpath
)
- python? ( dev-lang/swig ${PYTHON_DEPS} )
+ python? ( dev-lang/swig )
ruby? ( dev-lang/swig )
"