Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/kmod/
Date: Tue, 09 Jan 2018 22:26:16
Message-Id: 1515536751.1fa3c837dc2e54432af5dc275b1f4214f429a600.slyfox@gentoo
1 commit: 1fa3c837dc2e54432af5dc275b1f4214f429a600
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Tue Jan 9 19:22:41 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 22:25:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa3c837
7
8 sys-apps/kmod: stable 24 for hppa/sparc, bug #643986
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11 RepoMan-Options: --include-arches="hppa sparc"
12
13 sys-apps/kmod/kmod-24.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/kmod/kmod-24.ebuild b/sys-apps/kmod/kmod-24.ebuild
17 index 3a82094b051..77b0a8b5ccd 100644
18 --- a/sys-apps/kmod/kmod-24.ebuild
19 +++ b/sys-apps/kmod/kmod-24.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
27 inherit autotools git-2
28 else
29 SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz"
30 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
31 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
32 inherit libtool
33 fi