From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60E611382C5 for ; Tue, 29 Dec 2020 07:43:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9B9EE0BBB; Tue, 29 Dec 2020 07:43:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 958DCE0BBB for ; Tue, 29 Dec 2020 07:43:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B89DC34134E for ; Tue, 29 Dec 2020 07:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E7D347F for ; Tue, 29 Dec 2020 07:43:24 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1609227792.e40859c2f4f845cabad357e90b51e99b72d842e5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker/docker-19.03.13-r2.ebuild app-emulation/docker/docker-19.03.14.ebuild X-VCS-Directories: app-emulation/docker/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e40859c2f4f845cabad357e90b51e99b72d842e5 X-VCS-Branch: master Date: Tue, 29 Dec 2020 07:43:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 983f0e12-4581-4913-a38b-ecde2ba91c05 X-Archives-Hash: 0a347a2828bf639f1ce181025c5faed2 commit: e40859c2f4f845cabad357e90b51e99b72d842e5 Author: Joonas Niilola gentoo org> AuthorDate: Tue Dec 29 07:29:35 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Dec 29 07:43:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40859c2 app-emulation/docker: clarify ERROR_AUFS_FS check Signed-off-by: Joonas Niilola gentoo.org> app-emulation/docker/docker-19.03.13-r2.ebuild | 2 +- app-emulation/docker/docker-19.03.14.ebuild | 2 +- 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 0e9fcd9f79b..b4de621c665 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 fa355dcabb8..7524b7a23f4 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