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 3220E13904A for ; Fri, 8 Nov 2019 21:37:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A415E08F0; Fri, 8 Nov 2019 21:37:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 15791E08F0 for ; Fri, 8 Nov 2019 21:37:48 +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 2EC0E34CAB6 for ; Fri, 8 Nov 2019 21:37:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87DB9889 for ; Fri, 8 Nov 2019 21:37:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573249060.6a6c8befa5f7f3f424db5845b0e46fc3c181a2f2.mgorny@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-r2.ebuild X-VCS-Directories: dev-util/xdelta/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6a6c8befa5f7f3f424db5845b0e46fc3c181a2f2 X-VCS-Branch: master Date: Fri, 8 Nov 2019 21:37:44 +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: 8215db86-d1b0-4731-afae-237062ba02d9 X-Archives-Hash: 7a744a9159fbd01e60913783015da1d5 commit: 6a6c8befa5f7f3f424db5845b0e46fc3c181a2f2 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 8 21:35:51 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 8 21:37:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a6c8bef dev-util/xdelta: Stabilize 1.1.4-r2 on remaining arches Signed-off-by: Michał Górny gentoo.org> dev-util/xdelta/xdelta-1.1.4-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/xdelta/xdelta-1.1.4-r2.ebuild b/dev-util/xdelta/xdelta-1.1.4-r2.ebuild index 8fcb8aed424..557a3160b09 100644 --- a/dev-util/xdelta/xdelta-1.1.4-r2.ebuild +++ b/dev-util/xdelta/xdelta-1.1.4-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND=">=dev-libs/glib-2