diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2011-10-25 16:04:15 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2011-10-25 16:04:15 +0000 |
commit | 4edce98b3eb2adff3581bbb3ab7ffcd564313b61 (patch) | |
tree | f5d3629cffa3a13cc4acecb3faf290c9816b6090 /dev-util/geany-plugins | |
parent | fixing $HOMEPAGE, some ebuild cleanups, solving bug #388393. (diff) | |
download | gentoo-2-4edce98b3eb2adff3581bbb3ab7ffcd564313b61.tar.gz gentoo-2-4edce98b3eb2adff3581bbb3ab7ffcd564313b61.tar.bz2 gentoo-2-4edce98b3eb2adff3581bbb3ab7ffcd564313b61.zip |
Depend on app-text/gtkspell:0 in anticipation of app-text/gtkspell:3. Fixes bug #388423.
(Portage version: 2.2.0_alpha67-r1/cvs/Linux x86_64)
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-0.19.ebuild | 4 | ||||
-rw-r--r-- | dev-util/geany-plugins/geany-plugins-0.20-r1.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/geany-plugins/ChangeLog b/dev-util/geany-plugins/ChangeLog index 54c9daa815e1..8e146130148b 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.8 2011/10/15 23:33:07 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.9 2011/10/25 16:04:15 binki Exp $ + + 25 Oct 2011; Nathan Phillip Brink <binki@gentoo.org> + geany-plugins-0.19.ebuild, geany-plugins-0.20-r1.ebuild: + Depend on app-text/gtkspell:0 in anticipation of app-text/gtkspell:3. Fixes + bug #388423. 15 Oct 2011; Nathan Phillip Brink <binki@gentoo.org> geany-plugins-0.20-r1.ebuild, +files/geany-plugins-0.20-config.h.patch: diff --git a/dev-util/geany-plugins/geany-plugins-0.19.ebuild b/dev-util/geany-plugins/geany-plugins-0.19.ebuild index 575ea0010b3f..0c37cd772f66 100644 --- a/dev-util/geany-plugins/geany-plugins-0.19.ebuild +++ b/dev-util/geany-plugins/geany-plugins-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-0.19.ebuild,v 1.3 2011/03/04 08:57:30 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-0.19.ebuild,v 1.4 2011/10/25 16:04:15 binki Exp $ EAPI="2" @@ -19,7 +19,7 @@ LINGUAS="be ca da de es fr gl ja pt pt_BR ru tr zh_CN" RDEPEND="=dev-util/geany-$(get_version_component_range 1-2)* enchant? ( app-text/enchant ) - gtkspell? ( app-text/gtkspell ) + gtkspell? ( app-text/gtkspell:0 ) lua? ( dev-lang/lua )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" diff --git a/dev-util/geany-plugins/geany-plugins-0.20-r1.ebuild b/dev-util/geany-plugins/geany-plugins-0.20-r1.ebuild index e4abcf1b6963..5211fe978a7a 100644 --- a/dev-util/geany-plugins/geany-plugins-0.20-r1.ebuild +++ b/dev-util/geany-plugins/geany-plugins-0.20-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-0.20-r1.ebuild,v 1.3 2011/10/15 23:33:07 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-0.20-r1.ebuild,v 1.4 2011/10/25 16:04:15 binki Exp $ EAPI="2" @@ -21,7 +21,7 @@ RDEPEND=">=dev-util/geany-$(get_version_component_range 1-2) dev-libs/libxml2:2 dev-libs/glib:2 enchant? ( app-text/enchant ) - gtkspell? ( app-text/gtkspell ) + gtkspell? ( app-text/gtkspell:0 ) lua? ( dev-lang/lua ) soup? ( net-libs/libsoup ) webkit? ( |