diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-22 19:55:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-22 19:55:16 +0000 |
commit | be75ec594595a8159f244ccf72de2526ce756326 (patch) | |
tree | f33c2c39156402a3f0011301330ba6513d3e104a /games-board | |
parent | Marked ~hppa (bug #453200). (diff) | |
download | gentoo-2-be75ec594595a8159f244ccf72de2526ce756326.tar.gz gentoo-2-be75ec594595a8159f244ccf72de2526ce756326.tar.bz2 gentoo-2-be75ec594595a8159f244ccf72de2526ce756326.zip |
add dev-libs/protobuf dep (bug #453578)
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pokerth/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/pokerth/pokerth-1.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog index ed4ea8eb58d5..9e79476d7c7a 100644 --- a/games-board/pokerth/ChangeLog +++ b/games-board/pokerth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/pokerth # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.47 2013/01/22 06:26:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.48 2013/01/22 19:55:16 mr_bones_ Exp $ + + 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> pokerth-1.0.ebuild: + add dev-libs/protobuf dep (bug #453578) *pokerth-1.0 (22 Jan 2013) diff --git a/games-board/pokerth/pokerth-1.0.ebuild b/games-board/pokerth/pokerth-1.0.ebuild index d925dd8d54cd..1e926007a2cc 100644 --- a/games-board/pokerth/pokerth-1.0.ebuild +++ b/games-board/pokerth/pokerth-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.1 2013/01/22 06:26:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.2 2013/01/22 19:55:16 mr_bones_ Exp $ EAPI=5 inherit flag-o-matic eutils qt4-r2 games @@ -17,6 +17,7 @@ IUSE="dedicated" RDEPEND="dev-db/sqlite:3 dev-libs/boost[threads(+)] + dev-libs/protobuf dev-libs/libgcrypt dev-libs/tinyxml[stl] net-libs/libircclient |