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 869471384C0 for ; Sun, 30 Aug 2015 20:47:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6087142AA; Sun, 30 Aug 2015 20:47:44 +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 38C81142AA for ; Sun, 30 Aug 2015 20:47:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57B40340976 for ; Sun, 30 Aug 2015 20:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F3B7164 for ; Sun, 30 Aug 2015 20:47:41 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1440966086.7b93ca2df3092f426d81b95e180281da60613e3a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/autojump/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/autojump/autojump-22.2.4.ebuild X-VCS-Directories: app-shells/autojump/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 7b93ca2df3092f426d81b95e180281da60613e3a X-VCS-Branch: master Date: Sun, 30 Aug 2015 20:47:41 +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: 94f29316-cbd9-4f75-861b-1add284f7d28 X-Archives-Hash: 8f3422e96e2cfb45be96d9266f45ab47 commit: 7b93ca2df3092f426d81b95e180281da60613e3a Author: Patrice Clement gentoo org> AuthorDate: Sun Aug 30 19:56:55 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Aug 30 20:21:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b93ca2d app-shells/autojump: Keyword for ppc+ppc64. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement gentoo.org> app-shells/autojump/autojump-22.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/autojump/autojump-22.2.4.ebuild b/app-shells/autojump/autojump-22.2.4.ebuild index 1e19667..dc79dce 100644 --- a/app-shells/autojump/autojump-22.2.4.ebuild +++ b/app-shells/autojump/autojump-22.2.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/joelthelion/${PN}/archive/release-v${PV}.tar.gz -> $ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~ppc ~ppc64" IUSE="bash-completion python test zsh-completion" # Not all tests pass. Need investigation.