diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-04-30 14:02:52 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-04-30 14:02:52 +0000 |
commit | b56dccfc2c7a891cfdc3b4c51d2f1b2d0156acd6 (patch) | |
tree | c977de72f8c476b2234537b31848b6fa8ff458f1 /conf/distro/include/sane-srcdates.inc | |
parent | 25a33cdb91472c6280046509d4c6fedfd80a52e2 (diff) |
moko-autorev|sane-srcdates: remove floating SRCDATE for EFL. This can lead to the overnight-SRCDATE-build error.
Until this is fixed, we should never ever use floating SRCDATEs for CVS packages.
Diffstat (limited to 'conf/distro/include/sane-srcdates.inc')
-rw-r--r-- | conf/distro/include/sane-srcdates.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/sane-srcdates.inc b/conf/distro/include/sane-srcdates.inc index 15d37d2e2a..23093ef2c1 100644 --- a/conf/distro/include/sane-srcdates.inc +++ b/conf/distro/include/sane-srcdates.inc @@ -52,7 +52,7 @@ SRCDATE_gtkhtml2 ?= "20060323" # Enlightenment Foundation Libraries # Caution: This is not alphabetically, but (roughly) dependency-sorted. # Please leave it like that. -EFL_SRCDATE ?= "20080411" +EFL_SRCDATE ?= "20080427" SRCDATE_edb-native ?= "${EFL_SRCDATE}" SRCDATE_edb ?= "${EFL_SRCDATE}" SRCDATE_eet-native ?= "${EFL_SRCDATE}" |