diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2013-09-18 08:28:37 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2013-09-18 08:28:37 +0000 |
commit | dd299fa915845a212d9a08062dda35b546c336db (patch) | |
tree | b87a8d4c47a5013ada5749e1e85f303cc610ae00 /dev-util/gource | |
parent | sys-kernel/aufs-sources: Bump to latest aufs3, linux and genpatches release (diff) | |
download | gentoo-2-dd299fa915845a212d9a08062dda35b546c336db.tar.gz gentoo-2-dd299fa915845a212d9a08062dda35b546c336db.tar.bz2 gentoo-2-dd299fa915845a212d9a08062dda35b546c336db.zip |
Fix bug #479896. Patch by Enrico Tagliavini.
(Portage version: 2.2.0_alpha189/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'dev-util/gource')
-rw-r--r-- | dev-util/gource/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/gource/gource-0.40.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/gource/ChangeLog b/dev-util/gource/ChangeLog index 83051503326d..c3cd7a12ef5b 100644 --- a/dev-util/gource/ChangeLog +++ b/dev-util/gource/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/gource # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.28 2013/07/16 11:06:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.29 2013/09/18 08:28:37 flameeyes Exp $ + + 18 Sep 2013; Diego E. Pettenò <flameeyes@gentoo.org> gource-0.40.ebuild: + Fix bug #479896. Patch by Enrico Tagliavini. *gource-0.40 (16 Jul 2013) diff --git a/dev-util/gource/gource-0.40.ebuild b/dev-util/gource/gource-0.40.ebuild index 12b9e90c7c87..36c2a851a041 100644 --- a/dev-util/gource/gource-0.40.ebuild +++ b/dev-util/gource/gource-0.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.40.ebuild,v 1.1 2013/07/16 11:06:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.40.ebuild,v 1.2 2013/09/18 08:28:37 flameeyes Exp $ EAPI=5 @@ -23,8 +23,8 @@ RDEPEND=" >=dev-libs/boost-1.46:=[threads(+)] >=media-libs/glew-1.5 >=media-libs/libpng-1.2 - >=media-libs/libsdl-1.2.10[video,opengl,X] - >=media-libs/sdl-image-1.2[jpeg,png] + <media-libs/libsdl-2[video,opengl,X] + <media-libs/sdl-image-2[jpeg,png] dev-libs/libpcre:3 dev-libs/tinyxml media-fonts/freefont |