Diff igbinary-3.2.7 with a igbinary-3.2.9
/usr/portage/dev-php/igbinary/igbinary-3.2.9.ebuild 2023-10-09 14:52:29.964368362 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 |
PHP_EXT_NAME="${PN}" |
|
5 | ||
6 |
PHP_EXT_ECONF_ARGS=( --enable-${PN} ) |
|
6 | 7 |
PHP_EXT_INI="yes" |
8 |
PHP_EXT_NAME="${PN}" |
|
7 | 9 |
PHP_EXT_ZENDEXT="no" |
8 |
DOCS=( CREDITS NEWS README.md ) |
|
9 |
PHP_EXT_ECONF_ARGS=( --enable-${PN} ) |
|
10 | ||
11 |
USE_PHP="php8-0 php8-1" |
|
10 |
USE_PHP="php8-0 php8-1 php8-2" |
|
12 | 11 | |
13 | 12 |
inherit php-ext-source-r3 |
14 | 13 | |
15 |
KEYWORDS="amd64 arm arm64 x86" |
|
16 | ||
17 | 14 |
DESCRIPTION="A fast drop-in replacement for the standard PHP serialize" |
18 | 15 |
HOMEPAGE="https://github.com/igbinary/igbinary" |
19 | 16 |
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |
20 | 17 | |
21 | 18 |
LICENSE="BSD" |
22 | 19 |
SLOT="0" |
20 |
KEYWORDS="amd64 arm arm64 x86" |