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/dash/
Date: Fri, 21 Sep 2018 20:53:35
Message-Id: 1537563187.013da75c14631b1704011d07cc0d0ffd886bf3de.mattst88@gentoo
1 commit: 013da75c14631b1704011d07cc0d0ffd886bf3de
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 21 20:52:50 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=013da75c
7
8 app-emacs/dash-2.14.1: added ~ppc64, bug 666621
9
10 app-emacs/dash/dash-2.14.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-emacs/dash/dash-2.14.1.ebuild b/app-emacs/dash/dash-2.14.1.ebuild
14 index b406d183cd2..58aa3aa8d5a 100644
15 --- a/app-emacs/dash/dash-2.14.1.ebuild
16 +++ b/app-emacs/dash/dash-2.14.1.ebuild
17 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/magnars/dash.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
18
19 LICENSE="GPL-3+"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
22 +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
23
24 DEPEND="sys-apps/texinfo"