summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emulation/lxc/ChangeLog7
-rw-r--r--app-emulation/lxc/lxc-0.6.4.ebuild4
-rw-r--r--app-emulation/lxc/metadata.xml7
3 files changed, 15 insertions, 3 deletions
diff --git a/app-emulation/lxc/ChangeLog b/app-emulation/lxc/ChangeLog
index 88603a9a9199..ed15375166c0 100644
--- a/app-emulation/lxc/ChangeLog
+++ b/app-emulation/lxc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/lxc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.4 2009/11/24 15:17:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.5 2009/11/25 12:16:28 flameeyes Exp $
+
+ 25 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> lxc-0.6.4.ebuild,
+ metadata.xml:
+ Enable doc USE flag by default and explicit in the description that it
+ enables the man pages as well.
24 Nov 2009; Diego E. Pettenò <flameeyes@gentoo.org> lxc-0.6.4.ebuild:
Remove autotools inherit and add the ~x86 KEYWORD.
diff --git a/app-emulation/lxc/lxc-0.6.4.ebuild b/app-emulation/lxc/lxc-0.6.4.ebuild
index 9d8c4f1d1a77..9da07c210157 100644
--- a/app-emulation/lxc/lxc-0.6.4.ebuild
+++ b/app-emulation/lxc/lxc-0.6.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.6.4.ebuild,v 1.2 2009/11/24 15:17:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.6.4.ebuild,v 1.3 2009/11/25 12:16:28 flameeyes Exp $
EAPI="2"
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-3"
SLOT="0"
-IUSE="doc examples"
+IUSE="+doc examples"
RDEPEND="sys-libs/libcap"
diff --git a/app-emulation/lxc/metadata.xml b/app-emulation/lxc/metadata.xml
index 868661456872..e7d5ab499661 100644
--- a/app-emulation/lxc/metadata.xml
+++ b/app-emulation/lxc/metadata.xml
@@ -8,4 +8,11 @@
<maintainer>
<email>dev-zero@gentoo.org</email>
</maintainer>
+ <use>
+ <flag name="doc">
+ Build documentation and man pages. This is optional since it
+ requires extra dependencies. If you don't enable this flag, you
+ will have no man pages.
+ </flag>
+ </use>
</pkgmetadata>