summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2014-02-20 14:48:18 +0000
committerAkinori Hattori <hattya@gentoo.org>2014-02-20 14:48:18 +0000
commitd8e2daf18c69803abbdc09ce2f1774c9a04820ce (patch)
tree0b0996305f08011f259f85a57c2f5a1784c0d47c /sys-apps
parentia64 stable wrt bug #500680 (diff)
downloadgentoo-2-d8e2daf18c69803abbdc09ce2f1774c9a04820ce.tar.gz
gentoo-2-d8e2daf18c69803abbdc09ce2f1774c9a04820ce.tar.bz2
gentoo-2-d8e2daf18c69803abbdc09ce2f1774c9a04820ce.zip
ia64 stable wrt bug #500106
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
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 a790f6490707..09faa0b89872 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.129 2014/02/11 05:25:35 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.130 2014/02/20 14:48:18 hattya Exp $
+
+ 20 Feb 2014; Akinori Hattori <hattya@gentoo.org> kmod-16.ebuild:
+ ia64 stable wrt bug #500106
11 Feb 2014; Matt Turner <mattst88@gentoo.org> kmod-16.ebuild:
alpha stable, bug 500106.
diff --git a/sys-apps/kmod/kmod-16.ebuild b/sys-apps/kmod/kmod-16.ebuild
index 9426df0e8725..3b34a3486583 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.5 2014/02/11 05:25:35 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-16.ebuild,v 1.6 2014/02/20 14:48:18 hattya 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