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 4EFA313835A for ; Sat, 13 Mar 2021 11:36:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69F2AE086F; Sat, 13 Mar 2021 11:36:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 46AB2E086F for ; Sat, 13 Mar 2021 11:36:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 290253406DD for ; Sat, 13 Mar 2021 11:36:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D2ED5AB for ; Sat, 13 Mar 2021 11:36:00 +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: <1615635355.93a6a854e6289639d54957649a7f5bac4e498815.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libspnav/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libspnav/libspnav-0.2.3-r1.ebuild X-VCS-Directories: dev-libs/libspnav/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 93a6a854e6289639d54957649a7f5bac4e498815 X-VCS-Branch: master Date: Sat, 13 Mar 2021 11:36:00 +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: 4a65a63c-c034-4ac4-b5c5-7fb8dcb3b906 X-Archives-Hash: bc1e9b44964958d3113836398ec9be36 commit: 93a6a854e6289639d54957649a7f5bac4e498815 Author: Sam James gentoo org> AuthorDate: Sat Mar 13 11:35:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 13 11:35:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a6a854 dev-libs/libspnav: Stabilize 0.2.3-r1 amd64, #775695 Signed-off-by: Sam James gentoo.org> dev-libs/libspnav/libspnav-0.2.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libspnav/libspnav-0.2.3-r1.ebuild b/dev-libs/libspnav/libspnav-0.2.3-r1.ebuild index 6cdeaa82304..cbbd047b21a 100644 --- a/dev-libs/libspnav/libspnav-0.2.3-r1.ebuild +++ b/dev-libs/libspnav/libspnav-0.2.3-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://spacenav.sourceforge.net/" SRC_URI="mirror://sourceforge/project/${MY_PN}/${MY_PN}%20library%20%28SDK%29/${PN}%20${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86" IUSE="static-libs X" CDEPEND="X? ( x11-libs/libX11 )"