diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-08-27 15:37:19 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-08-27 15:37:19 +0000 |
commit | a11270972338aa07727da3a8624adf0ec4289816 (patch) | |
tree | 3a2aa4cc3f5b3f8efb969fe3111ebda5919cc266 /classes/e.bbclass | |
parent | 7a527a494ce316a373361024b9e86a779e4a49e8 (diff) | |
parent | f05854e89327463f009e47cad7ed61bd228fb7e9 (diff) |
merge of '4dc83fb2fe7f6a2d1912363f0f5d575ef277a6b7'
and '6db51d8148c7ab6620fa15c71ccbfc4ec1db4fc0'
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 |