diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-01-29 20:16:30 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-01-29 20:16:30 +0000 |
commit | ee04d67afb0c7bcce505ad52dd257ff870b8e481 (patch) | |
tree | 2fae7d4b6548ab84d86176e2867ae1fa71b77b86 /games-engines/solarus | |
parent | initial import (diff) | |
download | gentoo-2-ee04d67afb0c7bcce505ad52dd257ff870b8e481.tar.gz gentoo-2-ee04d67afb0c7bcce505ad52dd257ff870b8e481.tar.bz2 gentoo-2-ee04d67afb0c7bcce505ad52dd257ff870b8e481.zip |
add png to sdl-image useflags
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-engines/solarus')
-rw-r--r-- | games-engines/solarus/solarus-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-engines/solarus/solarus-1.1.1.ebuild b/games-engines/solarus/solarus-1.1.1.ebuild index ace495948c9b..4d1511fe4368 100644 --- a/games-engines/solarus/solarus-1.1.1.ebuild +++ b/games-engines/solarus/solarus-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/solarus/solarus-1.1.1.ebuild,v 1.1 2014/01/29 20:15:11 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/solarus/solarus-1.1.1.ebuild,v 1.2 2014/01/29 20:16:30 hasufell Exp $ EAPI=5 @@ -22,7 +22,7 @@ RDEPEND=" media-libs/libsdl[X,joystick,video] media-libs/libvorbis media-libs/openal - media-libs/sdl-image + media-libs/sdl-image[png] media-libs/sdl-ttf" DEPEND="${RDEPEND}" |