summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2018-05-24 12:42:19 -0400
committerVlad Glagolev2018-05-24 12:43:06 -0400
commit25d933be2dc17990b355948b581dd68bd7be1fa6 (patch)
tree52375bf92d515120f5ae128c63ed38b4ba456c73
parent0626f9cb80a58cf858739fbeef40abb9e654f658 (diff)
gegl: Lua 5.2/5.3 compat
(cherry picked from commit 81c7c3747fbf3bddc551826939e19669900b3c64) Conflicts: graphics-libs/gegl/HISTORY
-rwxr-xr-xgraphics-libs/gegl/DEPENDS2
-rw-r--r--graphics-libs/gegl/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics-libs/gegl/DEPENDS b/graphics-libs/gegl/DEPENDS
index 8d7cae0d00..da3ac31680 100755
--- a/graphics-libs/gegl/DEPENDS
+++ b/graphics-libs/gegl/DEPENDS
@@ -58,7 +58,7 @@ optional_depends vala \
"--without-vala" \
"for vala support" &&
-optional_depends lua51 \
+optional_depends LUA \
"--with-lua" \
"--without-lua" \
"for Lua support" &&
diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index 3bd8fb29ba..cc90f025e8 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,3 +1,6 @@
+2018-05-24 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: Lua 5.2/5.3 compat
+
2016-11-12 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated source url
* PRE_BUILD: apply patches