diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-09-21 10:28:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-09-21 10:28:29 +0000 |
commit | ea44a14d89ec4c91f43726528fb302c248c3cae8 (patch) | |
tree | c2c07479cc9ac21e4ea92cac32d937cfa5a7a806 /sys-apps/kmod | |
parent | Fast stabilize as previous version stopped working due to Yr.no change (diff) | |
download | gentoo-2-ea44a14d89ec4c91f43726528fb302c248c3cae8.tar.gz gentoo-2-ea44a14d89ec4c91f43726528fb302c248c3cae8.tar.bz2 gentoo-2-ea44a14d89ec4c91f43726528fb302c248c3cae8.zip |
Stable for sparc, wrt bug #517106
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", 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-18-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/kmod/ChangeLog b/sys-apps/kmod/ChangeLog index 5a0106b1a459..186adce7b271 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.168 2014/09/21 10:26:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.169 2014/09/21 10:28:29 ago Exp $ + + 21 Sep 2014; Agostino Sarubbo <ago@gentoo.org> kmod-18-r1.ebuild: + Stable for sparc, wrt bug #517106 21 Sep 2014; Agostino Sarubbo <ago@gentoo.org> kmod-18-r1.ebuild: Stable for ia64, wrt bug #517106 diff --git a/sys-apps/kmod/kmod-18-r1.ebuild b/sys-apps/kmod/kmod-18-r1.ebuild index 29d79194ed9f..20c08175cca3 100644 --- a/sys-apps/kmod/kmod-18-r1.ebuild +++ b/sys-apps/kmod/kmod-18-r1.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-18-r1.ebuild,v 1.10 2014/09/21 10:26:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild,v 1.11 2014/09/21 10:28:29 ago Exp $ EAPI=5 @@ -13,7 +13,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 |