Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdmtx/
Date: Sat, 29 Jul 2017 20:36:50
Message-Id: 1501360508.8f00a73782923ef5d193ea82b903b04acf750bb1.aballier@gentoo
1 commit: 8f00a73782923ef5d193ea82b903b04acf750bb1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 29 20:35:08 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 29 20:35:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f00a737
7
8 media-libs/libdmtx: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 media-libs/libdmtx/libdmtx-0.7.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/libdmtx/libdmtx-0.7.4.ebuild b/media-libs/libdmtx/libdmtx-0.7.4.ebuild
16 index e0c22120ee9..7677996a6a5 100644
17 --- a/media-libs/libdmtx/libdmtx-0.7.4.ebuild
18 +++ b/media-libs/libdmtx/libdmtx-0.7.4.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=4
25 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
26
27 LICENSE="LGPL-2.1"
28 SLOT="0"
29 -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
30 +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~x86-fbsd"
31 IUSE="static-libs"
32
33 DEPEND=""