summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-01-19 19:39:04 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-01-19 19:39:04 +0000
commitf725601a8a5684450b3e47f17ca79b291fa6e1a6 (patch)
tree56c5dd6cc9a49359f09bcb273371ee3765b25758 /sys-apps/kmod
parentStable for sparc, wrt bug #487332 (diff)
downloadgentoo-2-f725601a8a5684450b3e47f17ca79b291fa6e1a6.tar.gz
gentoo-2-f725601a8a5684450b3e47f17ca79b291fa6e1a6.tar.bz2
gentoo-2-f725601a8a5684450b3e47f17ca79b291fa6e1a6.zip
Stable for ppc, wrt bug #487338
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/kmod')
-rw-r--r--sys-apps/kmod/ChangeLog5
-rw-r--r--sys-apps/kmod/kmod-15.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/kmod/ChangeLog b/sys-apps/kmod/ChangeLog
index 2197fd0ea4e9..11a9a51df130 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.123 2014/01/18 04:33:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.124 2014/01/19 19:39:04 ago Exp $
+
+ 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> kmod-15.ebuild:
+ Stable for ppc, wrt bug #487338
18 Jan 2014; Mike Frysinger <vapier@gentoo.org> kmod-15-r1.ebuild,
kmod-16.ebuild, kmod-9999.ebuild:
diff --git a/sys-apps/kmod/kmod-15.ebuild b/sys-apps/kmod/kmod-15.ebuild
index 36c144885f5e..8b63ec08ea4b 100644
--- a/sys-apps/kmod/kmod-15.ebuild
+++ b/sys-apps/kmod/kmod-15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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-15.ebuild,v 1.8 2013/12/27 21:40:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-15.ebuild,v 1.9 2014/01/19 19:39:04 ago Exp $
EAPI=5
inherit autotools eutils libtool multilib toolchain-funcs versionator
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-2
else
SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz"
- KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+ KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
fi
DESCRIPTION="library and tools for managing linux kernel modules"