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 4D3B1158083 for ; Tue, 10 Sep 2024 21:35:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16D99E29EB; Tue, 10 Sep 2024 21:35:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F03D6E29EB for ; Tue, 10 Sep 2024 21:35:34 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDC14340C9C for ; Tue, 10 Sep 2024 21:35:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 525621F43 for ; Tue, 10 Sep 2024 21:35:32 +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: <1726004111.3ca8aff14331438d9648697b22d62baa2c85bc45.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libg15/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libg15/libg15-3.0.7.ebuild X-VCS-Directories: dev-libs/libg15/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3ca8aff14331438d9648697b22d62baa2c85bc45 X-VCS-Branch: master Date: Tue, 10 Sep 2024 21:35:32 +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: 66b639a9-70ee-4300-9840-9d8f2e3b177b X-Archives-Hash: 932ef70f22f45be5b80dae0a1e3c414b commit: 3ca8aff14331438d9648697b22d62baa2c85bc45 Author: Sam James gentoo org> AuthorDate: Tue Sep 10 21:35:11 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 10 21:35:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca8aff1 dev-libs/libg15: Stabilize 3.0.7 x86, #939441 Signed-off-by: Sam James gentoo.org> dev-libs/libg15/libg15-3.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libg15/libg15-3.0.7.ebuild b/dev-libs/libg15/libg15-3.0.7.ebuild index db870fd4d3ab..61a2d8a6b216 100644 --- a/dev-libs/libg15/libg15-3.0.7.ebuild +++ b/dev-libs/libg15/libg15-3.0.7.ebuild @@ -7,7 +7,7 @@ if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://gitlab.com/menelkir/libg15.git" else - KEYWORDS="amd64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~ppc ~ppc64 x86" SRC_URI="https://gitlab.com/menelkir/${PN}/-/archive/${PV}/${P}.tar.bz2" fi