From: Thomas Deutschmann Date: Sun, 26 Jan 2020 20:20:07 +0000 (+0100) Subject: dev-php/pecl-mcrypt: x86 keyworded (bug #703372) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4c23c83120ab7f8468c525cc34e2c9ceb0954f17;p=gentoo.git dev-php/pecl-mcrypt: x86 keyworded (bug #703372) Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann --- 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 21565e7239a2..14a2960b1785 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}"