diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-29 14:30:08 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-29 14:30:08 +0000 |
commit | 5ac77fee3da63464888b94853f0813085a947e84 (patch) | |
tree | 5d9ff7bbd6bd8dd36f9ef0fc29543a65630bd03b | |
parent | 1d15af695eae3cd0506880af6f00184e178cfcf9 (diff) |
correct etox SECTION
BKrev: 41ab3270CuYY6RSztnTWEY7i9bP4Ag
-rw-r--r-- | etox/etox_cvs.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etox/etox_cvs.oe b/etox/etox_cvs.oe index f226bac42f..52b263e7e2 100644 --- a/etox/etox_cvs.oe +++ b/etox/etox_cvs.oe @@ -1,10 +1,10 @@ DESCRIPTION = "Etox is a type setting and text layout library based on Evas. \ Etox helps you when it comes to displaying, moving, resizing, layering, \ clipping, aligning and coloring fonts in different styles, and more." -SECTION = "libs" +SECTION = "e/libs" DEPENDS = "edb evas ecore" PV = "${CVSDATE}" -PR = "r1" +PR = "r2" LICENSE = "MIT" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/etox" |