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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB47A158094 for ; Tue, 30 Aug 2022 22:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02F88E07EA; Tue, 30 Aug 2022 22:55:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9F0BE07EA for ; Tue, 30 Aug 2022 22:55:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E91C0340EAF for ; Tue, 30 Aug 2022 22:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8414457D for ; Tue, 30 Aug 2022 22:55:46 +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: <1661900136.80cd1d9db77a3e580edd1059199078315a240e2d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/socket_wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild X-VCS-Directories: net-libs/socket_wrapper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 80cd1d9db77a3e580edd1059199078315a240e2d X-VCS-Branch: master Date: Tue, 30 Aug 2022 22:55:46 +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: 0ea4bcd8-ced1-4485-898b-70b699b65997 X-Archives-Hash: 4e1dcdf2ca9a3c4d11b3a2e61699e993 commit: 80cd1d9db77a3e580edd1059199078315a240e2d Author: Sam James gentoo org> AuthorDate: Tue Aug 30 22:55:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 30 22:55:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80cd1d9d net-libs/socket_wrapper: Stabilize 1.3.4 arm64, #867577 Signed-off-by: Sam James gentoo.org> net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild b/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild index 8e9e3c6e8bbc..9b617df6bf00 100644 --- a/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild +++ b/net-libs/socket_wrapper/socket_wrapper-1.3.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86" IUSE="test" RESTRICT="!test? ( test )"