diff options
author | 2014-02-22 08:08:45 +0000 | |
---|---|---|
committer | 2014-02-22 08:08:45 +0000 | |
commit | 094465094ad45828a8cc96ece123540252677431 (patch) | |
tree | 88f1b6156de563dd00e1ffde7bdae59d07ca09ec /sys-apps/kmod | |
parent | Stable for x86, wrt bug #499160 (diff) | |
download | gentoo-2-094465094ad45828a8cc96ece123540252677431.tar.gz gentoo-2-094465094ad45828a8cc96ece123540252677431.tar.bz2 gentoo-2-094465094ad45828a8cc96ece123540252677431.zip |
Stable for x86, wrt bug #500106
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/kmod')
-rw-r--r-- | sys-apps/kmod/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/kmod/kmod-16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/kmod/ChangeLog b/sys-apps/kmod/ChangeLog index 86ac6683a4e0..a50d55650dda 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.131 2014/02/20 22:59:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.132 2014/02/22 08:08:45 ago Exp $ + + 22 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kmod-16.ebuild: + Stable for x86, wrt bug #500106 20 Feb 2014; Pacho Ramos <pacho@gentoo.org> kmod-16.ebuild: amd64 stable, bug #500106 diff --git a/sys-apps/kmod/kmod-16.ebuild b/sys-apps/kmod/kmod-16.ebuild index 1a7048f12214..a900256663ec 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.7 2014/02/20 22:59:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-16.ebuild,v 1.8 2014/02/22 08:08:45 ago 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 |