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 BD68215808F for ; Fri, 10 Sep 2021 20:16:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E86A6E0869; Fri, 10 Sep 2021 20:16:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D3012E0869 for ; Fri, 10 Sep 2021 20:16:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B0359342A1D for ; Fri, 10 Sep 2021 20:16:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 053CCAC for ; Fri, 10 Sep 2021 20:16:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1631304944.c96706955d2a1785c0fc2e477abc98a0c406a09e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, dev-libs/libtomcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild profiles/arch/hppa/package.use.stable.mask X-VCS-Directories: profiles/arch/hppa/ dev-libs/libtomcrypt/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c96706955d2a1785c0fc2e477abc98a0c406a09e X-VCS-Branch: master Date: Fri, 10 Sep 2021 20:16:09 +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: 8ac3939e-96e8-4ef1-b390-89b876dd974d X-Archives-Hash: 181d6196948d88140009ac6f349431e3 commit: c96706955d2a1785c0fc2e477abc98a0c406a09e Author: Matt Turner gentoo org> AuthorDate: Fri Sep 10 19:50:17 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Sep 10 20:15:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9670695 dev-libs/libtomcrypt: Stable hppa 1.18.2-r2 Signed-off-by: Matt Turner gentoo.org> dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild | 2 +- profiles/arch/hppa/package.use.stable.mask | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild index 76a8cbbce62..840969fcf5a 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.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="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+gmp +libtommath tomsfastmath" # Enforce at least one math provider diff --git a/profiles/arch/hppa/package.use.stable.mask b/profiles/arch/hppa/package.use.stable.mask index 07bf398b002..b5e07045619 100644 --- a/profiles/arch/hppa/package.use.stable.mask +++ b/profiles/arch/hppa/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Matt Turner (2021-09-10) +# dev-libs/tomsfastmath does not have stable keywords on hppa +dev-libs/libtomcrypt tomsfastmath + # Marek Szuba (2021-09-10) # no stable dev-ruby/{thor,tty-editor} on this arch yet # and there are many dependencies to go through before there are