summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2014-02-23 19:49:47 +0000
committerMarkus Meier <maekke@gentoo.org>2014-02-23 19:49:47 +0000
commit1f4f44cf7137f7ec8b9fd6a85927ebe15bdd2c71 (patch)
treebcf4eb37c267aeebedbc2b9cb55522065ed9a898 /sys-apps
parentarm stable, bug #499476 (diff)
downloadgentoo-2-1f4f44cf7137f7ec8b9fd6a85927ebe15bdd2c71.tar.gz
gentoo-2-1f4f44cf7137f7ec8b9fd6a85927ebe15bdd2c71.tar.bz2
gentoo-2-1f4f44cf7137f7ec8b9fd6a85927ebe15bdd2c71.zip
arm stable, bug #500106
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/kmod/ChangeLog5
-rw-r--r--sys-apps/kmod/kmod-16.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/kmod/ChangeLog b/sys-apps/kmod/ChangeLog
index 6f9d6761659c..00d06221fb16 100644
--- a/sys-apps/kmod/ChangeLog
+++ b/sys-apps/kmod/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/kmod
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.133 2014/02/23 08:53:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.134 2014/02/23 19:49:47 maekke Exp $
+
+ 23 Feb 2014; Markus Meier <maekke@gentoo.org> kmod-16.ebuild:
+ arm stable, bug #500106
23 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kmod-16.ebuild:
Stable for ppc, wrt bug #500106
diff --git a/sys-apps/kmod/kmod-16.ebuild b/sys-apps/kmod/kmod-16.ebuild
index 922d48f24c99..11d6acf25aa2 100644
--- a/sys-apps/kmod/kmod-16.ebuild
+++ b/sys-apps/kmod/kmod-16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-16.ebuild,v 1.9 2014/02/23 08:53:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-16.ebuild,v 1.10 2014/02/23 19:49:47 maekke Exp $
EAPI=5
inherit bash-completion-r1 eutils multilib
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then
inherit autotools git-2
else
SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz"
- KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
+ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
inherit libtool
fi