diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:56:08 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:56:08 +0000 |
commit | 4990117d193cc31439acfb686dc0dbca358f3da2 (patch) | |
tree | 43e4b8989484777830954705812e979d598765ec /media-libs/sdl-net | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-4990117d193cc31439acfb686dc0dbca358f3da2.tar.gz gentoo-2-4990117d193cc31439acfb686dc0dbca358f3da2.tar.bz2 gentoo-2-4990117d193cc31439acfb686dc0dbca358f3da2.zip |
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs/sdl-net')
-rw-r--r-- | media-libs/sdl-net/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/sdl-net/ChangeLog b/media-libs/sdl-net/ChangeLog index c55905d8605e..27263be48139 100644 --- a/media-libs/sdl-net/ChangeLog +++ b/media-libs/sdl-net/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/sdl-net # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-net/ChangeLog,v 1.48 2014/04/18 20:25:38 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-net/ChangeLog,v 1.49 2014/06/18 19:56:08 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> sdl-net-1.2.8-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 18 Apr 2014; Julian Ospald <hasufell@gentoo.org> sdl-net-1.2.8-r1.ebuild: add emul-blocker diff --git a/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild b/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild index c0ccf33f7ea3..ff3997f7656e 100644 --- a/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild +++ b/media-libs/sdl-net/sdl-net-1.2.8-r1.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/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild,v 1.2 2014/04/18 20:25:38 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild,v 1.3 2014/06/18 19:56:08 mgorny Exp $ EAPI=5 inherit multilib-minimal @@ -20,7 +20,7 @@ RDEPEND=" !app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] !<=app-emulation/emul-linux-x86-sdl-20140406 ) - >=media-libs/libsdl-1.2.14[${MULTILIB_USEDEP}]" + >=media-libs/libsdl-1.2.15-r4[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} |