diff options
author | 2014-03-01 22:25:50 +0000 | |
---|---|---|
committer | 2014-03-01 22:25:50 +0000 | |
commit | 2c622c7950715d21b48666dbe25c6d3f46cb35ff (patch) | |
tree | 81f41e33f786bee81ad0698b06d511b19ccd6e97 /games-board/pokerth/pokerth-1.0.1.ebuild | |
parent | Update libgcrypt dep to use slot :0. (diff) | |
download | gentoo-2-2c622c7950715d21b48666dbe25c6d3f46cb35ff.tar.gz gentoo-2-2c622c7950715d21b48666dbe25c6d3f46cb35ff.tar.bz2 gentoo-2-2c622c7950715d21b48666dbe25c6d3f46cb35ff.zip |
Update libgcrypt dep to use slot :0.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-board/pokerth/pokerth-1.0.1.ebuild')
-rw-r--r-- | games-board/pokerth/pokerth-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-board/pokerth/pokerth-1.0.1.ebuild b/games-board/pokerth/pokerth-1.0.1.ebuild index 4860217ee1da..36b8abc30059 100644 --- a/games-board/pokerth/pokerth-1.0.1.ebuild +++ b/games-board/pokerth/pokerth-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.1.ebuild,v 1.6 2013/11/07 17:01:02 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.1.ebuild,v 1.7 2014/03/01 22:25:50 mgorny Exp $ EAPI=5 inherit flag-o-matic eutils qt4-r2 games @@ -18,7 +18,7 @@ IUSE="dedicated" RDEPEND="dev-db/sqlite:3 dev-libs/boost[threads(+)] dev-libs/protobuf - dev-libs/libgcrypt + dev-libs/libgcrypt:0 dev-libs/tinyxml[stl] amd64? ( net-libs/libircclient ) ppc? ( >=net-libs/libircclient-1.6-r2 ) |