mr_bones_ 14/10/31 20:51:02 Modified: cavezofphear-0.5.1.ebuild ChangeLog Log: build with ncurses[tinfo] (bug #527606) (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.6 games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild?r1=1.5&r2=1.6 Index: cavezofphear-0.5.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cavezofphear-0.5.1.ebuild 3 Aug 2014 18:40:26 -0000 1.5 +++ cavezofphear-0.5.1.ebuild 31 Oct 2014 20:51:02 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v 1.5 2014/08/03 18:40:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v 1.6 2014/10/31 20:51:02 mr_bones_ Exp $ EAPI=5 inherit eutils games @@ -14,8 +14,9 @@ KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="" -DEPEND=">=sys-libs/ncurses-5" -RDEPEND="${DEPEND}" +RDEPEND=">=sys-libs/ncurses-5" +DEPEND="${RDEPEND} + virtual/pkgconfig" S=${WORKDIR}/${P/cavezof/} 1.18 games-arcade/cavezofphear/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cavezofphear/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cavezofphear/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cavezofphear/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 25 Aug 2014 20:48:22 -0000 1.17 +++ ChangeLog 31 Oct 2014 20:51:02 -0000 1.18 @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/cavezofphear # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v 1.17 2014/08/25 20:48:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v 1.18 2014/10/31 20:51:02 mr_bones_ Exp $ + + 31 Oct 2014; Michael Sterrett <[email protected]> + cavezofphear-0.5.1.ebuild, files/cavezofphear-0.5.1-gentoo.patch: + build with ncurses[tinfo] (bug #527606) 25 Aug 2014; Michael Sterrett <[email protected]> -cavezofphear-0.5.ebuild, -files/cavezofphear-0.5-gentoo.patch:
