diff options
author | 2013-06-25 14:53:35 +0000 | |
---|---|---|
committer | 2013-06-25 14:53:35 +0000 | |
commit | 84a6b45ea809202cea64e3ae6587cedd138ac179 (patch) | |
tree | b2891275f2cd7b9a2cdaa2476f2e5825b7ba9fbc /sys-apps/kmod | |
parent | Stable for amd64, wrt bug #470580 (diff) | |
download | gentoo-2-84a6b45ea809202cea64e3ae6587cedd138ac179.tar.gz gentoo-2-84a6b45ea809202cea64e3ae6587cedd138ac179.tar.bz2 gentoo-2-84a6b45ea809202cea64e3ae6587cedd138ac179.zip |
Stable for amd64, wrt bug #470580
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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-13-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/kmod/ChangeLog b/sys-apps/kmod/ChangeLog index 40a9b7ec789c..13d4e8e47cb1 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.86 2013/06/14 21:59:30 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.87 2013/06/25 14:53:35 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> kmod-13-r1.ebuild: + Stable for amd64, wrt bug #470580 14 Jun 2013; William Hubbs <williamh@gentoo.org> kmod-9999.ebuild: always build shared libraries diff --git a/sys-apps/kmod/kmod-13-r1.ebuild b/sys-apps/kmod/kmod-13-r1.ebuild index 89a1f5c3da4c..71592e497b05 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.4 2013/06/09 16:03:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-13-r1.ebuild,v 1.5 2013/06/25 14:53:35 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" |