Merge pull request #295 from philips/disable-audit-in-the-kernel

fix(sys-kernel/coreos-kernel): disable audit
This commit is contained in:
Greg Kroah-Hartman 2014-01-06 18:36:01 -08:00
commit fea1d294e0
2 changed files with 3580 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.7.5.ebuild,v 1.1 2013/01/28 13:18:54 ago Exp $
EAPI=5
CROS_WORKON_COMMIT="2e8b6ebe08210cda2967c63320fc0052de903efa"
CROS_WORKON_REPO="git://github.com"
CROS_WORKON_PROJECT="coreos/linux"
CROS_WORKON_LOCALNAME="linux"
inherit cros-workon cros-kernel2
DESCRIPTION="CoreOS kernel"
HOMEPAGE="http://www.kernel.org"
SRC_URI=""
KEYWORDS="amd64"
IUSE=""