mr_bones_ 15/02/15 22:43:21 Modified: openttd-1.4.4.ebuild ChangeLog Log: add slot dep for libpng (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 games-simulation/openttd/openttd-1.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild?r1=1.2&r2=1.3 Index: openttd-1.4.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- openttd-1.4.4.ebuild 28 Jan 2015 21:59:13 -0000 1.2 +++ openttd-1.4.4.ebuild 15 Feb 2015 22:43:21 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild,v 1.2 2015/01/28 21:59:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild,v 1.3 2015/02/15 22:43:21 mr_bones_ Exp $ EAPI=5 inherit eutils gnome2-utils games @@ -26,7 +26,7 @@ ) lzo? ( dev-libs/lzo:2 ) iconv? ( virtual/libiconv ) - png? ( media-libs/libpng ) + png? ( media-libs/libpng:0 ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND}" PDEPEND=" 1.152 games-simulation/openttd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.152&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.152&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?r1=1.151&r2=1.152 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v retrieving revision 1.151 retrieving revision 1.152 diff -u -r1.151 -r1.152 --- ChangeLog 28 Jan 2015 21:59:13 -0000 1.151 +++ ChangeLog 15 Feb 2015 22:43:21 -0000 1.152 @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.151 2015/01/28 21:59:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.152 2015/02/15 22:43:21 mr_bones_ Exp $ + + 15 Feb 2015; Michael Sterrett <[email protected]> openttd-1.4.4.ebuild: + add slot dep for libpng 28 Jan 2015; Michał Górny <[email protected]> openttd-1.4.4.ebuild: Switch to CPU_FLAGS_X86.
