mr_bones_ 15/02/20 19:37:50 Modified: openttd-1.4.4.ebuild ChangeLog Log: add missing virtual/pkgconfig dep (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.5 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.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild?r1=1.4&r2=1.5 Index: openttd-1.4.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- openttd-1.4.4.ebuild 19 Feb 2015 09:05:57 -0000 1.4 +++ openttd-1.4.4.ebuild 20 Feb 2015 19:37:49 -0000 1.5 @@ -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.4 2015/02/19 09:05:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild,v 1.5 2015/02/20 19:37:49 mr_bones_ Exp $ EAPI=5 inherit eutils gnome2-utils games @@ -15,7 +15,7 @@ IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png cpu_flags_x86_sse +timidity +truetype zlib" RESTRICT="test" # needs a graphics set in order to test -DEPEND="!dedicated? ( +RDEPEND="!dedicated? ( media-libs/libsdl[sound,X,video] icu? ( dev-libs/icu:= ) truetype? ( @@ -28,7 +28,8 @@ iconv? ( virtual/libiconv ) png? ( media-libs/libpng:0 ) zlib? ( sys-libs/zlib )" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + virtual/pkgconfig" PDEPEND=" !dedicated? ( openmedia? ( 1.154 games-simulation/openttd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.154&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.154&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?r1=1.153&r2=1.154 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v retrieving revision 1.153 retrieving revision 1.154 diff -u -r1.153 -r1.154 --- ChangeLog 19 Feb 2015 09:05:57 -0000 1.153 +++ ChangeLog 20 Feb 2015 19:37:49 -0000 1.154 @@ -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.153 2015/02/19 09:05:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.154 2015/02/20 19:37:49 mr_bones_ Exp $ + + 20 Feb 2015; Michael Sterrett <[email protected]> openttd-1.4.4.ebuild: + add missing virtual/pkgconfig dep 19 Feb 2015; Agostino Sarubbo <[email protected]> openttd-1.4.4.ebuild: Stable for amd64, wrt bug #540236
