Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/
Date: Wed, 05 Apr 2017 09:52:03
Message-Id: 1491385877.e981aea680cd76d298051929b52d2ca6256b53b9.xmw@gentoo
1 commit: e981aea680cd76d298051929b52d2ca6256b53b9
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 09:36:25 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 09:51:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e981aea6
7
8 dev-ml/lwt: add ~ppc (bug 527318).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="ppc"
12
13 dev-ml/lwt/lwt-2.7.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ml/lwt/lwt-2.7.0.ebuild b/dev-ml/lwt/lwt-2.7.0.ebuild
17 index 43e654b31c1..6a72be49a08 100644
18 --- a/dev-ml/lwt/lwt-2.7.0.ebuild
19 +++ b/dev-ml/lwt/lwt-2.7.0.ebuild
20 @@ -27,7 +27,7 @@ RDEPEND="${DEPEND}
21
22 SLOT="0/${PV}"
23 LICENSE="LGPL-2.1-with-linking-exception"
24 -KEYWORDS="~amd64 ~x86-fbsd"
25 +KEYWORDS="~amd64 ~ppc ~x86-fbsd"
26
27 DOCS=( "CHANGES" "README.md" )