diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-12-25 17:28:17 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-12-25 17:29:21 +0100 |
commit | 30e0999d2b44065a03ae446fb26daf0cf64a1273 (patch) | |
tree | d9ef41e5c54f82355272a345a7fce788da061d9c /app-emacs/magit | |
parent | app-emacs/dash: Keyword ~x86. (diff) | |
download | gentoo-30e0999d2b44065a03ae446fb26daf0cf64a1273.tar.gz gentoo-30e0999d2b44065a03ae446fb26daf0cf64a1273.tar.bz2 gentoo-30e0999d2b44065a03ae446fb26daf0cf64a1273.zip |
app-emacs/magit: Re-add ~x86 keyword.
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emacs/magit')
-rw-r--r-- | app-emacs/magit/magit-2.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/magit/magit-2.3.1.ebuild b/app-emacs/magit/magit-2.3.1.ebuild index acb718137f8b..5df1d3952619 100644 --- a/app-emacs/magit/magit-2.3.1.ebuild +++ b/app-emacs/magit/magit-2.3.1.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" +KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${P}/lisp" SITEFILE="50${PN}-gentoo.el" |