diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-01-13 04:16:16 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-01-13 04:16:16 +0000 |
commit | 271aa3c7f3f03be8d892c18ddd51bd4772157363 (patch) | |
tree | fc713743413918885b50aa8396e800f75e158b52 /sys-cluster/nova/nova-2014.2.1.ebuild | |
parent | Bump (diff) | |
download | gentoo-2-271aa3c7f3f03be8d892c18ddd51bd4772157363.tar.gz gentoo-2-271aa3c7f3f03be8d892c18ddd51bd4772157363.tar.bz2 gentoo-2-271aa3c7f3f03be8d892c18ddd51bd4772157363.zip |
general cleanup and fixing bug 536340
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'sys-cluster/nova/nova-2014.2.1.ebuild')
-rw-r--r-- | sys-cluster/nova/nova-2014.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/nova/nova-2014.2.1.ebuild b/sys-cluster/nova/nova-2014.2.1.ebuild index 41600e504f7c..616773d06256 100644 --- a/sys-cluster/nova/nova-2014.2.1.ebuild +++ b/sys-cluster/nova/nova-2014.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2014.2.1.ebuild,v 1.1 2014/12/09 01:42:53 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2014.2.1.ebuild,v 1.2 2015/01/13 04:16:16 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -130,7 +130,7 @@ pkg_setup() { ISCSI_TCP SCSI_DH DM_MULTIPATH DM_SNAPSHOT" if linux_config_exists; then for module in ${CONFIG_CHECK_MODULES}; do - linux_chkconfig_present ${module} || ewarn "${module} needs to be built as module (builtin doesn't work)" + linux_chkconfig_present ${module} || ewarn "${module} needs to be enabled in kernel" done fi enewgroup nova |