aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2006-06-07 15:25:19 +0000
committerTim Yamin <plasmaroo@gentoo.org>2006-06-07 15:25:19 +0000
commite8ff6ff62d122d63c2c1e33ce8586f4e7299859f (patch)
treeff9f2b4d02ba81a3074b7042973a9cb081a7e617 /general-concepts/licenses
parentFix ${S} definition. (diff)
downloaddevmanual-e8ff6ff62d122d63c2c1e33ce8586f4e7299859f.tar.gz
devmanual-e8ff6ff62d122d63c2c1e33ce8586f4e7299859f.tar.bz2
devmanual-e8ff6ff62d122d63c2c1e33ce8586f4e7299859f.zip
Add syntax for multi-license ebuilds (thanks ian).
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@63 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'general-concepts/licenses')
-rw-r--r--general-concepts/licenses/text.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/general-concepts/licenses/text.xml b/general-concepts/licenses/text.xml
index 6e531f5..45b94f7 100644
--- a/general-concepts/licenses/text.xml
+++ b/general-concepts/licenses/text.xml
@@ -10,6 +10,15 @@ spelling) variable. The value of this variable must be the name of a
file in the Portage tree's <c>licenses/</c> directory.
</p>
+<p>
+If the application is multi-license (either of several licenses can
+be used) then use the following syntax:
+</p>
+
+<codesample lang="ebuild">
+LICENSE="|| ( foo bar )"
+</codesample>
+
<subsection>
<title>Adding New Licenses</title>
<body>