diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-04-02 07:25:04 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-04-02 07:25:04 +0000 |
commit | 99f6f10011f1655d231910780dd2d28727f88b79 (patch) | |
tree | 7ff4225128b5153a434bd2c7c7be468660982afa /games-board/pychess | |
parent | Stable on amd64 wrt bug #361567 (diff) | |
download | gentoo-2-99f6f10011f1655d231910780dd2d28727f88b79.tar.gz gentoo-2-99f6f10011f1655d231910780dd2d28727f88b79.tar.bz2 gentoo-2-99f6f10011f1655d231910780dd2d28727f88b79.zip |
Stable on amd64 wrt bug #361623
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'games-board/pychess')
-rw-r--r-- | games-board/pychess/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/pychess/pychess-0.10.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-board/pychess/ChangeLog b/games-board/pychess/ChangeLog index a236e3228819..03459e481526 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.8 2011/03/21 16:40:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.9 2011/04/02 07:25:04 angelos Exp $ + + 02 Apr 2011; Christoph Mende <angelos@gentoo.org> pychess-0.10.ebuild: + Stable on amd64 wrt bug #361623 *pychess-0.10 (21 Mar 2011) diff --git a/games-board/pychess/pychess-0.10.ebuild b/games-board/pychess/pychess-0.10.ebuild index 88db144bd2b3..fa20910aaa28 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.1 2011/03/21 16:40:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.ebuild,v 1.2 2011/04/02 07:25:04 angelos Exp $ PYTHON_DEPEND="2" EAPI=2 @@ -12,12 +12,13 @@ SRC_URI="http://pychess.googlecode.com/files/${P/_/}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="gstreamer" -DEPEND="dev-python/pygtk - dev-python/pygobject +DEPEND="dev-python/librsvg-python dev-python/pycairo + dev-python/pygobject + dev-python/pygtk dev-python/pysqlite gstreamer? ( dev-python/gst-python ) dev-python/gconf-python |