diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-02 20:24:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-02 20:24:29 +0000 |
commit | f39a15ca4eaf9376ee0d172dd881b7689a607915 (patch) | |
tree | 1cf287c6e302ef6557e5af23e6d7526787215625 /games-board/pokerth | |
parent | Marked ~x64-macos, bug #333981 (diff) | |
download | gentoo-2-f39a15ca4eaf9376ee0d172dd881b7689a607915.tar.gz gentoo-2-f39a15ca4eaf9376ee0d172dd881b7689a607915.tar.bz2 gentoo-2-f39a15ca4eaf9376ee0d172dd881b7689a607915.zip |
update the gsasl dep for bug #339482 - tracked down by Anthony Boynes
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-board/pokerth')
-rw-r--r-- | games-board/pokerth/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/pokerth/pokerth-0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog index 1fd0022bda57..b7da7f9e7ede 100644 --- a/games-board/pokerth/ChangeLog +++ b/games-board/pokerth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/pokerth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.16 2010/09/30 03:39:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.17 2010/10/02 20:24:29 mr_bones_ Exp $ + + 02 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> pokerth-0.8.ebuild: + update the gsasl dep for bug #339482 - tracked down by Anthony Boynes *pokerth-0.8 (30 Sep 2010) diff --git a/games-board/pokerth/pokerth-0.8.ebuild b/games-board/pokerth/pokerth-0.8.ebuild index 8cceeec53025..ba79d3c9a4f0 100644 --- a/games-board/pokerth/pokerth-0.8.ebuild +++ b/games-board/pokerth/pokerth-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.8.ebuild,v 1.1 2010/09/30 03:39:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.8.ebuild,v 1.2 2010/10/02 20:24:29 mr_bones_ Exp $ EAPI=2 inherit multilib flag-o-matic eutils qt4 games @@ -19,7 +19,7 @@ DEPEND=">=dev-libs/boost-1.41 >=net-libs/gnutls-2.2.2 >=net-misc/curl-7.16 x11-libs/qt-core:4 - virtual/gsasl + >=virtual/gsasl-1.1 !dedicated? ( media-libs/libsdl media-libs/sdl-mixer[mikmod,vorbis] |