Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/s/
Date: Fri, 21 Sep 2018 20:53:35
Message-Id: 1537563187.cd98d17890f01c2bc02ec4c9ebcd0312f48fe4c3.mattst88@gentoo
1 commit: cd98d17890f01c2bc02ec4c9ebcd0312f48fe4c3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 21 20:52:52 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 21 20:53:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd98d178
7
8 app-emacs/s-1.12.0: added ~ppc64, bug 666621
9
10 app-emacs/s/s-1.12.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild
14 index 3aedf0602b4..e89337b22cd 100644
15 --- a/app-emacs/s/s-1.12.0.ebuild
16 +++ b/app-emacs/s/s-1.12.0.ebuild
17 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
18
19 LICENSE="GPL-3+"
20 SLOT="0"
21 -KEYWORDS="amd64 ~arm x86"
22 +KEYWORDS="amd64 ~arm ~ppc64 x86"
23
24 S="${WORKDIR}/s.el-${PV}"
25 SITEFILE="50${PN}-gentoo.el"