diff options
author | 2002-08-01 14:09:56 +0000 | |
---|---|---|
committer | 2002-08-01 14:09:56 +0000 | |
commit | 461dbcb3623323de927bc54e45e1b1a86ff3c8df (patch) | |
tree | d5f74a5a08e89957dfc7feb3211601404116709a /eclass | |
parent | Masked out latest xemacs packages. (diff) | |
download | gentoo-2-461dbcb3623323de927bc54e45e1b1a86ff3c8df.tar.gz gentoo-2-461dbcb3623323de927bc54e45e1b1a86ff3c8df.tar.bz2 gentoo-2-461dbcb3623323de927bc54e45e1b1a86ff3c8df.zip |
added SLOT, LICENSE, KEYWORDS to ebook eclass
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ebook.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/ebook.eclass b/eclass/ebook.eclass index ab0ea5aecd62..7b77b1428cc3 100644 --- a/eclass/ebook.eclass +++ b/eclass/ebook.eclass @@ -80,3 +80,7 @@ ebook_src_install() { } EXPORT_FUNCTIONS src_unpack src_install + +SLOT="0" +LICENSE="OPL" +KEYWORDS="x86" |