diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2013-07-31 04:57:43 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2013-07-31 04:57:43 +0000 |
commit | 2fd4741ef7bae00bb5007b968ef0b105ad2f862f (patch) | |
tree | fb63838b3ca8080cd51469d1ea7ebd8a166c6b16 /dev-util/geany-plugins | |
parent | Fix USE=doc, fix dependencies (diff) | |
download | gentoo-2-2fd4741ef7bae00bb5007b968ef0b105ad2f862f.tar.gz gentoo-2-2fd4741ef7bae00bb5007b968ef0b105ad2f862f.tar.bz2 gentoo-2-2fd4741ef7bae00bb5007b968ef0b105ad2f862f.zip |
Restrict geany-plugins-1.22*[lua] to geany-1.22 regarding bug #467624 comment 2 by mrueg, as many other plugins are compatible with geany-1.23.
(Portage version: 2.2.0_alpha177-r1/cvs/Linux x86_64, signed Manifest commit with key 743A52E86BA81050)
Diffstat (limited to 'dev-util/geany-plugins')
-rw-r--r-- | dev-util/geany-plugins/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild | 9 |
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-util/geany-plugins/ChangeLog b/dev-util/geany-plugins/ChangeLog index d0e0462a74db..1c349d9ff360 100644 --- a/dev-util/geany-plugins/ChangeLog +++ b/dev-util/geany-plugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/geany-plugins # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.27 2013/07/31 04:46:04 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.28 2013/07/31 04:57:43 binki Exp $ + + 31 Jul 2013; Nathan Phillip Brink <binki@gentoo.org> + geany-plugins-1.22-r1.ebuild: + Restrict geany-plugins-1.22*[lua] to geany-1.22 regarding bug #467624 comment + 2 by mrueg, as many other plugins are compatible with geany-1.23. *geany-plugins-1.23 (31 Jul 2013) diff --git a/dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild b/dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild index 80a58b46ccaf..7c321499d2af 100644 --- a/dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild +++ b/dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild,v 1.4 2012/12/07 18:30:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-1.22-r1.ebuild,v 1.5 2013/07/31 04:57:43 binki Exp $ EAPI=4 @@ -31,7 +31,10 @@ RDEPEND=">=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 + =dev-util/geany-$(get_version_component_range 1-2)* + ) multiterm? ( $(vala_depend) x11-libs/gtk+:2 |