diff options
Diffstat (limited to 'games-board/pychess')
-rw-r--r-- | games-board/pychess/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/pychess/pychess-0.10.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-board/pychess/ChangeLog b/games-board/pychess/ChangeLog index a0be8123ff0a..f2e910f25209 100644 --- a/games-board/pychess/ChangeLog +++ b/games-board/pychess/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/pychess # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.11 2011/04/12 02:46:35 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.12 2011/07/13 16:54:11 mr_bones_ Exp $ + + 13 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> pychess-0.10.ebuild: + add dev-python/pygtksourceview dep (bug #375105) 12 Apr 2011; Thomas Kahle <tomka@gentoo.org> pychess-0.10.ebuild: x86 stable per bug 361623 diff --git a/games-board/pychess/pychess-0.10.ebuild b/games-board/pychess/pychess-0.10.ebuild index 5919fca501c7..b88d59074bac 100644 --- a/games-board/pychess/pychess-0.10.ebuild +++ b/games-board/pychess/pychess-0.10.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/games-board/pychess/pychess-0.10.ebuild,v 1.4 2011/04/12 02:46:35 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.ebuild,v 1.5 2011/07/13 16:54:11 mr_bones_ Exp $ PYTHON_DEPEND="2" EAPI=3 @@ -19,6 +19,7 @@ DEPEND="dev-python/librsvg-python dev-python/pycairo dev-python/pygobject dev-python/pygtk + dev-python/pygtksourceview dev-python/pysqlite gstreamer? ( dev-python/gst-python ) dev-python/gconf-python |