diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-27 05:43:31 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-27 05:43:31 +0000 |
commit | b76fbe49f92c5180132c8a8635cd172e228d4b63 (patch) | |
tree | be951a4ce85eb32ade545d05ea1b1f837fb5d8a5 /app-i18n/poedit | |
parent | Slot gtkspell dependency to 2 in preparation for gtkspell-3. (diff) | |
download | gentoo-2-b76fbe49f92c5180132c8a8635cd172e228d4b63.tar.gz gentoo-2-b76fbe49f92c5180132c8a8635cd172e228d4b63.tar.bz2 gentoo-2-b76fbe49f92c5180132c8a8635cd172e228d4b63.zip |
Slot gtkspell dependency to 2 in preparation for gtkspell-3.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/poedit')
-rw-r--r-- | app-i18n/poedit/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/poedit/poedit-1.4.6.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-i18n/poedit/ChangeLog b/app-i18n/poedit/ChangeLog index a3bd8ea8237c..b245b440b29a 100644 --- a/app-i18n/poedit/ChangeLog +++ b/app-i18n/poedit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/poedit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.72 2011/05/15 15:12:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.73 2011/10/27 05:43:31 tetromino Exp $ + + 27 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + poedit-1.4.6.1.ebuild: + Slot gtkspell dependency to 2 in preparation for gtkspell-3. 15 May 2011; Samuli Suominen <ssuominen@gentoo.org> poedit-1.4.6.1.ebuild: Missing dev-util/pkgconfig DEPEND wrt #367395 by Nikoli. diff --git a/app-i18n/poedit/poedit-1.4.6.1.ebuild b/app-i18n/poedit/poedit-1.4.6.1.ebuild index 9314e4c173ae..05260a813995 100644 --- a/app-i18n/poedit/poedit-1.4.6.1.ebuild +++ b/app-i18n/poedit/poedit-1.4.6.1.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/app-i18n/poedit/poedit-1.4.6.1.ebuild,v 1.8 2011/05/15 15:16:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.4.6.1.ebuild,v 1.9 2011/10/27 05:43:31 tetromino Exp $ EAPI=2 WX_GTK_VER=2.8 @@ -18,7 +18,7 @@ IUSE="spell" RDEPEND="x11-libs/wxGTK:2.8[X] >=sys-libs/db-3.1 - spell? ( >=app-text/gtkspell-2.0.0 )" + spell? ( >=app-text/gtkspell-2.0.0:2 )" DEPEND="${RDEPEND} dev-util/pkgconfig" |