Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/extlib/
Date: Wed, 05 Apr 2017 17:51:02
Message-Id: 1491414532.3d07304107341dc04d29cde56ab9dc640ce415ce.maekke@gentoo
1 commit: 3d07304107341dc04d29cde56ab9dc640ce415ce
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 17:29:06 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 17:48:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d073041
7
8 dev-ml/extlib: add ~arm, bug #611014
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="arm"
12
13 dev-ml/extlib/extlib-1.7.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ml/extlib/extlib-1.7.1.ebuild b/dev-ml/extlib/extlib-1.7.1.ebuild
17 index 50788c3c054..33dffa043aa 100644
18 --- a/dev-ml/extlib/extlib-1.7.1.ebuild
19 +++ b/dev-ml/extlib/extlib-1.7.1.ebuild
20 @@ -15,7 +15,7 @@ DEPEND="
21 "
22 RDEPEND="${DEPEND}"
23 SLOT="0/${PV}"
24 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
25 +KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
26 IUSE="doc +ocamlopt"
27 S="${WORKDIR}/ocaml-${P}"