diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-06 21:57:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-06 21:57:58 +0000 |
commit | b32944155f4b0022caa201cb7f455259f8fd7f4b (patch) | |
tree | d9ba29a4659e02963c8878e618910658b20d6037 /games-board/pokerth | |
parent | Version bump (diff) | |
download | gentoo-2-b32944155f4b0022caa201cb7f455259f8fd7f4b.tar.gz gentoo-2-b32944155f4b0022caa201cb7f455259f8fd7f4b.tar.bz2 gentoo-2-b32944155f4b0022caa201cb7f455259f8fd7f4b.zip |
add qt-sql dep for bug #339615
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-board/pokerth')
-rw-r--r-- | games-board/pokerth/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/pokerth/pokerth-0.8.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog index b7da7f9e7ede..b8d6ffcd167d 100644 --- a/games-board/pokerth/ChangeLog +++ b/games-board/pokerth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/pokerth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.17 2010/10/02 20:24:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.18 2010/10/06 21:57:58 mr_bones_ Exp $ + + 06 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> pokerth-0.8.ebuild: + add qt-sql dep for bug #339615 02 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> pokerth-0.8.ebuild: update the gsasl dep for bug #339482 - tracked down by Anthony Boynes diff --git a/games-board/pokerth/pokerth-0.8.ebuild b/games-board/pokerth/pokerth-0.8.ebuild index ba79d3c9a4f0..fe835ee40a46 100644 --- a/games-board/pokerth/pokerth-0.8.ebuild +++ b/games-board/pokerth/pokerth-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.8.ebuild,v 1.2 2010/10/02 20:24:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.8.ebuild,v 1.3 2010/10/06 21:57:58 mr_bones_ Exp $ EAPI=2 inherit multilib flag-o-matic eutils qt4 games @@ -19,6 +19,7 @@ DEPEND=">=dev-libs/boost-1.41 >=net-libs/gnutls-2.2.2 >=net-misc/curl-7.16 x11-libs/qt-core:4 + x11-libs/qt-sql:4 >=virtual/gsasl-1.1 !dedicated? ( media-libs/libsdl |