diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-02-23 08:53:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-02-23 08:53:33 +0000 |
commit | 405394994adaa2e52779b5bb0c12db1f4be746e8 (patch) | |
tree | de8cbcd22024b6e7eb358cf7a3fad79cc9c0e4ba /sys-apps/kmod | |
parent | Stable for ppc, wrt bug #495720 (diff) | |
download | gentoo-2-405394994adaa2e52779b5bb0c12db1f4be746e8.tar.gz gentoo-2-405394994adaa2e52779b5bb0c12db1f4be746e8.tar.bz2 gentoo-2-405394994adaa2e52779b5bb0c12db1f4be746e8.zip |
Stable for ppc, wrt bug #500106
(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/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 a50d55650dda..6f9d6761659c 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.132 2014/02/22 08:08:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.133 2014/02/23 08:53:33 ago Exp $ + + 23 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kmod-16.ebuild: + Stable for ppc, wrt bug #500106 22 Feb 2014; Agostino Sarubbo <ago@gentoo.org> kmod-16.ebuild: Stable for x86, wrt bug #500106 diff --git a/sys-apps/kmod/kmod-16.ebuild b/sys-apps/kmod/kmod-16.ebuild index a900256663ec..922d48f24c99 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.8 2014/02/22 08:08:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-16.ebuild,v 1.9 2014/02/23 08:53:33 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 |