diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-12 15:44:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-12 15:44:14 +0000 |
commit | 3c48552a8e1001c145745311183ceff1dd52d7c2 (patch) | |
tree | 8135b9501fbfb78814c2bb8329e769bc3ff24627 /games-board | |
parent | Fix SRC_URI. (diff) | |
download | gentoo-2-3c48552a8e1001c145745311183ceff1dd52d7c2.tar.gz gentoo-2-3c48552a8e1001c145745311183ceff1dd52d7c2.tar.bz2 gentoo-2-3c48552a8e1001c145745311183ceff1dd52d7c2.zip |
boost is needed for building (bug #451518)
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/openyahtzee/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/openyahtzee/openyahtzee-1.9.1.ebuild | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/games-board/openyahtzee/ChangeLog b/games-board/openyahtzee/ChangeLog index acfc6a74591d..9d08638308b3 100644 --- a/games-board/openyahtzee/ChangeLog +++ b/games-board/openyahtzee/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/openyahtzee -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/ChangeLog,v 1.16 2012/07/14 19:34:34 hasufell Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/ChangeLog,v 1.17 2013/01/12 15:44:14 mr_bones_ Exp $ + + 12 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> openyahtzee-1.9.1.ebuild: + boost is needed for building (bug #451518) 14 Jul 2012; Julian Ospald <hasufell@gentoo.org> openyahtzee-1.9.1.ebuild: drop unused eutils too @@ -68,4 +71,3 @@ 11 May 2007; Tupone Alfredo <tupone@gentoo.org> +metadata.xml, +openyahtzee-1.7.ebuild: New package, requested wih bug #137555 by Guy Rutenberg - diff --git a/games-board/openyahtzee/openyahtzee-1.9.1.ebuild b/games-board/openyahtzee/openyahtzee-1.9.1.ebuild index 54c91078077b..2d3a692c802a 100644 --- a/games-board/openyahtzee/openyahtzee-1.9.1.ebuild +++ b/games-board/openyahtzee/openyahtzee-1.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/openyahtzee-1.9.1.ebuild,v 1.3 2012/07/14 19:34:34 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/openyahtzee-1.9.1.ebuild,v 1.4 2013/01/12 15:44:14 mr_bones_ Exp $ EAPI=2 WX_GTK_VER="2.8" @@ -8,15 +8,17 @@ inherit wxwidgets toolchain-funcs versionator games DESCRIPTION="A full-featured wxWidgets version of the classic dice game Yahtzee" HOMEPAGE="http://openyahtzee.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/openyahtzee/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND=">=sys-devel/gcc-4.6 - x11-libs/wxGTK:2.8[X]" +RDEPEND="x11-libs/wxGTK:2.8[X]" +DEPEND="${RDEPEND} + >=sys-devel/gcc-4.6 + dev-libs/boost" pkg_setup() { local ver=4.6 |