Index: entity.features.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/entity/Attic/entity.features.inc,v
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.2 entity.features.inc
--- entity.features.inc	13 Jan 2011 18:05:26 -0000	1.1.2.2
+++ entity.features.inc	12 Feb 2011 04:58:28 -0000
@@ -92,6 +92,10 @@ class EntityDefaultFeaturesController {
     // Add the module providing the entity type as dependency.
     if ($data && !empty($this->info['module'])) {
       $export['dependencies'][$this->info['module']] = $this->info['module'];
+      // In case entity is not already an indirect dependency, add it.
+      // We can do so without causing redundant dependencies because,
+      // if entity is an indirect dependency, Features will filter it out.
+      $export['dependencies']['entity'] = 'entity';
     }
     return $pipe;
   }
