commit:     1a1285f5cda87d2565714bf76369d9af8e7f46a7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 01:35:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 01:35:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1285f5

dev-libs/libmaxminddb: sync live

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libmaxminddb/libmaxminddb-99999.ebuild | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild 
b/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild
index 307904ee7c4..4979eebf44d 100644
--- a/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild
+++ b/dev-libs/libmaxminddb/libmaxminddb-99999.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools git-r3 toolchain-funcs
+
+inherit toolchain-funcs git-r3
 
 DESCRIPTION="C library for the MaxMind DB file format"
 HOMEPAGE="https://github.com/maxmind/libmaxminddb";
@@ -10,8 +11,12 @@ EGIT_REPO_URI="https://github.com/maxmind/libmaxminddb.git";
 
 LICENSE="Apache-2.0"
 SLOT="0/0.0.7"
-KEYWORDS=""
-IUSE="static-libs"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+       test? ( dev-perl/IPC-Run3 )
+"
 
 DOCS=( Changes.md )
 
@@ -21,12 +26,11 @@ src_prepare() {
 }
 
 src_configure() {
-       econf $(use_enable static-libs static)
+       econf --disable-static
        tc-export AR CC
 }
 
 src_install() {
        default
-
        find "${ED}" -name '*.la' -delete || die
 }

Reply via email to