diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-23 21:14:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-23 21:14:32 +0000 |
commit | c26e5be1f6e53964216e33400259945c13d4ca55 (patch) | |
tree | 30b21975004435c324e95e189a23d64b59855f25 /games-emulation/snes9x | |
parent | Fixed check-reqs.eclass usage, #388239; cleaned old (diff) | |
download | gentoo-2-c26e5be1f6e53964216e33400259945c13d4ca55.tar.gz gentoo-2-c26e5be1f6e53964216e33400259945c13d4ca55.tar.bz2 gentoo-2-c26e5be1f6e53964216e33400259945c13d4ca55.zip |
Remove redudant depend which was used to force 32bit and 64bit libpng match.
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation/snes9x')
-rw-r--r-- | games-emulation/snes9x/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/snes9x/snes9x-1.53.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-emulation/snes9x/ChangeLog b/games-emulation/snes9x/ChangeLog index a49ba9d1d2ce..2a5c0d0aaf53 100644 --- a/games-emulation/snes9x/ChangeLog +++ b/games-emulation/snes9x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/snes9x # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.52 2011/09/26 22:23:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.53 2011/10/23 21:14:32 ssuominen Exp $ + + 23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> snes9x-1.53.ebuild: + Remove redudant depend which was used to force 32bit and 64bit libpng match. *snes9x-1.53 (26 Sep 2011) diff --git a/games-emulation/snes9x/snes9x-1.53.ebuild b/games-emulation/snes9x/snes9x-1.53.ebuild index 0b500b5d59d8..fc6c634cc60f 100644 --- a/games-emulation/snes9x/snes9x-1.53.ebuild +++ b/games-emulation/snes9x/snes9x-1.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.53.ebuild,v 1.1 2011/09/26 22:23:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.53.ebuild,v 1.2 2011/10/23 21:14:32 ssuominen Exp $ EAPI=2 inherit autotools eutils flag-o-matic multilib gnome2-utils games @@ -16,8 +16,7 @@ IUSE="alsa debug gtk joystick multilib netplay nls opengl oss png pulseaudio por RDEPEND="x11-libs/libX11 x11-libs/libXext - png? ( >=media-libs/libpng-1.2.43 ) - amd64? ( png? ( >=media-libs/libpng-1.4.2 ) ) + png? ( >=media-libs/libpng-1.2.43:0 ) gtk? ( >=x11-libs/gtk+-2.10:2 x11-misc/xdg-utils portaudio? ( >=media-libs/portaudio-19_pre ) |