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 2454313835B for ; Tue, 20 Apr 2021 21:20:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4BB2E0866; Tue, 20 Apr 2021 21:20:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BA9E9E0866 for ; Tue, 20 Apr 2021 21:20:48 +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 D6EB0340F62 for ; Tue, 20 Apr 2021 21:20:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35488730 for ; Tue, 20 Apr 2021 21:20:45 +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: <1618953635.d914ad7700555e59869383e931621bb9cdffaf97.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lualdap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lualdap/lualdap-1.2.6.ebuild X-VCS-Directories: dev-lua/lualdap/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d914ad7700555e59869383e931621bb9cdffaf97 X-VCS-Branch: master Date: Tue, 20 Apr 2021 21:20:45 +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: 7f853e04-fdec-4285-be94-8e943acb0fc6 X-Archives-Hash: 3cd64ec313443f38c4ac224ff48e7cb8 commit: d914ad7700555e59869383e931621bb9cdffaf97 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Apr 20 21:16:11 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 20 21:20:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d914ad77 dev-lua/lualdap: keyworded 1.2.6 for ia64 keyworded wrt bug #783420 Package-Manager: Portage-3.0.18, Repoman-3.0.3 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-lua/lualdap/lualdap-1.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lualdap/lualdap-1.2.6.ebuild b/dev-lua/lualdap/lualdap-1.2.6.ebuild index 441c9eab267..448ea47d5f0 100644 --- a/dev-lua/lualdap/lualdap-1.2.6.ebuild +++ b/dev-lua/lualdap/lualdap-1.2.6.ebuild @@ -19,7 +19,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="test"