diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-27 06:46:56 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-27 06:46:56 +0000 |
commit | 92bf640e9d8343075315d037682f8a461354de66 (patch) | |
tree | 2a2abe95addeb3b56f3677cb5243602851397e9b /x11-plugins/purple-plugin_pack/purple-plugin_pack-2.5.1-r1.ebuild | |
parent | Slot gtkspell dependency to 2 in preparation for gtkspell-3. (diff) | |
download | gentoo-2-92bf640e9d8343075315d037682f8a461354de66.tar.gz gentoo-2-92bf640e9d8343075315d037682f8a461354de66.tar.bz2 gentoo-2-92bf640e9d8343075315d037682f8a461354de66.zip |
Slot gtkspell dependency to 2 in preparation for gtkspell-3.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/purple-plugin_pack/purple-plugin_pack-2.5.1-r1.ebuild')
-rw-r--r-- | x11-plugins/purple-plugin_pack/purple-plugin_pack-2.5.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.5.1-r1.ebuild b/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.5.1-r1.ebuild index ede7a387defb..af3c76e04810 100644 --- a/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.5.1-r1.ebuild +++ b/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.5.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.5.1-r1.ebuild,v 1.4 2009/09/06 14:41:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/purple-plugin_pack/purple-plugin_pack-2.5.1-r1.ebuild,v 1.5 2011/10/27 06:46:56 tetromino Exp $ EAPI="2" @@ -17,7 +17,7 @@ IUSE="talkfilters debug gtk ncurses spell" RDEPEND="net-im/pidgin[gtk?,ncurses?] talkfilters? ( app-text/talkfilters ) - spell? ( app-text/gtkspell )" + spell? ( app-text/gtkspell:2 )" DEPEND="${RDEPEND} dev-lang/python" |