diff options
-rw-r--r-- | packages/e17/entice_20060128.bb | 4 | ||||
-rw-r--r-- | packages/e17/entice_20060416.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/e17/entice_20060128.bb b/packages/e17/entice_20060128.bb index 776f652b96..5b433de015 100644 --- a/packages/e17/entice_20060128.bb +++ b/packages/e17/entice_20060128.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Entice is the E17 picture viewer" # can also depend on GIMP for editing -DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11" LICENSE = "MIT" -PR = "r3" +DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11" +PR = "r4" inherit e diff --git a/packages/e17/entice_20060416.bb b/packages/e17/entice_20060416.bb index 87434e3d3b..663ee97cd8 100644 --- a/packages/e17/entice_20060416.bb +++ b/packages/e17/entice_20060416.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Entice is the E17 picture viewer" # can also depend on GIMP for editing -DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11" LICENSE = "MIT" -PR = "r0" +DEPENDS = "edb evas-x11 ecore-x11 edje epsilon esmart-x11" +PR = "r1" inherit e |