summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-05-04 12:05:27 +0000
committerJustin Lecher <jlec@gentoo.org>2015-05-04 12:05:27 +0000
commit5e1864ddf581d436c9015eccfe625d8cd2483b2a (patch)
treef5e5fb03b1669ab32eb3eed326197dd029033f30 /app-emulation
parentVersion bump. Removed old (diff)
downloadgentoo-2-5e1864ddf581d436c9015eccfe625d8cd2483b2a.tar.gz
gentoo-2-5e1864ddf581d436c9015eccfe625d8cd2483b2a.tar.bz2
gentoo-2-5e1864ddf581d436c9015eccfe625d8cd2483b2a.zip
Add missing dependency on aufs4, thanks jbergstroem for the report
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/docker/ChangeLog5
-rw-r--r--app-emulation/docker/docker-1.6.0.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/docker/ChangeLog b/app-emulation/docker/ChangeLog
index ba5ac05f3080..4817fa5db980 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.43 2015/04/29 18:15:28 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.44 2015/05/04 12:05:27 jlec Exp $
+
+ 04 May 2015; Justin Lecher <jlec@gentoo.org> docker-1.6.0.ebuild:
+ Add missing dependency on aufs4, thanks jbergstroem for the report
29 Apr 2015; Kacper Kowalik <xarthisius@gentoo.org> docker-1.6.0.ebuild:
Drop ~CFS_BANDWIDTH as it's not yet used by 1.6.0, add warning message for
diff --git a/app-emulation/docker/docker-1.6.0.ebuild b/app-emulation/docker/docker-1.6.0.ebuild
index 51fac88ccef4..c7adde000dca 100644
--- a/app-emulation/docker/docker-1.6.0.ebuild
+++ b/app-emulation/docker/docker-1.6.0.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.6.0.ebuild,v 1.2 2015/04/29 18:15:28 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.6.0.ebuild,v 1.3 2015/05/04 12:05:27 jlec Exp $
EAPI=5
@@ -62,6 +62,7 @@ RDEPEND="
aufs? (
|| (
sys-fs/aufs3
+ sys-fs/aufs4
sys-kernel/aufs-sources
)
)