summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicente Olivert Riera <vincent@gentoo.org>2013-05-08 08:07:54 +0000
committerVicente Olivert Riera <vincent@gentoo.org>2013-05-08 08:07:54 +0000
commit19ec70755417cd2428254e279fefa892c1715e56 (patch)
tree4f741c78aab02e553cbfb2d6970b0e6616ef9be4 /games-board
parent~ppc keyword and static-libs patch, bug #460772 (diff)
downloadgentoo-2-19ec70755417cd2428254e279fefa892c1715e56.tar.gz
gentoo-2-19ec70755417cd2428254e279fefa892c1715e56.tar.bz2
gentoo-2-19ec70755417cd2428254e279fefa892c1715e56.zip
~ppc keyword, bug #460772
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/pokerth/ChangeLog5
-rw-r--r--games-board/pokerth/pokerth-1.0.ebuild8
2 files changed, 9 insertions, 4 deletions
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 <vincent@gentoo.org> pokerth-1.0.ebuild:
+ ~ppc keyword, bug #460772
02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> 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