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 8BFAA138334 for ; Sun, 28 Apr 2019 13:03:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 840C0E0928; Sun, 28 Apr 2019 13:03:48 +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 67FEEE092A for ; Sun, 28 Apr 2019 13:03:48 +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 4579B342B44 for ; Sun, 28 Apr 2019 13:03:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 694F95DD for ; Sun, 28 Apr 2019 13:03:43 +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: <1556456615.ed2a9a9d06ae4c23e8aea1893085c3b2bdd35139.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/ufed/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/ufed/ufed-0.94.ebuild X-VCS-Directories: app-portage/ufed/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ed2a9a9d06ae4c23e8aea1893085c3b2bdd35139 X-VCS-Branch: master Date: Sun, 28 Apr 2019 13:03:43 +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: e54c91b9-8fcd-4d30-abe9-67c88c201d19 X-Archives-Hash: 012430fdf297599468d591ac1d4593c4 commit: ed2a9a9d06ae4c23e8aea1893085c3b2bdd35139 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Apr 28 08:40:12 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Apr 28 13:03:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2a9a9d app-portage/ufed: stable 0.94 for ppc64, bug #684066 Package-Manager: Portage-2.3.65, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> app-portage/ufed/ufed-0.94.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/ufed/ufed-0.94.ebuild b/app-portage/ufed/ufed-0.94.ebuild index 6e20116621d..3073f32c40b 100644 --- a/app-portage/ufed/ufed-0.94.ebuild +++ b/app-portage/ufed/ufed-0.94.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ufed.git" else SRC_URI="https://gitweb.gentoo.org/proj/ufed.git/snapshot/${P}.tar.bz2" - KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi inherit autotools out-of-source