summaryrefslogtreecommitdiff
path: root/eclass
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
commitaf0b432859ae635e745e59d55379d2a50b60bf8e (patch)
treec28164a1f2587f4b2c8a4c4abc1d88d042e55f9a /eclass
parentAdded DEPEND"<sys-devel/gcc-3" due to problems with gcc on 1.4 systems. (diff)
downloadhistorical-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')
-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"