diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2015-09-26 04:16:24 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2015-09-26 04:16:24 +0000 |
commit | f0fc4e9b67ff85c6bd22c869d57dc084dc1b1b90 (patch) | |
tree | 7b6aae00d1ab0f9e77e2837cdbb15886dc4af90e /dev-util/geany-plugins | |
parent | dev-util/geany-plugins: Add geany-plugins-1.25 for bug #555330 thanks vityoks... (diff) | |
download | gentoo-f0fc4e9b67ff85c6bd22c869d57dc084dc1b1b90.tar.gz gentoo-f0fc4e9b67ff85c6bd22c869d57dc084dc1b1b90.tar.bz2 gentoo-f0fc4e9b67ff85c6bd22c869d57dc084dc1b1b90.zip |
dev-util/geany-plugins: Older plugins are incompatible with geany-1.25. Fix lua deps.
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-util/geany-plugins')
-rw-r--r-- | dev-util/geany-plugins/geany-plugins-1.23.ebuild | 3 | ||||
-rw-r--r-- | 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 00f5e337c2ba..f782009a01ed 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 5406b1f56fc5..12ed5a061140 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 |