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 AD0F115803E for ; Sat, 6 Jan 2024 12:35:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9725C2BC0BE; Sat, 6 Jan 2024 12:35:47 +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 78FE62BC0BE for ; Sat, 6 Jan 2024 12:35:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7C9C1343170 for ; Sat, 6 Jan 2024 12:35:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A9E114CA for ; Sat, 6 Jan 2024 12:35:43 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1704544218.8575d7fcdf06494a2ea155bfb88f31c98f497d0f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libquotient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild X-VCS-Directories: net-libs/libquotient/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8575d7fcdf06494a2ea155bfb88f31c98f497d0f X-VCS-Branch: master Date: Sat, 6 Jan 2024 12:35:43 +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: 0315c72b-e4df-41d0-b438-c272d309f7db X-Archives-Hash: 4461a75daae387e304b9fb47b2950c0b commit: 8575d7fcdf06494a2ea155bfb88f31c98f497d0f Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jan 6 12:30:18 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Jan 6 12:30:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8575d7fc net-libs/libquotient: Stabilize 0.8.1.2-r1 arm64, #920693 Signed-off-by: Arthur Zamarin gentoo.org> net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild b/net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild index 2753f593d979..f66415455e7e 100644 --- a/net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild +++ b/net-libs/libquotient/libquotient-0.8.1.2-r1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/libQuotient-${PV}" LICENSE="LGPL-2+" SLOT="0/${PV}" # FIXME: check soname on next version bump -KEYWORDS="amd64 ~arm64 ~ppc64 x86" +KEYWORDS="amd64 arm64 ~ppc64 x86" IUSE="+qt5 qt6 test" RESTRICT="!test? ( test )"