diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-06-02 09:24:20 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-06-02 09:24:20 +0000 |
commit | 697e6e85770b77f3aaf4201543c63d22d5b839ad (patch) | |
tree | 1fceedb2ca4a3518d42e5eda61190c829066ec6a /sys-fs/aufs3/aufs3-3_p20140526.ebuild | |
parent | Initial commit. Text tools forever! (diff) | |
download | historical-697e6e85770b77f3aaf4201543c63d22d5b839ad.tar.gz historical-697e6e85770b77f3aaf4201543c63d22d5b839ad.tar.bz2 historical-697e6e85770b77f3aaf4201543c63d22d5b839ad.zip |
sys-fs/aufs3: Version Bump
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'sys-fs/aufs3/aufs3-3_p20140526.ebuild')
-rw-r--r-- | sys-fs/aufs3/aufs3-3_p20140526.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/aufs3/aufs3-3_p20140526.ebuild b/sys-fs/aufs3/aufs3-3_p20140526.ebuild index cf049c607490..95cccd7d1724 100644 --- a/sys-fs/aufs3/aufs3-3_p20140526.ebuild +++ b/sys-fs/aufs3/aufs3-3_p20140526.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-fs/aufs3/aufs3-3_p20140526.ebuild,v 1.1 2014/05/26 06:29:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20140526.ebuild,v 1.2 2014/06/02 09:23:19 jlec Exp $ EAPI=5 @@ -36,7 +36,7 @@ S="${WORKDIR}"/${PN}-standalone MODULE_NAMES="aufs(misc:${S})" pkg_setup() { -# CONFIG_CHECK+=" !AUFS_FS" + CONFIG_CHECK+=" !AUFS_FS" use inotify && CONFIG_CHECK+=" ~FSNOTIFY" use nfs && CONFIG_CHECK+=" EXPORTFS" use fuse && CONFIG_CHECK+=" ~FUSE_FS" |