summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Weeks <dan@danweeks.net>2020-12-12 11:12:52 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2020-12-18 05:08:35 -0500
commit03ef8dcbb9bdb1fa5577a8c7f04c327cf67727c5 (patch)
tree3f38f80120f0bd202a4f5a3a77e5c9adfa211337 /sci-libs/geos
parentpackage.mask: Last rite app-text/ots (diff)
downloadgentoo-03ef8dcbb9bdb1fa5577a8c7f04c327cf67727c5.tar.gz
gentoo-03ef8dcbb9bdb1fa5577a8c7f04c327cf67727c5.tar.bz2
gentoo-03ef8dcbb9bdb1fa5577a8c7f04c327cf67727c5.zip
sci-libs/geos: Upstream dropped ruby and python support
Bug: https://bugs.gentoo.org/759295 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Daniel M. Weeks <dan@danweeks.net> Closes: https://github.com/gentoo/gentoo/pull/18619 Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'sci-libs/geos')
-rw-r--r--sci-libs/geos/geos-3.9.0-r1.ebuild (renamed from sci-libs/geos/geos-3.9.0.ebuild)9
1 files changed, 1 insertions, 8 deletions
diff --git a/sci-libs/geos/geos-3.9.0.ebuild b/sci-libs/geos/geos-3.9.0-r1.ebuild
index dd73711e579f..91568ebe4553 100644
--- a/sci-libs/geos/geos-3.9.0.ebuild
+++ b/sci-libs/geos/geos-3.9.0-r1.ebuild
@@ -10,16 +10,11 @@ SRC_URI="http://download.osgeo.org/geos/${PN}-${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 ruby static-libs"
+IUSE="doc static-libs"
BDEPEND="
doc? ( app-doc/doxygen )
- ruby? ( dev-lang/swig:0 )
"
-RDEPEND="
- ruby? ( dev-lang/ruby:* )
-"
-DEPEND="${RDEPEND}"
RESTRICT="test"
@@ -30,8 +25,6 @@ src_prepare() {
src_configure() {
local myeconfargs=(
- --disable-python
- $(use_enable ruby)
$(use_enable static-libs static)
)
use arm && myeconfargs+=( --disable-inline ) # bug 709368