diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-12 10:18:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-12 10:18:34 +0000 |
commit | defbf8c979c93ec4ad3a635affe977c494b3f90d (patch) | |
tree | 6319d27e687c8b99c96760cd0b0a778599ca14a0 /sys-apps/kmod/kmod-16.ebuild | |
parent | Stable for sparc, wrt bug #499476 (diff) | |
download | gentoo-2-defbf8c979c93ec4ad3a635affe977c494b3f90d.tar.gz gentoo-2-defbf8c979c93ec4ad3a635affe977c494b3f90d.tar.bz2 gentoo-2-defbf8c979c93ec4ad3a635affe977c494b3f90d.zip |
Stable for sparc, wrt bug #500106
(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/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 11d6acf25aa2..bcc61982254d 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.10 2014/02/23 19:49:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-16.ebuild,v 1.11 2014/03/12 10:18:34 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 |