diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-24 16:21:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-24 16:21:30 +0000 |
commit | 48546b8dbfc9bd50e1c4057b90d5765fbbe86fd4 (patch) | |
tree | c2888825cf0a7215e10e4fad6dfaada1a110bf27 /classes/e.bbclass | |
parent | c4e8f04b905425b714041149e74fb7d3492e41a3 (diff) |
Enlightenment Foundation Libraries MONSTER update courtesy Rasterman
(mostly motivated by E switching their SCM)
Diffstat (limited to 'classes/e.bbclass')
-rw-r--r-- | classes/e.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/e.bbclass b/classes/e.bbclass index 3fb2355bc9..14199aaf0d 100644 --- a/classes/e.bbclass +++ b/classes/e.bbclass @@ -1,6 +1,6 @@ HOMEPAGE = "http://www.enlightenment.org" SECTION = "e/apps" -SRC_URI = "${E_CVS};module=e17/apps/${SRCNAME}" +SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http" S = "${WORKDIR}/${SRCNAME}" inherit autotools pkgconfig binconfig |