diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-17 20:34:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-17 20:34:22 +0000 |
commit | b55aa4ae4225f01eac0929aa2769a00659e382cc (patch) | |
tree | 4ca2f8464cdc741f66fa4996f59f9a77d33fa270 /games-board | |
parent | stable x86, bug 279546 (diff) | |
download | gentoo-2-b55aa4ae4225f01eac0929aa2769a00659e382cc.tar.gz gentoo-2-b55aa4ae4225f01eac0929aa2769a00659e382cc.tar.bz2 gentoo-2-b55aa4ae4225f01eac0929aa2769a00659e382cc.zip |
needs to set WX_GTK_VER
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/openyahtzee/openyahtzee-1.9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-board/openyahtzee/openyahtzee-1.9.ebuild b/games-board/openyahtzee/openyahtzee-1.9.ebuild index 6b9edb652485..1e9bf588ad03 100644 --- a/games-board/openyahtzee/openyahtzee-1.9.ebuild +++ b/games-board/openyahtzee/openyahtzee-1.9.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/openyahtzee/openyahtzee-1.9.ebuild,v 1.1 2009/08/17 15:50:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/openyahtzee-1.9.ebuild,v 1.2 2009/08/17 20:34:22 mr_bones_ Exp $ EAPI=2 +WX_GTK_VER="2.8" inherit wxwidgets games DESCRIPTION="A full-featured wxWidgets version of the classic dice game Yahtzee" |