commit: 4c23c83120ab7f8468c525cc34e2c9ceb0954f17
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 20:20:07 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 20:24:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c23c831
dev-php/pecl-mcrypt: x86 keyworded (bug #703372)
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild
b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild
index 21565e7239a..14a2960b178 100644
--- a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild
+++ b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ inherit php-ext-pecl-r3
DESCRIPTION="Bindings for the libmcrypt library"
LICENSE="PHP-3.01"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~sparc"
+KEYWORDS="~amd64 ~arm ~hppa ~sparc ~x86"
DEPEND="dev-libs/libmcrypt"
RDEPEND="${DEPEND}"