Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libraw1394/
Date: Sun, 18 Jun 2017 11:56:25
Message-Id: 1497786249.eda62e3160e41f2d3072f1770b48a27b95330e69.aballier@gentoo
1 commit: eda62e3160e41f2d3072f1770b48a27b95330e69
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 10:37:34 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 11:44:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda62e31
7
8 sys-libs/libraw1394: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sys-libs/libraw1394/libraw1394-2.1.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/libraw1394/libraw1394-2.1.2.ebuild b/sys-libs/libraw1394/libraw1394-2.1.2.ebuild
16 index 3ac7aff339c..b9be065a79c 100644
17 --- a/sys-libs/libraw1394/libraw1394-2.1.2.ebuild
18 +++ b/sys-libs/libraw1394/libraw1394-2.1.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/libs/ieee1394/${P}.tar.xz"
26
27 LICENSE="LGPL-2.1"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
30 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
31 IUSE="static-libs"
32
33 DEPEND="app-arch/xz-utils"