diff options
author | 2014-07-14 19:25:23 +0000 | |
---|---|---|
committer | 2014-07-14 19:25:23 +0000 | |
commit | fabefeb72e25617e31a9f9d28495ead013714bb2 (patch) | |
tree | 5770a16bbbdf101cdf3bc4104a8b166e213a4769 /sys-apps/kmod/kmod-18-r1.ebuild | |
parent | Stable for x86, wrt bug #517106 (diff) | |
download | historical-fabefeb72e25617e31a9f9d28495ead013714bb2.tar.gz historical-fabefeb72e25617e31a9f9d28495ead013714bb2.tar.bz2 historical-fabefeb72e25617e31a9f9d28495ead013714bb2.zip |
Stable for x86, wrt bug #517106
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
RepoMan-Options: --include-arches="x86"
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'sys-apps/kmod/kmod-18-r1.ebuild')
-rw-r--r-- | sys-apps/kmod/kmod-18-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/kmod/kmod-18-r1.ebuild b/sys-apps/kmod/kmod-18-r1.ebuild index 8e468765b951..72d6d8bc933d 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.2 2014/07/14 19:24:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-18-r1.ebuild,v 1.3 2014/07/14 19:25:22 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 |