summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-30 21:49:53 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-30 22:27:38 +0100
commit2f1fb3b0784b9c8ae0ae6925b448ace5a9ed89fa (patch)
tree1316f7e07069592879cc0f35cd759ed4592dd1cb
parentsci-geosciences/qgis: 3.10.2 version bump (diff)
downloadgentoo-2f1fb3b0784b9c8ae0ae6925b448ace5a9ed89fa.tar.gz
gentoo-2f1fb3b0784b9c8ae0ae6925b448ace5a9ed89fa.tar.bz2
gentoo-2f1fb3b0784b9c8ae0ae6925b448ace5a9ed89fa.zip
sci-libs/geos: Drop no-op USE=python
Reported-by: Jouni Kosonen <jouni.kosonen@tukesoft.com> Bug: https://bugs.gentoo.org/707516 Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--sci-libs/geos/geos-3.8.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/geos/geos-3.8.0-r1.ebuild b/sci-libs/geos/geos-3.8.0-r1.ebuild
index 9e41eddd122e..436f3325d9fc 100644
--- a/sci-libs/geos/geos-3.8.0-r1.ebuild
+++ b/sci-libs/geos/geos-3.8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="http://download.osgeo.org/geos/${PN}-${MY_PV}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-IUSE="doc python ruby static-libs"
+IUSE="doc ruby static-libs"
BDEPEND="
doc? ( app-doc/doxygen )