diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-10-23 09:44:04 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-10-23 09:44:04 +0200 |
commit | c0eeb62ddd9919de14c488cc4efe93a8c425628a (patch) | |
tree | 53f8787196cc3e1d9f6ad591e5107f29244b6388 /dev-php | |
parent | sys-process/tiptop: x86 stable wrt bug #810838 (diff) | |
download | gentoo-c0eeb62ddd9919de14c488cc4efe93a8c425628a.tar.gz gentoo-c0eeb62ddd9919de14c488cc4efe93a8c425628a.tar.bz2 gentoo-c0eeb62ddd9919de14c488cc4efe93a8c425628a.zip |
dev-php/pecl-http: x86 stable wrt bug #814365
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-php/pecl-http/pecl-http-4.2.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild b/dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild index 2325b23a9e8d..2a31f4ccc895 100644 --- a/dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild +++ b/dev-php/pecl-http/pecl-http-3.2.4-r1.ebuild @@ -15,7 +15,7 @@ inherit php-ext-pecl-r3 USE_PHP="php7-3 php7-4" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="Extended HTTP Support for PHP" LICENSE="BSD-2 MIT" diff --git a/dev-php/pecl-http/pecl-http-4.2.1.ebuild b/dev-php/pecl-http/pecl-http-4.2.1.ebuild index dc45e3503ea5..203c407dc9c6 100644 --- a/dev-php/pecl-http/pecl-http-4.2.1.ebuild +++ b/dev-php/pecl-http/pecl-http-4.2.1.ebuild @@ -15,7 +15,7 @@ inherit php-ext-pecl-r3 USE_PHP="php8-0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="Extended HTTP Support for PHP" LICENSE="BSD-2 MIT" |