From a265e5e6a9f0c9af19942b5e52f046749426062f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 24 Sep 2012 21:23:02 -0700 Subject: Add EAPI 5-hdepend.docbook --- doc/package/ebuild.docbook | 1 + doc/package/ebuild/eapi/5-hdepend.docbook | 32 +++++++++++++++++++++++++++++++ doc/portage.docbook | 1 + 3 files changed, 34 insertions(+) create mode 100644 doc/package/ebuild/eapi/5-hdepend.docbook (limited to 'doc') diff --git a/doc/package/ebuild.docbook b/doc/package/ebuild.docbook index 98084c8fa..c3b6caca3 100644 --- a/doc/package/ebuild.docbook +++ b/doc/package/ebuild.docbook @@ -13,5 +13,6 @@ &package_ebuild_eapi_4_slot_abi; &package_ebuild_eapi_5; &package_ebuild_eapi_5_progress; +&package_ebuild_eapi_5_hdepend; diff --git a/doc/package/ebuild/eapi/5-hdepend.docbook b/doc/package/ebuild/eapi/5-hdepend.docbook new file mode 100644 index 000000000..0f568bcdd --- /dev/null +++ b/doc/package/ebuild/eapi/5-hdepend.docbook @@ -0,0 +1,32 @@ +
+EAPI 5-hdepend +
+Metadata +
+Dependencies +
+HDEPEND + +The HDEPEND variable is used to represent build-time host dependencies. For +build-time target dependencies, use DEPEND (if the host is the target then both +HDEPEND and DEPEND will be installed on it). For EAPIs that support HDEPEND, +the emerge --root-deps option will have no effect, since it is not needed +when build-time dependencies are correctly specified with HDEPEND and DEPEND. +If ebuilds using EAPIs which do not support HDEPEND are +built in the same emerge run as those using EAPIs which do +support HDEPEND, the emerge --root-deps option will only apply to the former. + +
+
+Special "targetroot" USE flag + +The special "targetroot" USE flag will be automatically enabled for packages +that are built for installation into a target ROOT, and will otherwise be +automatically disabled. This flag may be used to control conditional +dependencies, and ebuilds that use this flag need to add it to IUSE unless it +happens to be included in the profile's IUSE_IMPLICIT variable. + +
+
+
+
diff --git a/doc/portage.docbook b/doc/portage.docbook index 04db26303..811544f5e 100644 --- a/doc/portage.docbook +++ b/doc/portage.docbook @@ -24,6 +24,7 @@ + -- cgit v1.2.3-18-g5258