Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/
Date: Fri, 25 Dec 2015 16:29:33
Message-Id: 1451060961.30e0999d2b44065a03ae446fb26daf0cf64a1273.ulm@gentoo
1 commit: 30e0999d2b44065a03ae446fb26daf0cf64a1273
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 16:28:17 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 16:29:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e0999d
7
8 app-emacs/magit: Re-add ~x86 keyword.
9
10 Package-Manager: portage-2.2.26
11
12 app-emacs/magit/magit-2.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emacs/magit/magit-2.3.1.ebuild b/app-emacs/magit/magit-2.3.1.ebuild
16 index acb7181..5df1d39 100644
17 --- a/app-emacs/magit/magit-2.3.1.ebuild
18 +++ b/app-emacs/magit/magit-2.3.1.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz"
20
21 LICENSE="GPL-3+"
22 SLOT="0"
23 -KEYWORDS="~amd64"
24 +KEYWORDS="~amd64 ~x86"
25
26 S="${WORKDIR}/${P}/lisp"
27 SITEFILE="50${PN}-gentoo.el"