From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D534B138350 for ; Tue, 5 May 2020 22:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E45F8E0BAB; Tue, 5 May 2020 22:13:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAF9AE0BAB for ; Tue, 5 May 2020 22:13:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 967AD34F592 for ; Tue, 5 May 2020 22:13:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FE8C1D6 for ; Tue, 5 May 2020 22:13:53 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1588716755.1e827715f10ff188eb5af12a43c7d492b68f28c3.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild X-VCS-Directories: dev-php/pecl-mcrypt/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 1e827715f10ff188eb5af12a43c7d492b68f28c3 X-VCS-Branch: master Date: Tue, 5 May 2020 22:13:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 417e21ea-dfba-4c2b-927b-5ef361dc32fa X-Archives-Hash: b55b5a5eca83dff4f96985173eb94088 commit: 1e827715f10ff188eb5af12a43c7d492b68f28c3 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue May 5 22:12:35 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue May 5 22:12:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e827715 dev-php/pecl-mcrypt: keyworded 1.0.3 for ia64, bug #703372 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 14a2960b178..948576016cd 100644 --- a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild +++ b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild @@ -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 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~sparc ~x86" DEPEND="dev-libs/libmcrypt" RDEPEND="${DEPEND}"