Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdmtx/
Date: Mon, 27 May 2019 21:05:06
Message-Id: 1558990864.d37489fdc30e51ed71e6a2df61169dbc517fd401.bman@gentoo
1 commit: d37489fdc30e51ed71e6a2df61169dbc517fd401
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 27 21:01:04 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon May 27 21:01:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37489fd
7
8 media-libs/libdmtx: arm64 stable
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 RepoMan-Options: --include-arches="arm64"
13
14 media-libs/libdmtx/libdmtx-0.7.4.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/libdmtx/libdmtx-0.7.4.ebuild b/media-libs/libdmtx/libdmtx-0.7.4.ebuild
18 index ebeeb12a21d..860a328be6d 100644
19 --- a/media-libs/libdmtx/libdmtx-0.7.4.ebuild
20 +++ b/media-libs/libdmtx/libdmtx-0.7.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
28
29 LICENSE="LGPL-2.1"
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~x86-fbsd"
32 +KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~x86-fbsd"
33 IUSE="static-libs"
34
35 DEPEND=""