diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-15 22:43:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-15 22:43:21 +0000 |
commit | f5b6beffc86d5b4a4db0b4696f7f69268d789c6d (patch) | |
tree | 6926112e5e1d1194574245377a488325c2955688 /games-simulation | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-f5b6beffc86d5b4a4db0b4696f7f69268d789c6d.tar.gz gentoo-2-f5b6beffc86d5b4a4db0b4696f7f69268d789c6d.tar.bz2 gentoo-2-f5b6beffc86d5b4a4db0b4696f7f69268d789c6d.zip |
add slot dep for libpng
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-1.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index f3d841b219bf..d46d86949546 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -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 <mr_bones_@gentoo.org> openttd-1.4.4.ebuild: + add slot dep for libpng 28 Jan 2015; Michał Górny <mgorny@gentoo.org> openttd-1.4.4.ebuild: Switch to CPU_FLAGS_X86. diff --git a/games-simulation/openttd/openttd-1.4.4.ebuild b/games-simulation/openttd/openttd-1.4.4.ebuild index 80bbfcef1c8b..2f780cebf87e 100644 --- a/games-simulation/openttd/openttd-1.4.4.ebuild +++ b/games-simulation/openttd/openttd-1.4.4.ebuild @@ -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 @@ DEPEND="!dedicated? ( ) lzo? ( dev-libs/lzo:2 ) iconv? ( virtual/libiconv ) - png? ( media-libs/libpng ) + png? ( media-libs/libpng:0 ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND}" PDEPEND=" |