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 04C99158044 for ; Thu, 11 Apr 2024 16:39:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45272E2A69; Thu, 11 Apr 2024 16:39:16 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F378DE2A69 for ; Thu, 11 Apr 2024 16:39:15 +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 E0E0F34318A for ; Thu, 11 Apr 2024 16:39:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 833879B6 for ; Thu, 11 Apr 2024 16:39:13 +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: <1712853548.bac46d47593858ae6a90851a60377e5e1e9be956.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/xdelta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/xdelta/xdelta-1.1.4-r4.ebuild X-VCS-Directories: dev-util/xdelta/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: bac46d47593858ae6a90851a60377e5e1e9be956 X-VCS-Branch: master Date: Thu, 11 Apr 2024 16:39:13 +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: fd5ad5d1-bca4-439b-9d19-17228a65eddc X-Archives-Hash: e7520e4ed859f31ebb54b26c4241488c commit: bac46d47593858ae6a90851a60377e5e1e9be956 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Apr 11 16:39:08 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Apr 11 16:39:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac46d47 dev-util/xdelta: Stabilize 1.1.4-r4 ppc64, #929145 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/xdelta/xdelta-1.1.4-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/xdelta/xdelta-1.1.4-r4.ebuild b/dev-util/xdelta/xdelta-1.1.4-r4.ebuild index c47b7a816d33..d7a8f79e4bef 100644 --- a/dev-util/xdelta/xdelta-1.1.4-r4.ebuild +++ b/dev-util/xdelta/xdelta-1.1.4-r4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86" RDEPEND=">=dev-libs/glib-2 >=sys-libs/zlib-1.1.4:="