commit:     f0fc4e9b67ff85c6bd22c869d57dc084dc1b1b90
Author:     Nathan Phillip Brink <binki <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 04:16:24 2015 +0000
Commit:     Nathan Phillip Brink <binki <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 04:16:24 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0fc4e9b

dev-util/geany-plugins: Older plugins are incompatible with geany-1.25. Fix lua 
deps.

Package-Manager: portage-2.2.20

 dev-util/geany-plugins/geany-plugins-1.23.ebuild    | 3 ++-
 dev-util/geany-plugins/geany-plugins-1.24-r1.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/geany-plugins/geany-plugins-1.23.ebuild 
b/dev-util/geany-plugins/geany-plugins-1.23.ebuild
index 00f5e33..f782009 100644
--- a/dev-util/geany-plugins/geany-plugins-1.23.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-1.23.ebuild
@@ -18,6 +18,7 @@ IUSE="+commander debugger devhelp enchant gpg gtkspell lua 
markdown multiterm nl
 LINGUAS="be ca da de es fr gl ja pt pt_BR ru tr zh_CN"
 
 COMMON_DEPEND=">=dev-util/geany-$(get_version_component_range 1-2)
+       <dev-util/geany-1.25
        commander? ( x11-libs/gtk+:2 )
        dev-libs/libxml2:2
        dev-libs/glib:2
@@ -32,7 +33,7 @@ COMMON_DEPEND=">=dev-util/geany-$(get_version_component_range 
1-2)
        enchant? ( app-text/enchant )
        gpg? ( app-crypt/gpgme )
        gtkspell? ( app-text/gtkspell:2 )
-       lua? ( dev-lang/lua )
+       lua? ( dev-lang/lua:* )
        markdown? (
                app-text/discount
                net-libs/webkit-gtk:2

diff --git a/dev-util/geany-plugins/geany-plugins-1.24-r1.ebuild 
b/dev-util/geany-plugins/geany-plugins-1.24-r1.ebuild
index 5406b1f..12ed5a0 100644
--- a/dev-util/geany-plugins/geany-plugins-1.24-r1.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-1.24-r1.ebuild
@@ -20,6 +20,7 @@ IUSE="+autoclose +commander debugger +defineformat devhelp 
enchant gpg gtkspell
 LINGUAS="be ca da de es fr gl ja pt pt_BR ru tr zh_CN"
 
 COMMON_DEPEND=">=dev-util/geany-$(get_version_component_range 1-2)
+       <dev-util/geany-1.25
        autoclose? ( x11-libs/gtk+:2 )
        commander? ( x11-libs/gtk+:2 )
        defineformat? ( x11-libs/gtk+:2 )
@@ -36,7 +37,7 @@ COMMON_DEPEND=">=dev-util/geany-$(get_version_component_range 
1-2)
        enchant? ( app-text/enchant )
        gpg? ( app-crypt/gpgme )
        gtkspell? ( app-text/gtkspell:2 )
-       lua? ( dev-lang/lua )
+       lua? ( dev-lang/lua:* )
        markdown? (
                app-text/discount
                net-libs/webkit-gtk:2

Reply via email to