diff options
author | 2014-02-20 22:59:13 +0000 | |
---|---|---|
committer | 2014-02-20 22:59:13 +0000 | |
commit | 633b46e4b54bf83797dff26317dee5479891517c (patch) | |
tree | f2ead91967d886ba376ce631a05b700142625453 /sys-apps/kmod/kmod-16.ebuild | |
parent | Linux patch 3.13.4 (diff) | |
download | gentoo-2-633b46e4b54bf83797dff26317dee5479891517c.tar.gz gentoo-2-633b46e4b54bf83797dff26317dee5479891517c.tar.bz2 gentoo-2-633b46e4b54bf83797dff26317dee5479891517c.zip |
amd64 stable, bug #500106
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-apps/kmod/kmod-16.ebuild')
-rw-r--r-- | sys-apps/kmod/kmod-16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/kmod/kmod-16.ebuild b/sys-apps/kmod/kmod-16.ebuild index 3b34a3486583..1a7048f12214 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.6 2014/02/20 14:48:18 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-16.ebuild,v 1.7 2014/02/20 22:59:13 pacho 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 |