Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/kmod/
Date: Sun, 24 Feb 2019 19:20:42
Message-Id: 1551036002.811d0a53924b7719f7ea4c74d93225adcb758744.maekke@gentoo
1 commit: 811d0a53924b7719f7ea4c74d93225adcb758744
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 24 19:20:02 2019 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 24 19:20:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811d0a53
7
8 sys-apps/kmod: arm stable, bug #677942
9
10 Signed-off-by: Markus Meier <maekke <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="arm"
13
14 sys-apps/kmod/kmod-25.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/kmod/kmod-25.ebuild b/sys-apps/kmod/kmod-25.ebuild
18 index 7ed3c8b8f27..27104ac4150 100644
19 --- a/sys-apps/kmod/kmod-25.ebuild
20 +++ b/sys-apps/kmod/kmod-25.ebuild
21 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
22 inherit autotools git-r3
23 else
24 SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz"
25 - KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
26 + KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
27 inherit libtool
28 fi