summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-07 04:53:18 +0000
committerMike Frysinger <vapier@gentoo.org>2015-08-07 04:53:18 +0000
commit08d1af6d23c876b4314ef3b8771ef99b2f0e0458 (patch)
tree686f5d7f971a1f0c6fbb73852aa4ee2d54e1a529 /app-emulation
parentVersion bump. (diff)
downloadgentoo-2-08d1af6d23c876b4314ef3b8771ef99b2f0e0458.tar.gz
gentoo-2-08d1af6d23c876b4314ef3b8771ef99b2f0e0458.tar.bz2
gentoo-2-08d1af6d23c876b4314ef3b8771ef99b2f0e0458.zip
Make UTS_NS check non-fatal too #555434 by Deniss Gaplevsky.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/docker/ChangeLog5
-rw-r--r--app-emulation/docker/docker-1.7.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/docker/ChangeLog b/app-emulation/docker/ChangeLog
index ed7e13bfbda0..477d682e2fa3 100644
--- a/app-emulation/docker/ChangeLog
+++ b/app-emulation/docker/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/docker
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.57 2015/07/28 13:58:14 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.58 2015/08/07 04:53:18 vapier Exp $
+
+ 07 Aug 2015; Mike Frysinger <vapier@gentoo.org> docker-1.7.1.ebuild:
+ Make UTS_NS check non-fatal too #555434 by Deniss Gaplevsky.
28 Jul 2015; Kacper Kowalik <xarthisius@gentoo.org> docker-1.7.1.ebuild:
Make kernel checks non fatal. Thanks to Tianon <admwiggin@gmail.com> for the
diff --git a/app-emulation/docker/docker-1.7.1.ebuild b/app-emulation/docker/docker-1.7.1.ebuild
index 591adb52a81f..d45d5e7df44c 100644
--- a/app-emulation/docker/docker-1.7.1.ebuild
+++ b/app-emulation/docker/docker-1.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.7.1.ebuild,v 1.2 2015/07/28 13:57:07 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.7.1.ebuild,v 1.3 2015/08/07 04:53:18 vapier Exp $
EAPI=5
@@ -76,7 +76,7 @@ RESTRICT="installsources strip"
# see "contrib/check-config.sh" from upstream's sources
CONFIG_CHECK="
- ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS UTS_NS
+ ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
~DEVPTS_MULTIPLE_INSTANCES
~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED ~CPUSETS
~MACVLAN ~VETH ~BRIDGE ~BRIDGE_NETFILTER