Diff libmaxminddb-1.6.0 with a libmaxminddb-1.7.1
/usr/portage/dev-libs/libmaxminddb/libmaxminddb-1.7.1.ebuild 2023-10-09 14:52:29.520368351 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit toolchain-funcs |
7 | 7 | |
... | ... | |
13 | 13 |
else |
14 | 14 |
SRC_URI="https://github.com/maxmind/libmaxminddb/releases/download/${PV}/${P}.tar.gz" |
15 | 15 | |
16 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" |
|
16 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" |
|
17 | 17 |
fi |
18 | 18 | |
19 | 19 |
LICENSE="Apache-2.0" |
... | ... | |
36 | 36 |
src_configure() { |
37 | 37 |
tc-export AR CC |
38 | 38 | |
39 |
econf --disable-static |
|
39 |
default |
|
40 | 40 |
} |
41 | 41 | |
42 | 42 |
src_install() { |