diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-11 14:31:48 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-11 14:36:22 +0300 |
commit | 5fb91a565aeaca7cd9344e33950589adc9a9f1b5 (patch) | |
tree | bc70c1c7830115255c969b8fbe17fd07619da204 | |
parent | dev-php/pecl-mailparse: dekeyword ppc (diff) | |
download | gentoo-5fb91a565aeaca7cd9344e33950589adc9a9f1b5.tar.gz gentoo-5fb91a565aeaca7cd9344e33950589adc9a9f1b5.tar.bz2 gentoo-5fb91a565aeaca7cd9344e33950589adc9a9f1b5.zip |
dev-php/pecl-mcrypt: dekeyword ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild index 019ba4f3108c..508f5ae3acd9 100644 --- a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild +++ b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~s390 ~sparc ~x86" DEPEND="dev-libs/libltdl dev-libs/libmcrypt" |