diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-17 21:36:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-17 21:36:00 +0000 |
commit | 5f91eb7d8f843b6cfb38585ee4ab89532909da7e (patch) | |
tree | 43d87499d1e561f14751c09894eb7d0f5aa23b7e /games-board | |
parent | EAPI=2 (diff) | |
download | gentoo-2-5f91eb7d8f843b6cfb38585ee4ab89532909da7e.tar.gz gentoo-2-5f91eb7d8f843b6cfb38585ee4ab89532909da7e.tar.bz2 gentoo-2-5f91eb7d8f843b6cfb38585ee4ab89532909da7e.zip |
use-based deps instead of need-wxwidgets
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/blokish/blokish-0.9.4-r1.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games-board/blokish/blokish-0.9.4-r1.ebuild b/games-board/blokish/blokish-0.9.4-r1.ebuild index e72c7c9b86f3..ff30de834f61 100644 --- a/games-board/blokish/blokish-0.9.4-r1.ebuild +++ b/games-board/blokish/blokish-0.9.4-r1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/blokish-0.9.4-r1.ebuild,v 1.5 2009/01/25 22:59:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/blokish-0.9.4-r1.ebuild,v 1.6 2009/08/17 21:36:00 mr_bones_ Exp $ EAPI=2 +WX_GTK_VER="2.8" inherit eutils wxwidgets games MY_P="${PN}_v${PV}" @@ -15,16 +16,11 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="x11-libs/wxGTK:2.8[opengl] +DEPEND="x11-libs/wxGTK:2.8[X,opengl] virtual/opengl" S=${WORKDIR}/${PN} -pkg_setup() { - WX_GTK_VER=2.8 need-wxwidgets unicode - games_pkg_setup -} - src_prepare() { epatch "${FILESDIR}"/${P}-gcc43.patch sed -i \ |