From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D24091384B4 for ; Thu, 5 Nov 2015 11:20:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F03D221C014; Thu, 5 Nov 2015 11:20:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E85EAE084B for ; Thu, 5 Nov 2015 11:20:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 373DC3409E2 for ; Thu, 5 Nov 2015 11:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29D5820D2 for ; Thu, 5 Nov 2015 11:20:12 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1446722347.6b39f2ac276695b901a3aa7fa0a676a83ebb67db.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/elfix/elfix-0.9.2.ebuild X-VCS-Directories: sys-apps/elfix/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 6b39f2ac276695b901a3aa7fa0a676a83ebb67db X-VCS-Branch: master Date: Thu, 5 Nov 2015 11:20:12 +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: 628fe523-12a7-40ac-8a15-a5d9205148e1 X-Archives-Hash: 4017137c44e5d6a102ae87c516faf132 commit: 6b39f2ac276695b901a3aa7fa0a676a83ebb67db Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Nov 5 11:19:07 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Nov 5 11:19:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b39f2ac sys-apps/elfix: sparc stable wrt bug #564286 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc" sys-apps/elfix/elfix-0.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild b/sys-apps/elfix/elfix-0.9.2.ebuild index 80d4eb1..1109d3a 100644 --- a/sys-apps/elfix/elfix-0.9.2.ebuild +++ b/sys-apps/elfix/elfix-0.9.2.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86" fi DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"