diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-24 11:25:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-24 11:25:11 +0000 |
commit | cb2638e8df6e337dfebd8bb731f1cac8be1a6b61 (patch) | |
tree | d44a24bd8831e8e72641c4ce2ef189e404276ad0 /games-board | |
parent | Stable for amd64, wrt bug #458702 (diff) | |
download | gentoo-2-cb2638e8df6e337dfebd8bb731f1cac8be1a6b61.tar.gz gentoo-2-cb2638e8df6e337dfebd8bb731f1cac8be1a6b61.tar.bz2 gentoo-2-cb2638e8df6e337dfebd8bb731f1cac8be1a6b61.zip |
Stable for amd64, wrt bug #458640
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pokerth/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/pokerth/pokerth-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog index 9e79476d7c7a..6e6dcaa76bf0 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.48 2013/01/22 19:55:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.49 2013/02/24 11:25:11 ago Exp $ + + 24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pokerth-1.0.ebuild: + Stable for amd64, wrt bug #458640 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> pokerth-1.0.ebuild: add dev-libs/protobuf dep (bug #453578) diff --git a/games-board/pokerth/pokerth-1.0.ebuild b/games-board/pokerth/pokerth-1.0.ebuild index 1e926007a2cc..bafb1be8450c 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.2 2013/01/22 19:55:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.3 2013/02/24 11:25:11 ago 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 ~x86" IUSE="dedicated" RDEPEND="dev-db/sqlite:3 |