summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-12-29 09:29:35 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-12-29 09:43:12 +0200
commite40859c2f4f845cabad357e90b51e99b72d842e5 (patch)
tree0b9f5b980583c83731f8a8d22fc9ca6cd6e6b4c5 /app-emulation
parentvirtual/linux-sources: drop removed kernel packages (diff)
downloadgentoo-e40859c2f4f845cabad357e90b51e99b72d842e5.tar.gz
gentoo-e40859c2f4f845cabad357e90b51e99b72d842e5.tar.bz2
gentoo-e40859c2f4f845cabad357e90b51e99b72d842e5.zip
app-emulation/docker: clarify ERROR_AUFS_FS check
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/docker/docker-19.03.13-r2.ebuild2
-rw-r--r--app-emulation/docker/docker-19.03.14.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker/docker-19.03.13-r2.ebuild b/app-emulation/docker/docker-19.03.13-r2.ebuild
index 0e9fcd9f79b3..b4de621c665c 100644
--- a/app-emulation/docker/docker-19.03.13-r2.ebuild
+++ b/app-emulation/docker/docker-19.03.13-r2.ebuild
@@ -170,7 +170,7 @@ pkg_setup() {
~AUFS_FS
~EXT4_FS_POSIX_ACL ~EXT4_FS_SECURITY
"
- ERROR_AUFS_FS="CONFIG_AUFS_FS: is required to be set if and only if aufs-sources are used instead of aufs4/aufs3"
+ ERROR_AUFS_FS="CONFIG_AUFS_FS: is required to be set if and only if aufs is patched to kernel instead of using standalone"
fi
if use btrfs; then
diff --git a/app-emulation/docker/docker-19.03.14.ebuild b/app-emulation/docker/docker-19.03.14.ebuild
index fa355dcabb81..7524b7a23f46 100644
--- a/app-emulation/docker/docker-19.03.14.ebuild
+++ b/app-emulation/docker/docker-19.03.14.ebuild
@@ -170,7 +170,7 @@ pkg_setup() {
~AUFS_FS
~EXT4_FS_POSIX_ACL ~EXT4_FS_SECURITY
"
- ERROR_AUFS_FS="CONFIG_AUFS_FS: is required to be set if and only if aufs-sources are used instead of aufs4/aufs3"
+ ERROR_AUFS_FS="CONFIG_AUFS_FS: is required to be set if and only if aufs is patched to kernel instead of using standalone"
fi
if use btrfs; then