diff options
author | 2012-01-17 17:28:04 +0000 | |
---|---|---|
committer | 2012-01-17 17:28:04 +0000 | |
commit | 61129bfbe09e740effb7ef61d838c44ef13e3e4e (patch) | |
tree | 4ab1e6a548c27fcf79a40d1567554f611114128e /media-libs/sdl-net/sdl-net-1.2.8.ebuild | |
parent | x86 stable wrt bug #395735 (diff) | |
download | gentoo-2-61129bfbe09e740effb7ef61d838c44ef13e3e4e.tar.gz gentoo-2-61129bfbe09e740effb7ef61d838c44ef13e3e4e.tar.bz2 gentoo-2-61129bfbe09e740effb7ef61d838c44ef13e3e4e.zip |
update libsdl dep (bug #399195)
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'media-libs/sdl-net/sdl-net-1.2.8.ebuild')
-rw-r--r-- | media-libs/sdl-net/sdl-net-1.2.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/sdl-net/sdl-net-1.2.8.ebuild b/media-libs/sdl-net/sdl-net-1.2.8.ebuild index 64c030b29ff1..0c6c602e79f0 100644 --- a/media-libs/sdl-net/sdl-net-1.2.8.ebuild +++ b/media-libs/sdl-net/sdl-net-1.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-net/sdl-net-1.2.8.ebuild,v 1.1 2012/01/16 22:57:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-net/sdl-net-1.2.8.ebuild,v 1.2 2012/01/17 17:28:04 mr_bones_ Exp $ EAPI=2 MY_P=${P/sdl-/SDL_} @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="static-libs" -DEPEND=">=media-libs/libsdl-1.2.5" +DEPEND=">=media-libs/libsdl-1.2.14" S=${WORKDIR}/${MY_P} |