tupone 14/07/24 06:30:35 Modified: ChangeLog vice-2.4.ebuild Log: Require media-libs/fontconfig during build. Bug #514416 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.94 app-emulation/vice/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.94&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.94&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.93&r2=1.94 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- ChangeLog 4 Jun 2013 20:41:32 -0000 1.93 +++ ChangeLog 24 Jul 2014 06:30:34 -0000 1.94 @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vice -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.93 2013/06/04 20:41:32 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.94 2014/07/24 06:30:34 tupone Exp $ + + 24 Jul 2014; Alfredo Tupone <[email protected]> vice-2.4.ebuild: + Require media-libs/fontconfig during build. Bug #514416 by Patrick Lauer 04 Jun 2013; Michael Sterrett <[email protected]> vice-2.4.ebuild: punt custom arg checking function (bug #471260) 1.11 app-emulation/vice/vice-2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.ebuild?r1=1.10&r2=1.11 Index: vice-2.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- vice-2.4.ebuild 4 Jun 2013 20:41:32 -0000 1.10 +++ vice-2.4.ebuild 24 Jul 2014 06:30:34 -0000 1.11 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.10 2013/06/04 20:41:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.ebuild,v 1.11 2014/07/24 06:30:34 tupone Exp $ EAPI=5 inherit autotools eutils toolchain-funcs games @@ -54,6 +54,7 @@ x11-proto/xproto x11-proto/xf86vidmodeproto x11-proto/xextproto + media-libs/fontconfig dga? ( x11-proto/xf86dgaproto ) xv? ( x11-proto/videoproto ) nls? ( sys-devel/gettext )"
