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 4F6F31382C5 for ; Wed, 23 Dec 2020 05:23:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B58EE0B7B; Wed, 23 Dec 2020 05:23:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 56647E0B7B for ; Wed, 23 Dec 2020 05:23:03 +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 C57EA341958 for ; Wed, 23 Dec 2020 05:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30ED1332 for ; Wed, 23 Dec 2020 05:23:00 +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: <1608700902.2769f5662ad5206cf3c46f2efc5fe0d094a75cdd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtomcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild X-VCS-Directories: dev-libs/libtomcrypt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2769f5662ad5206cf3c46f2efc5fe0d094a75cdd X-VCS-Branch: master Date: Wed, 23 Dec 2020 05:23:00 +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: 2a2b3584-5d00-4a97-bb1a-00b6da64259c X-Archives-Hash: 85182815224b8acefacb9c58b0e0a1ed commit: 2769f5662ad5206cf3c46f2efc5fe0d094a75cdd Author: Sam James gentoo org> AuthorDate: Wed Dec 23 05:21:42 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 23 05:21:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2769f566 dev-libs/libtomcrypt: Keyword 1.18.2-r1 sparc, #761235 Signed-off-by: Sam James gentoo.org> dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild index 4a2fbf1ca84..dbe1b803f84 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild @@ -17,7 +17,7 @@ LICENSE="|| ( WTFPL-2 public-domain )" # Helpful site: # https://abi-laboratory.pro/index.php?view=timeline&l=libtomcrypt SLOT="0/1" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="+gmp +libtommath tomsfastmath" BDEPEND="virtual/pkgconfig"