diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-03-22 21:30:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-03-22 21:30:54 +0000 |
commit | 1b84bb3472289f3a9c0cac35554232a1e0d48596 (patch) | |
tree | 710504e98dd66e551e913749d889b4e45f97d76d /games-board | |
parent | New snapshot. (diff) | |
download | gentoo-2-1b84bb3472289f3a9c0cac35554232a1e0d48596.tar.gz gentoo-2-1b84bb3472289f3a9c0cac35554232a1e0d48596.tar.bz2 gentoo-2-1b84bb3472289f3a9c0cac35554232a1e0d48596.zip |
Add use dep for tinyxml (bug #409377)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pokerth/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/pokerth/pokerth-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog index 95621033db6a..b1b04ec1984a 100644 --- a/games-board/pokerth/ChangeLog +++ b/games-board/pokerth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/pokerth # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.31 2012/01/23 20:45:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.32 2012/03/22 21:30:54 mr_bones_ Exp $ + + 22 Mar 2012; Michael Sterrett <mr_bones_@gentoo.org> pokerth-0.9.1.ebuild: + Add use dep for tinyxml (bug #409377) *pokerth-0.9.1 (23 Jan 2012) diff --git a/games-board/pokerth/pokerth-0.9.1.ebuild b/games-board/pokerth/pokerth-0.9.1.ebuild index 9ab829fffbfd..9ad41b2e2218 100644 --- a/games-board/pokerth/pokerth-0.9.1.ebuild +++ b/games-board/pokerth/pokerth-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.1.ebuild,v 1.1 2012/01/23 20:45:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.9.1.ebuild,v 1.2 2012/03/22 21:30:54 mr_bones_ Exp $ EAPI=2 inherit flag-o-matic eutils qt4-r2 games @@ -18,7 +18,7 @@ IUSE="dedicated" RDEPEND="dev-db/sqlite >=dev-libs/boost-1.41 dev-libs/libgcrypt - dev-libs/tinyxml + dev-libs/tinyxml[stl] net-libs/libircclient >=net-misc/curl-7.16 x11-libs/qt-core:4 |