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 50B7A1382C5 for ; Sat, 26 Dec 2020 21:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D8F6E095C; Sat, 26 Dec 2020 21:23:56 +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 75C64E095C for ; Sat, 26 Dec 2020 21:23: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 7F6D3340E21 for ; Sat, 26 Dec 2020 21:23:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22B7A4E for ; Sat, 26 Dec 2020 21:23:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609017828.a60ac0bc327e0c4466bee0c4d60720f0f82bc456.sam@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: dev-libs/libgpg-error/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: dev-libs/libgpg-error/libgpg-error-1.41.ebuild X-VCS-Directories: dev-libs/libgpg-error/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a60ac0bc327e0c4466bee0c4d60720f0f82bc456 X-VCS-Branch: master Date: Sat, 26 Dec 2020 21:23:54 +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: 12807346-2ac9-4fc5-9527-ba9a241555f5 X-Archives-Hash: 33b3b1d22f3375c1c658f2f883d8cb80 commit: a60ac0bc327e0c4466bee0c4d60720f0f82bc456 Author: Sam James gentoo org> AuthorDate: Sat Dec 26 21:23:48 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 26 21:23:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a60ac0bc dev-libs/libgpg-error: restore ~x64-cygwin Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-libs/libgpg-error/libgpg-error-1.41.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgpg-error/libgpg-error-1.41.ebuild b/dev-libs/libgpg-error/libgpg-error-1.41.ebuild index 3e31144be2..be7802c9db 100644 --- a/dev-libs/libgpg-error/libgpg-error-1.41.ebuild +++ b/dev-libs/libgpg-error/libgpg-error-1.41.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="common-lisp nls" RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"