Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libisofs/
Date: Tue, 24 Jan 2017 05:19:49
Message-Id: 1485235173.7ff6a44179e876a6a88203f093e3a3e0a6f69be2.jer@gentoo
1 commit: 7ff6a44179e876a6a88203f093e3a3e0a6f69be2
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 05:19:33 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 05:19:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff6a441
7
8 dev-libs/libisofs: Stable for HPPA (bug #598012).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --ignore-arches
12
13 dev-libs/libisofs/libisofs-1.4.6.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/libisofs/libisofs-1.4.6.ebuild b/dev-libs/libisofs/libisofs-1.4.6.ebuild
17 index 8f938ff..6b3a5df 100644
18 --- a/dev-libs/libisofs/libisofs-1.4.6.ebuild
19 +++ b/dev-libs/libisofs/libisofs-1.4.6.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -12,7 +12,7 @@ SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
31 +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
32 IUSE="acl debug static-libs verbose-debug xattr zlib"
33
34 RDEPEND="acl? ( virtual/acl )