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: Sun, 06 Sep 2020 07:49:40
Message-Id: 1599378552.c96c447f6d244f2fa2a21695687dd5550beff7d2.slyfox@gentoo
1 commit: c96c447f6d244f2fa2a21695687dd5550beff7d2
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 6 07:45:18 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 6 07:49:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96c447f
7
8 sys-apps/kmod: stable 27-r2 for hppa
9
10 stable wrt bug #736723
11
12 Package-Manager: Portage-3.0.5, Repoman-3.0.1
13 RepoMan-Options: --include-arches="hppa"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 sys-apps/kmod/kmod-27-r2.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sys-apps/kmod/kmod-27-r2.ebuild b/sys-apps/kmod/kmod-27-r2.ebuild
20 index 27621e7504c..f7c5298d4aa 100644
21 --- a/sys-apps/kmod/kmod-27-r2.ebuild
22 +++ b/sys-apps/kmod/kmod-27-r2.ebuild
23 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
24 inherit git-r3
25 else
26 SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/kmod/${P}.tar.xz"
27 - KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
28 + KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
29 #inherit libtool
30 fi