diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-27 04:50:51 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-27 04:50:51 +0000 |
commit | 1861e7066f693c28d3701341d0d7ccea98e04e38 (patch) | |
tree | ec7ef7d160ef15e0b917c3fca488f8a48f254f39 /app-text | |
parent | Slotmove gkt2-based gtkspell to 2 in preparation for gtkspell-3. (diff) | |
download | gentoo-2-1861e7066f693c28d3701341d0d7ccea98e04e38.tar.gz gentoo-2-1861e7066f693c28d3701341d0d7ccea98e04e38.tar.bz2 gentoo-2-1861e7066f693c28d3701341d0d7ccea98e04e38.zip |
Slot gtk2-based gtkspell to 2 in preparation for gtkspell-3.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gtkspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.16.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog index c9db5971e8c9..87dc73715d85 100644 --- a/app-text/gtkspell/ChangeLog +++ b/app-text/gtkspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gtkspell # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.88 2011/09/18 09:41:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.89 2011/10/27 04:50:51 tetromino Exp $ + + 27 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + gtkspell-2.0.16.ebuild: + Slot gtk2-based gtkspell to 2 in preparation for gtkspell-3. 18 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> gtkspell-2.0.16.ebuild: Remove libgtkspell.la which is causing problems for libpng upgrade diff --git a/app-text/gtkspell/gtkspell-2.0.16.ebuild b/app-text/gtkspell/gtkspell-2.0.16.ebuild index 617ee681253b..9cc80c55e891 100644 --- a/app-text/gtkspell/gtkspell-2.0.16.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.16.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-text/gtkspell/gtkspell-2.0.16.ebuild,v 1.9 2011/09/18 09:41:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.16.ebuild,v 1.10 2011/10/27 04:50:51 tetromino Exp $ EAPI=4 @@ -10,7 +10,7 @@ HOMEPAGE="http://gtkspell.sourceforge.net/" SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" LICENSE="GPL-2" -SLOT="0" +SLOT="2" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="doc" |