summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-01-29 04:49:39 +0000
committerMike Frysinger <vapier@gentoo.org>2015-01-29 04:49:39 +0000
commit67f25341da8dd21954276da6381510ab82e33f0c (patch)
tree909acc7ce0e7d74a7a3431b60be5a939be75d156 /app-emulation
parentDrop old patches (diff)
downloadgentoo-2-67f25341da8dd21954276da6381510ab82e33f0c.tar.gz
gentoo-2-67f25341da8dd21954276da6381510ab82e33f0c.tar.bz2
gentoo-2-67f25341da8dd21954276da6381510ab82e33f0c.zip
Fix by Simran Basi to set distro explicitly to Gentoo to fix cross-compiling.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/lxc/ChangeLog7
-rw-r--r--app-emulation/lxc/lxc-1.0.7.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/lxc/ChangeLog b/app-emulation/lxc/ChangeLog
index e5fa44f9ed06..990990a075a3 100644
--- a/app-emulation/lxc/ChangeLog
+++ b/app-emulation/lxc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/lxc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.54 2014/12/21 10:18:14 hwoarang Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.55 2015/01/29 04:49:39 vapier Exp $
+
+ 29 Jan 2015; Mike Frysinger <vapier@gentoo.org> lxc-1.0.7.ebuild:
+ Fix by Simran Basi to set distro explicitly to Gentoo to fix cross-compiling.
*lxc-1.0.7 (21 Dec 2014)
diff --git a/app-emulation/lxc/lxc-1.0.7.ebuild b/app-emulation/lxc/lxc-1.0.7.ebuild
index 4a9a7ed5c636..0ff148197607 100644
--- a/app-emulation/lxc/lxc-1.0.7.ebuild
+++ b/app-emulation/lxc/lxc-1.0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild,v 1.1 2014/12/21 10:18:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild,v 1.2 2015/01/29 04:49:39 vapier Exp $
EAPI="5"
@@ -104,6 +104,7 @@ src_configure() {
--docdir=/usr/share/doc/${PF} \
--with-config-path=/etc/lxc \
--with-rootfs-path=/usr/lib/lxc/rootfs \
+ --with-distro=gentoo \
$(use_enable doc) \
--disable-apparmor \
$(use_enable examples) \