summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-11-22 10:42:14 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-11-22 10:42:14 +0000
commit74ab100ca5c0c9b7b1fc416f4f23596485110151 (patch)
treeb2d1f6e0f9c704e615c2348437c079db28c702d3 /app-emulation/lxc
parentx86 stable per bug 329863 (diff)
downloadgentoo-2-74ab100ca5c0c9b7b1fc416f4f23596485110151.tar.gz
gentoo-2-74ab100ca5c0c9b7b1fc416f4f23596485110151.tar.bz2
gentoo-2-74ab100ca5c0c9b7b1fc416f4f23596485110151.zip
Revision bump to make sure that the rootfs mount point is the same between 32-bit and 64-bit systems.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/lxc')
-rw-r--r--app-emulation/lxc/ChangeLog9
-rw-r--r--app-emulation/lxc/lxc-0.7.3-r1.ebuild (renamed from app-emulation/lxc/lxc-0.7.3.ebuild)5
2 files changed, 11 insertions, 3 deletions
diff --git a/app-emulation/lxc/ChangeLog b/app-emulation/lxc/ChangeLog
index e56afd25529b..745bcb7f8af1 100644
--- a/app-emulation/lxc/ChangeLog
+++ b/app-emulation/lxc/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-emulation/lxc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.17 2010/11/16 14:14:55 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.18 2010/11/22 10:42:14 flameeyes Exp $
+
+*lxc-0.7.3-r1 (22 Nov 2010)
+
+ 22 Nov 2010; Diego E. Pettenò <flameeyes@gentoo.org> -lxc-0.7.3.ebuild,
+ +lxc-0.7.3-r1.ebuild:
+ Revision bump to make sure that the rootfs mount point is the same between
+ 32-bit and 64-bit systems.
*lxc-0.7.3 (16 Nov 2010)
diff --git a/app-emulation/lxc/lxc-0.7.3.ebuild b/app-emulation/lxc/lxc-0.7.3-r1.ebuild
index dc14ed362252..889991db6d16 100644
--- a/app-emulation/lxc/lxc-0.7.3.ebuild
+++ b/app-emulation/lxc/lxc-0.7.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.7.3.ebuild,v 1.1 2010/11/16 14:14:55 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.7.3-r1.ebuild,v 1.1 2010/11/22 10:42:14 flameeyes Exp $
EAPI="2"
@@ -59,6 +59,7 @@ src_configure() {
--bindir=/usr/sbin \
--docdir=/usr/share/doc/${PF} \
--with-config-path=/etc/lxc \
+ --with-rootfs-path=/usr/lib/lxc/rootfs \
$(use_enable doc) \
$(use_enable examples) \
|| die "configure failed"
@@ -82,7 +83,7 @@ src_install() {
"${D}"/usr/share/man/man1/lxc-ls.1 \
|| die "unable to remove extraenous content"
- keepdir /etc/lxc
+ keepdir /etc/lxc /usr/lib/lxc/rootfs
find "${D}" -name '*.la' -delete