summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@ciaranm.org>2007-03-09 14:22:19 +0000
committerCiaran McCreesh <ciaranm@ciaranm.org>2007-03-09 14:22:19 +0000
commit9760c3e8de502a6eedb9921fb707f62766339043 (patch)
treeb2c659c64f13556a853f30753f4f059e1b01d4fe /eclasses.tex
parentLimit version spec integer components to 32 bit signed (diff)
downloadpms-9760c3e8de502a6eedb9921fb707f62766339043.tar.gz
pms-9760c3e8de502a6eedb9921fb707f62766339043.tar.bz2
pms-9760c3e8de502a6eedb9921fb707f62766339043.zip
(vapier 7.3) EXPORT_FUNCTIONS may be used at most once per eclass
git-svn-id: http://svn.repogirl.net/pms/trunk@68 a05a4626-2124-0410-b604-e6c5abf33261
Diffstat (limited to 'eclasses.tex')
-rw-r--r--eclasses.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclasses.tex b/eclasses.tex
index 2a4e74e..9d69776 100644
--- a/eclasses.tex
+++ b/eclasses.tex
@@ -60,4 +60,6 @@ it. Then any ebuild that inherits \t{foo.eclass} will have a default \t{src\_com
should the author wish to override it he can access the function in \t{foo.eclass} by calling
\t{foo\_src\_compile}.
+\t{EXPORT\_FUNCTIONS} may be used at most once per eclass.
+
% vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :