Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtar/
Date: Tue, 30 May 2017 07:00:29
Message-Id: 1496127385.60a68cb546ff2f1c9bfe9df570aa3ee844b90996.aballier@gentoo
1 commit: 60a68cb546ff2f1c9bfe9df570aa3ee844b90996
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 29 10:53:24 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue May 30 06:56:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a68cb5
7
8 dev-libs/libtar: keyword ~arm
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-libs/libtar/libtar-1.2.20-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libtar/libtar-1.2.20-r3.ebuild b/dev-libs/libtar/libtar-1.2.20-r3.ebuild
16 index 300fe612976..8dab4e2db8b 100644
17 --- a/dev-libs/libtar/libtar-1.2.20-r3.ebuild
18 +++ b/dev-libs/libtar/libtar-1.2.20-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 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 @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="amd64 ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
30 +KEYWORDS="amd64 ~arm ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
31 IUSE="static-libs zlib"
32
33 RDEPEND="zlib? ( sys-libs/zlib )