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 07E54158086 for ; Thu, 18 Nov 2021 23:50:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 752D7E0827; Thu, 18 Nov 2021 23:50:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D2C1E0827 for ; Thu, 18 Nov 2021 23:50:41 +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 83A74342F6C for ; Thu, 18 Nov 2021 23:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3DC31D6 for ; Thu, 18 Nov 2021 23:50:37 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1637279412.1e2e7b585b28707f73e4b9d0ee7ed2eceb588285.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/udunits/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/udunits/udunits-2.2.28.ebuild X-VCS-Directories: sci-libs/udunits/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 1e2e7b585b28707f73e4b9d0ee7ed2eceb588285 X-VCS-Branch: master Date: Thu, 18 Nov 2021 23:50:37 +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: cf352586-58e0-414f-90e0-e87f58f18857 X-Archives-Hash: fbaf33fbd41311deb0422b345b3fec18 commit: 1e2e7b585b28707f73e4b9d0ee7ed2eceb588285 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Nov 18 23:44:27 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Nov 18 23:50:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2e7b58 sci-libs/udunits: de-stabilize for ~ppc, bug #823768 Bug: https://bugs.gentoo.org/823768 Signed-off-by: Georgy Yakovlev gentoo.org> sci-libs/udunits/udunits-2.2.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/udunits/udunits-2.2.28.ebuild b/sci-libs/udunits/udunits-2.2.28.ebuild index bb2e12de20a3..6282665fc0d4 100644 --- a/sci-libs/udunits/udunits-2.2.28.ebuild +++ b/sci-libs/udunits/udunits-2.2.28.ebuild @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.unidata.ucar.edu/pub/udunits/${P}.tar.gz" LICENSE="UCAR-BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux" RDEPEND="dev-libs/expat" DEPEND="${RDEPEND}"