Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/
Date: Thu, 30 Jan 2020 21:28:00
Message-Id: 1580419658.2f1fb3b0784b9c8ae0ae6925b448ace5a9ed89fa.asturm@gentoo
1 commit: 2f1fb3b0784b9c8ae0ae6925b448ace5a9ed89fa
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 20:49:53 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 21:27:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1fb3b0
7
8 sci-libs/geos: Drop no-op USE=python
9
10 Reported-by: Jouni Kosonen <jouni.kosonen <AT> tukesoft.com>
11 Bug: https://bugs.gentoo.org/707516
12 Package-Manager: Portage-2.3.86, Repoman-2.3.20
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 sci-libs/geos/geos-3.8.0-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-libs/geos/geos-3.8.0-r1.ebuild b/sci-libs/geos/geos-3.8.0-r1.ebuild
19 index 9e41eddd122..436f3325d9f 100644
20 --- a/sci-libs/geos/geos-3.8.0-r1.ebuild
21 +++ b/sci-libs/geos/geos-3.8.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -12,7 +12,7 @@ SRC_URI="http://download.osgeo.org/geos/${PN}-${MY_PV}.tar.bz2"
29 LICENSE="LGPL-2.1"
30 SLOT="0"
31 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
32 -IUSE="doc python ruby static-libs"
33 +IUSE="doc ruby static-libs"
34
35 BDEPEND="
36 doc? ( app-doc/doxygen )