diff options
-rw-r--r-- | games-board/pokerth/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/pokerth/pokerth-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | games-board/pokerth/pokerth-1.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-board/pokerth/ChangeLog b/games-board/pokerth/ChangeLog index 6262a0c26b01..d7f69585cd37 100644 --- a/games-board/pokerth/ChangeLog +++ b/games-board/pokerth/ChangeLog @@ -1,6 +1,10 @@ # 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.54 2013/06/29 16:06:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.55 2013/06/29 16:07:57 mr_bones_ Exp $ + + 29 Jun 2013; Michael Sterrett <mr_bones_@gentoo.org> pokerth-1.0.1.ebuild, + pokerth-1.0.ebuild: + add slot to libsdl dep 29 Jun 2013; Michael Sterrett <mr_bones_@gentoo.org> -files/pokerth-0.9.5-underlinking.patch, -pokerth-0.9.5.ebuild: diff --git a/games-board/pokerth/pokerth-1.0.1.ebuild b/games-board/pokerth/pokerth-1.0.1.ebuild index e3387feba3ea..bfadadd58f48 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 # 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.1 2013/05/23 22:05:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.1.ebuild,v 1.2 2013/06/29 16:07:57 mr_bones_ Exp $ EAPI=5 inherit flag-o-matic eutils qt4-r2 games @@ -27,7 +27,7 @@ RDEPEND="dev-db/sqlite:3 dev-qt/qtcore:4 virtual/gsasl !dedicated? ( - media-libs/libsdl + media-libs/libsdl:0 media-libs/sdl-mixer[mod,vorbis] dev-qt/qtgui:4 )" diff --git a/games-board/pokerth/pokerth-1.0.ebuild b/games-board/pokerth/pokerth-1.0.ebuild index 4c2375b6f3c4..542cc360424c 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.6 2013/05/08 08:07:54 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.7 2013/06/29 16:07:57 mr_bones_ Exp $ EAPI=5 inherit flag-o-matic eutils qt4-r2 games @@ -27,7 +27,7 @@ RDEPEND="dev-db/sqlite:3 dev-qt/qtcore:4 virtual/gsasl !dedicated? ( - media-libs/libsdl + media-libs/libsdl:0 media-libs/sdl-mixer[mod,vorbis] dev-qt/qtgui:4 )" |