diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-22 11:46:40 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-22 11:46:40 +0300 |
commit | ca595a69a32ad458d13908d6cdb92e6e85f8a92f (patch) | |
tree | 21494bb22dfd2d30655668fdbbaf0b78e03b265c /dev-php | |
parent | kde-misc/tellico: amd64 stable wrt bug #675300 (diff) | |
download | gentoo-ca595a69a32ad458d13908d6cdb92e6e85f8a92f.tar.gz gentoo-ca595a69a32ad458d13908d6cdb92e6e85f8a92f.tar.bz2 gentoo-ca595a69a32ad458d13908d6cdb92e6e85f8a92f.zip |
dev-php/pecl-mcrypt: amd64 stable wrt bug #675678
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-mcrypt/pecl-mcrypt-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.1.ebuild b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.1.ebuild index 133d25ed4e63..2e2076290b17 100644 --- a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.1.ebuild +++ b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ inherit php-ext-pecl-r3 DESCRIPTION="Bindings for the libmcrypt library" LICENSE="PHP-3.01" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" DEPEND="dev-libs/libmcrypt" RDEPEND="${DEPEND}" |