diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-06 21:59:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-06 21:59:52 +0000 |
commit | 3d7116b77b95c0fe596686ec9c9d2f118b959c66 (patch) | |
tree | 66b44fcd11ea7afc57df0c1c6f1146508ed4a1b0 /games-board/pokerth | |
parent | Add dev-lang/vala:0.12 to glib-2.26 mask (diff) | |
download | gentoo-2-3d7116b77b95c0fe596686ec9c9d2f118b959c66.tar.gz gentoo-2-3d7116b77b95c0fe596686ec9c9d2f118b959c66.tar.bz2 gentoo-2-3d7116b77b95c0fe596686ec9c9d2f118b959c66.zip |
... but only if not dedicated
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-board/pokerth')
-rw-r--r-- | games-board/pokerth/pokerth-0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/pokerth/pokerth-0.8.ebuild b/games-board/pokerth/pokerth-0.8.ebuild index fe835ee40a46..e36a3ba8de0c 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.3 2010/10/06 21:57:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.8.ebuild,v 1.4 2010/10/06 21:59:52 mr_bones_ Exp $ EAPI=2 inherit multilib flag-o-matic eutils qt4 games @@ -19,13 +19,13 @@ DEPEND=">=dev-libs/boost-1.41 >=net-libs/gnutls-2.2.2 >=net-misc/curl-7.16 x11-libs/qt-core:4 - x11-libs/qt-sql:4 >=virtual/gsasl-1.1 !dedicated? ( media-libs/libsdl media-libs/sdl-mixer[mikmod,vorbis] >=sys-libs/zlib-1.2.3 x11-libs/qt-gui:4 + x11-libs/qt-sql:4 )" S=${WORKDIR}/${MY_P} |