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 394F0158041 for ; Tue, 7 Sep 2021 04:48:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 428E1E093D; Tue, 7 Sep 2021 04:48:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 27DBDE093D for ; Tue, 7 Sep 2021 04:48:31 +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 30C5F342A91 for ; Tue, 7 Sep 2021 04:48:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EB0DBA for ; Tue, 7 Sep 2021 04:48:27 +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: <1630990092.e49f1f2679592931a1f37050e24225f81a0b0c95.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/indilib/indilib-1.9.1-r1.ebuild X-VCS-Directories: sci-libs/indilib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e49f1f2679592931a1f37050e24225f81a0b0c95 X-VCS-Branch: master Date: Tue, 7 Sep 2021 04:48:27 +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: 75058de7-ef13-4603-9fe7-718befd95c2e X-Archives-Hash: 59e76f65c2a9009705367bb79b168263 commit: e49f1f2679592931a1f37050e24225f81a0b0c95 Author: Sam James gentoo org> AuthorDate: Tue Sep 7 04:48:12 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 7 04:48:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49f1f26 sci-libs/indilib: Stabilize 1.9.1-r1 ppc64, #806306 Signed-off-by: Sam James gentoo.org> sci-libs/indilib/indilib-1.9.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/indilib/indilib-1.9.1-r1.ebuild b/sci-libs/indilib/indilib-1.9.1-r1.ebuild index 9c4d606d7e1..15d77f70204 100644 --- a/sci-libs/indilib/indilib-1.9.1-r1.ebuild +++ b/sci-libs/indilib/indilib-1.9.1-r1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${P/lib/}" LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+" SLOT="0/1" -KEYWORDS="amd64 ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="ogg rtlsdr test websocket" RESTRICT="!test? ( test )"