aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2006-05-17 17:03:30 +0000
committerTim Yamin <plasmaroo@gentoo.org>2006-05-17 17:03:30 +0000
commit201ff23233ce8bab23fe8604b9459d69bd219b86 (patch)
treeb313727d7724e4d6d76fac96eabb7b7960296031 /quickstart/text.xml
parentglep31check isn't even in the tree, so lets not mention it (diff)
downloaddevmanual-201ff23233ce8bab23fe8604b9459d69bd219b86.tar.gz
devmanual-201ff23233ce8bab23fe8604b9459d69bd219b86.tar.bz2
devmanual-201ff23233ce8bab23fe8604b9459d69bd219b86.zip
Highlighting fixes, author list added, fix codesample syntax in places.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@44 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'quickstart/text.xml')
-rw-r--r--quickstart/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/quickstart/text.xml b/quickstart/text.xml
index 883925e..7bbdae5 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -253,7 +253,7 @@ compile-time dependencies, and the <c>RDEPEND</c> lists runtime dependencies. Se
<p>
Often we need to apply patches. This is done in the <c>src_unpack</c> function
using the <c>epatch</c> helper function. To use <c>epatch</c> one must first tell
-portage that the <c>eutils</c> eclass (an eclass is like a library) is required --
+portage that the <c>eutils</c> eclass (an eclass is like a library) is required <d/>
this is done via <c>inherit eutils</c> at the top of the ebuild. Here's
<c>app-misc/detox/detox-1.1.0.ebuild</c>:
</p>