summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-05-31 23:03:11 +0000
committerZac Medico <zmedico@gentoo.org>2012-05-31 23:03:11 +0000
commit1d0fa084f8d77961a5e1d797f5b9fd4faf67270c (patch)
treefd2f895f480353aa57630874f33e231833e33073 /app-emulation
parentrestore previous inherit order, in case it matters (diff)
downloadgentoo-2-1d0fa084f8d77961a5e1d797f5b9fd4faf67270c.tar.gz
gentoo-2-1d0fa084f8d77961a5e1d797f5b9fd4faf67270c.tar.bz2
gentoo-2-1d0fa084f8d77961a5e1d797f5b9fd4faf67270c.zip
tweak inherit so repoman can parse it
(Portage version: 2.2.0_alpha108_p9/cvs/Linux i686)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/lxc/ChangeLog5
-rw-r--r--app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild8
2 files changed, 10 insertions, 3 deletions
diff --git a/app-emulation/lxc/ChangeLog b/app-emulation/lxc/ChangeLog
index 8d7125df13cc..08c4cfbc5621 100644
--- a/app-emulation/lxc/ChangeLog
+++ b/app-emulation/lxc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/lxc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.38 2012/05/12 19:18:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.39 2012/05/31 23:03:11 zmedico Exp $
+
+ 31 May 2012; Zac Medico <zmedico@gentoo.org> lxc-0.8.0_rc1-r4.ebuild:
+ tweak inherit so repoman can parse it
12 May 2012; Diego E. Pettenò <flameeyes@gentoo.org> lxc-0.8.0_rc1-r4.ebuild:
Make sure to check for CGROUP_DEVICE in particular, see bug #409371.
diff --git a/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild b/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild
index a69a7f07714f..1b746879aa8b 100644
--- a/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild
+++ b/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild,v 1.2 2012/05/12 19:18:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.8.0_rc1-r4.ebuild,v 1.3 2012/05/31 23:03:11 zmedico Exp $
EAPI="4"
@@ -8,7 +8,11 @@ MY_P="${P/_/-}"
BACKPORTS=1
-inherit eutils linux-info versionator flag-o-matic ${BACKPORTS:+autotools}
+inherit eutils linux-info versionator flag-o-matic
+
+if [[ -n ${BACKPORTS} ]]; then
+ inherit autotools
+fi
DESCRIPTION="LinuX Containers userspace utilities"
HOMEPAGE="http://lxc.sourceforge.net/"