summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-06-30 18:05:58 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-06-30 18:05:58 +0000
commit7304ff1e6dc4169879b0fd426564b26b0a072ecf (patch)
tree56c69486cd57786ff637d5c2554de0ddfffc9b34 /sys-apps
parentStable for s390, wrt bug #470580 (diff)
downloadgentoo-2-7304ff1e6dc4169879b0fd426564b26b0a072ecf.tar.gz
gentoo-2-7304ff1e6dc4169879b0fd426564b26b0a072ecf.tar.bz2
gentoo-2-7304ff1e6dc4169879b0fd426564b26b0a072ecf.zip
Stable for s390, wrt bug #470580
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/kmod/ChangeLog5
-rw-r--r--sys-apps/kmod/kmod-13-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/kmod/ChangeLog b/sys-apps/kmod/ChangeLog
index cd3823702132..f3361b6240bf 100644
--- a/sys-apps/kmod/ChangeLog
+++ b/sys-apps/kmod/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/kmod
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.94 2013/06/29 19:25:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.95 2013/06/30 18:05:58 ago Exp $
+
+ 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> kmod-13-r1.ebuild:
+ Stable for s390, wrt bug #470580
29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> kmod-13-r1.ebuild:
Stable for ppc64, wrt bug #470580
diff --git a/sys-apps/kmod/kmod-13-r1.ebuild b/sys-apps/kmod/kmod-13-r1.ebuild
index f578a0ad3827..61a0258c53ab 100644
--- a/sys-apps/kmod/kmod-13-r1.ebuild
+++ b/sys-apps/kmod/kmod-13-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-13-r1.ebuild,v 1.12 2013/06/29 19:25:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-13-r1.ebuild,v 1.13 2013/06/30 18:05:58 ago Exp $
EAPI=5
@@ -13,7 +13,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"