From 19ec70755417cd2428254e279fefa892c1715e56 Mon Sep 17 00:00:00 2001 From: Vicente Olivert Riera Date: Wed, 8 May 2013 08:07:54 +0000 Subject: ~ppc keyword, bug #460772 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8) --- games-board/pokerth/ChangeLog | 5 ++++- games-board/pokerth/pokerth-1.0.ebuild | 8 +++++--- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'games-board') diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog index fc463d6ed3b7..b24214703968 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.51 2013/03/02 21:13:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.52 2013/05/08 08:07:54 vincent Exp $ + + 08 May 2013; Vicente Olivert Riera pokerth-1.0.ebuild: + ~ppc keyword, bug #460772 02 Mar 2013; Markos Chandras pokerth-0.9.5.ebuild, pokerth-1.0.ebuild: diff --git a/games-board/pokerth/pokerth-1.0.ebuild b/games-board/pokerth/pokerth-1.0.ebuild index 01b28c17a236..4c2375b6f3c4 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.5 2013/03/02 21:13:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.6 2013/05/08 08:07:54 vincent Exp $ EAPI=5 inherit flag-o-matic eutils qt4-r2 games @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/pokerth/${MY_P}.tar.bz2" LICENSE="AGPL-3 GPL-1 GPL-2 GPL-3 BitstreamVera public-domain" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc x86" IUSE="dedicated" RDEPEND="dev-db/sqlite:3 @@ -20,7 +20,9 @@ RDEPEND="dev-db/sqlite:3 dev-libs/protobuf dev-libs/libgcrypt dev-libs/tinyxml[stl] - net-libs/libircclient + amd64? ( net-libs/libircclient ) + ppc? ( >=net-libs/libircclient-1.6-r2 ) + x86? ( net-libs/libircclient ) >=net-misc/curl-7.16 dev-qt/qtcore:4 virtual/gsasl -- cgit v1.2.3-65-gdbad