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 126941382C5 for ; Sat, 31 Mar 2018 10:36:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D2F4E0A5C; Sat, 31 Mar 2018 10:36:54 +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 16287E0A5C for ; Sat, 31 Mar 2018 10:36:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E499F335D5A for ; Sat, 31 Mar 2018 10:36:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18943271 for ; Sat, 31 Mar 2018 10:36:51 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1522492599.e07a2cc895c0d8bb8574db80a935b248ea9c3612.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unace/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/unace/unace-2.5-r5.ebuild X-VCS-Directories: app-arch/unace/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e07a2cc895c0d8bb8574db80a935b248ea9c3612 X-VCS-Branch: master Date: Sat, 31 Mar 2018 10:36:51 +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-Archives-Salt: 53088377-1561-4fd2-8e44-d8b3b99c9bd9 X-Archives-Hash: 9945f5ef5c3cb4a336ee1b65e4ba25a6 commit: e07a2cc895c0d8bb8574db80a935b248ea9c3612 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 31 10:36:39 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 31 10:36:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07a2cc8 app-arch/unace: stable 2.5-r5 for ppc64, bug #646964 Package-Manager: Portage-2.3.27, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" app-arch/unace/unace-2.5-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/unace/unace-2.5-r5.ebuild b/app-arch/unace/unace-2.5-r5.ebuild index a7fbd70ded4..5d71b962885 100644 --- a/app-arch/unace/unace-2.5-r5.ebuild +++ b/app-arch/unace/unace-2.5-r5.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://debian/pool/non-free/u/unace-nonfree/unace-nonfree_${PV}.orig. LICENSE="freedist" SLOT="1" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~sparc-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~sparc-solaris" IUSE="" PATCHES=( "${WORKDIR}"/debian/patches/ )