Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/kmod/
Date: Sun, 04 Mar 2018 11:35:02
Message-Id: 1520163284.fb53b08afc200341cd9ce2080f9c5929c8ceae1a.klausman@gentoo
1 commit: fb53b08afc200341cd9ce2080f9c5929c8ceae1a
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 4 11:06:03 2018 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 4 11:34:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb53b08a
7
8 sys-apps/kmod-24-r0: alpha stable
9
10 Gentoo-Bug: http://bugs.gentoo.org/643986
11
12 sys-apps/kmod/kmod-24.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/kmod/kmod-24.ebuild b/sys-apps/kmod/kmod-24.ebuild
16 index 8573d86d263..1900a8141e0 100644
17 --- a/sys-apps/kmod/kmod-24.ebuild
18 +++ b/sys-apps/kmod/kmod-24.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
20 inherit autotools git-2
21 else
22 SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz"
23 - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
24 + KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
25 inherit libtool
26 fi