diff options
author | George Shapovalov <george@gentoo.org> | 2002-09-06 23:53:01 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-09-06 23:53:01 +0000 |
commit | af0b432859ae635e745e59d55379d2a50b60bf8e (patch) | |
tree | c28164a1f2587f4b2c8a4c4abc1d88d042e55f9a /eclass/ebook.eclass | |
parent | Added DEPEND"<sys-devel/gcc-3" due to problems with gcc on 1.4 systems. (diff) | |
download | historical-af0b432859ae635e745e59d55379d2a50b60bf8e.tar.gz historical-af0b432859ae635e745e59d55379d2a50b60bf8e.tar.bz2 historical-af0b432859ae635e745e59d55379d2a50b60bf8e.zip |
moved LICENSE ... definitions (3 lines, were at the bottom) to the top of the file
Diffstat (limited to 'eclass/ebook.eclass')
-rw-r--r-- | eclass/ebook.eclass | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/ebook.eclass b/eclass/ebook.eclass index 7b77b1428cc3..f746f87e44ed 100644 --- a/eclass/ebook.eclass +++ b/eclass/ebook.eclass @@ -7,6 +7,11 @@ ECLASS=ebook INHERITED="$INHERITED $ECLASS" HOMEPAGE="http://lidn.sourceforge.net" + +SLOT="0" +LICENSE="OPL" +KEYWORDS="x86" + # ebook eclass user guide: # -vars # @@ -81,6 +86,3 @@ ebook_src_install() { EXPORT_FUNCTIONS src_unpack src_install -SLOT="0" -LICENSE="OPL" -KEYWORDS="x86" |