summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-09-06 23:53:01 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-09-06 23:53:01 +0000
commit69ebf49a5f7fb24c0dc92d11795bdbfeae7b988e (patch)
tree847b6ae58343aeb2d25dbc598bd9147a39825c13 /eclass/ebook.eclass
parentAdded DEPEND"<sys-devel/gcc-3" due to problems with gcc on 1.4 systems. (diff)
downloadgentoo-2-69ebf49a5f7fb24c0dc92d11795bdbfeae7b988e.tar.gz
gentoo-2-69ebf49a5f7fb24c0dc92d11795bdbfeae7b988e.tar.bz2
gentoo-2-69ebf49a5f7fb24c0dc92d11795bdbfeae7b988e.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.eclass8
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"