Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mcrypt/
Date: Sun, 26 Jan 2020 20:25:13
Message-Id: 1580070296.4c23c83120ab7f8468c525cc34e2c9ceb0954f17.whissi@gentoo
1 commit: 4c23c83120ab7f8468c525cc34e2c9ceb0954f17
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 20:20:07 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 20:24:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c23c831
7
8 dev-php/pecl-mcrypt: x86 keyworded (bug #703372)
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild
17 index 21565e7239a..14a2960b178 100644
18 --- a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild
19 +++ b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -15,7 +15,7 @@ inherit php-ext-pecl-r3
27 DESCRIPTION="Bindings for the libmcrypt library"
28 LICENSE="PHP-3.01"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~hppa ~sparc"
31 +KEYWORDS="~amd64 ~arm ~hppa ~sparc ~x86"
32
33 DEPEND="dev-libs/libmcrypt"
34 RDEPEND="${DEPEND}"