commit:     e6315dbcaef78e41316a0ee08db6efc77810f08a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 15:46:58 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 16:06:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6315dbc

sci-libs/proj: [QA] Drop unrecognised configure option --without-jni

Upstream commit e55bb1933c4319d1a3146612613f31ed3bba82f6

Closes: https://bugs.gentoo.org/720018
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/proj/proj-7.0.0.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/sci-libs/proj/proj-7.0.0.ebuild b/sci-libs/proj/proj-7.0.0.ebuild
index 1864512c1dc..3f8a132182f 100644
--- a/sci-libs/proj/proj-7.0.0.ebuild
+++ b/sci-libs/proj/proj-7.0.0.ebuild
@@ -18,9 +18,10 @@ LICENSE="MIT"
 SLOT="0/19"
 KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="europe static-libs test"
-RESTRICT="!test? ( test )"
 REQUIRED_USE="test? ( !europe )"
 
+RESTRICT="!test? ( test )"
+
 RDEPEND="dev-db/sqlite:3"
 DEPEND="${RDEPEND}"
 
@@ -33,9 +34,7 @@ src_unpack() {
 }
 
 src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               --without-jni
+       econf $(use_enable static-libs static)
 }
 
 src_install() {
@@ -43,5 +42,5 @@ src_install() {
        cd data || die
        dodoc README.{DATA,DATUMGRID}
        use europe && dodoc README.EUROPE
-       find "${D}" -name '*.la' -delete || die
+       find "${D}" -name '*.la' -type f -delete || die
 }

Reply via email to