diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-04-06 15:43:42 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-06 15:44:18 -0400 |
commit | a5dac130191037fbf21f2c25255ac0fceb178fb8 (patch) | |
tree | f61d143b24beff45ba4ad1f27a93985eeabcf6bd /app-emacs/magit | |
parent | app-emacs/with-editor: amd64 stable (diff) | |
download | gentoo-a5dac130191037fbf21f2c25255ac0fceb178fb8.tar.gz gentoo-a5dac130191037fbf21f2c25255ac0fceb178fb8.tar.bz2 gentoo-a5dac130191037fbf21f2c25255ac0fceb178fb8.zip |
app-emacs/magit: amd64 stable
Bug: https://bugs.gentoo.org/651968
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-emacs/magit')
-rw-r--r-- | app-emacs/magit/magit-2.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/magit/magit-2.11.0.ebuild b/app-emacs/magit/magit-2.11.0.ebuild index b0426edcd0ce..80fe8ca51969 100644 --- a/app-emacs/magit/magit-2.11.0.ebuild +++ b/app-emacs/magit/magit-2.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${P}/lisp" SITEFILE="50${PN}-gentoo.el" |