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 5D7EA158020 for ; Tue, 13 Dec 2022 18:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F61AE08FC; Tue, 13 Dec 2022 18:07:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 31798E08FC for ; Tue, 13 Dec 2022 18:07:25 +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 3592B341048 for ; Tue, 13 Dec 2022 18:07:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6E6D780 for ; Tue, 13 Dec 2022 18:07:22 +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: <1670954771.0aa18963b0d3d0d0b1ff0bfa2541b1f3464d46d3.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/clanlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/clanlib/clanlib-2.3.7-r3.ebuild X-VCS-Directories: dev-games/clanlib/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0aa18963b0d3d0d0b1ff0bfa2541b1f3464d46d3 X-VCS-Branch: master Date: Tue, 13 Dec 2022 18:07:22 +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: 6664a83a-afa1-4ecb-8c43-906732fe73f6 X-Archives-Hash: e80da2ecd12db0fb91c6e67e03f88377 commit: 0aa18963b0d3d0d0b1ff0bfa2541b1f3464d46d3 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Dec 13 18:06:11 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Dec 13 18:06:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa18963 dev-games/clanlib: Stabilize 2.3.7-r3 amd64, #885753 Signed-off-by: Arthur Zamarin gentoo.org> dev-games/clanlib/clanlib-2.3.7-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/clanlib/clanlib-2.3.7-r3.ebuild b/dev-games/clanlib/clanlib-2.3.7-r3.ebuild index 18f978d26e13..975b63c0c925 100644 --- a/dev-games/clanlib/clanlib-2.3.7-r3.ebuild +++ b/dev-games/clanlib/clanlib-2.3.7-r3.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="ZLIB" SLOT="2.3" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="doc ipv6 mikmod opengl sound sqlite cpu_flags_x86_sse2 static-libs vorbis X" REQUIRED_USE="opengl? ( X )"