Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
Date: Thu, 04 Jan 2018 20:22:59
Message-Id: 1515097363.5a0e030ba4c5658155be64b4cf013653eb9f85be.zlogene@gentoo
1 commit: 5a0e030ba4c5658155be64b4cf013653eb9f85be
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 20:22:14 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 20:22:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0e030b
7
8 app-arch/afio: amd64 stable wrt bug #429360
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 app-arch/afio/afio-2.5.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-arch/afio/afio-2.5.1-r1.ebuild b/app-arch/afio/afio-2.5.1-r1.ebuild
16 index 25f3a1dd310..4b2061f89c3 100644
17 --- a/app-arch/afio/afio-2.5.1-r1.ebuild
18 +++ b/app-arch/afio/afio-2.5.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,7 @@ SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz"
26
27 LICENSE="Artistic LGPL-2"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc sparc x86"
30 +KEYWORDS="~alpha amd64 ~hppa ~ppc sparc x86"
31
32 PATCHES=( "${FILESDIR}"/${PN}-2.5.1-fix-build-system.patch )