Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/
Date: Thu, 07 Feb 2019 10:59:15
Message-Id: 1549537137.496c7c7776079a56308160f7d108ba829c31235b.zlogene@gentoo
1 commit: 496c7c7776079a56308160f7d108ba829c31235b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 7 10:55:45 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 7 10:58:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496c7c77
7
8 app-emacs/magit: amd64 stable wrt bug #677078
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-emacs/magit/magit-2.13.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emacs/magit/magit-2.13.1.ebuild b/app-emacs/magit/magit-2.13.1.ebuild
17 index ae6e937cc9f..1d02dcdfec8 100644
18 --- a/app-emacs/magit/magit-2.13.1.ebuild
19 +++ b/app-emacs/magit/magit-2.13.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="GPL-3+"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
32
33 S="${WORKDIR}/${P}/lisp"
34 SITEFILE="50${PN}-gentoo.el"