diff options
author | 2012-03-19 17:04:18 +0000 | |
---|---|---|
committer | 2012-03-19 17:04:18 +0000 | |
commit | 5c6e03a038faa30d439997701a0f31d681b0af3c (patch) | |
tree | 4b6ee9fea180da123aa90919a84347ba2f290900 /sys-fs | |
parent | Remove sys-apps/baselayout depend from here in favour of letting sys-fs/udev-... (diff) | |
download | historical-5c6e03a038faa30d439997701a0f31d681b0af3c.tar.gz historical-5c6e03a038faa30d439997701a0f31d681b0af3c.tar.bz2 historical-5c6e03a038faa30d439997701a0f31d681b0af3c.zip |
whitespace
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/nilfs-utils/nilfs-utils-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/nilfs-utils/nilfs-utils-2.1.0.ebuild b/sys-fs/nilfs-utils/nilfs-utils-2.1.0.ebuild index 4c7090c3ae3a..1711be46f125 100644 --- a/sys-fs/nilfs-utils/nilfs-utils-2.1.0.ebuild +++ b/sys-fs/nilfs-utils/nilfs-utils-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.1.0.ebuild,v 1.3 2012/03/19 15:10:41 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.1.0.ebuild,v 1.4 2012/03/19 17:04:18 mr_bones_ Exp $ EAPI=3 @@ -24,7 +24,7 @@ pkg_setup() { ebegin "Checking for POSIX MQUEUE support" linux_chkconfig_present POSIX_MQUEUE eend $? - + if [[ $? -ne 0 ]]; then eerror "Plese enable POSIX Message Queues support" eerror |