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 9B1EF59CAF for ; Fri, 8 Apr 2016 10:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01DD221C012; Fri, 8 Apr 2016 10:03:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D19521C012 for ; Fri, 8 Apr 2016 10:03:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B498340DD9 for ; Fri, 8 Apr 2016 10:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0778320E for ; Fri, 8 Apr 2016 10:03:20 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1460109751.19da9ff682679d07ad9941e3d5affb6a1a53dcfc.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/magit/magit-2.6.0.ebuild X-VCS-Directories: app-emacs/magit/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 19da9ff682679d07ad9941e3d5affb6a1a53dcfc X-VCS-Branch: master Date: Fri, 8 Apr 2016 10:03:20 +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: be3617cd-495a-4ba2-a167-0825094be3bc X-Archives-Hash: b97533f017b628632bd1f4386517e538 commit: 19da9ff682679d07ad9941e3d5affb6a1a53dcfc Author: Fabian Groffen gentoo org> AuthorDate: Fri Apr 8 09:51:55 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Apr 8 10:02:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19da9ff6 app-emacs/magit: add Prefix keywords, bug #563748 Package-Manager: portage-2.2.27 app-emacs/magit/magit-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/magit/magit-2.6.0.ebuild b/app-emacs/magit/magit-2.6.0.ebuild index cf776f7..90e43f1 100644 --- a/app-emacs/magit/magit-2.6.0.ebuild +++ b/app-emacs/magit/magit-2.6.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${P}/lisp" SITEFILE="50${PN}-gentoo.el"