diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-29 09:57:10 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-29 09:57:10 +0000 |
commit | 45cc5aafe11f2e4c217b440e3f8a68a60bee2f45 (patch) | |
tree | 08fb7a59b1b2a0db5cff4f8befc7a83b177a9736 /edb | |
parent | 87462d96f54562599bd8b8e528288124e592ddca (diff) |
kill of the reduntant date=${CVSDATE} which is automatically added by the fetcher
BKrev: 4108c9f6NT-ydGGKVYjfoUtsD4BxOQ
Diffstat (limited to 'edb')
-rw-r--r-- | edb/edb_cvs.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edb/edb_cvs.oe b/edb/edb_cvs.oe index cb51df3293..b75218db78 100644 --- a/edb/edb_cvs.oe +++ b/edb/edb_cvs.oe @@ -5,7 +5,7 @@ MAINTAINER = "Chris Larson <kergoth@handhelds.org>" DEPENDS = "zlib" PV = "${CVSDATE}" -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edb;date=${CVSDATE}" +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edb" S = "${WORKDIR}/edb" inherit autotools pkgconfig |