diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-03-22 22:43:35 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-03-22 22:43:35 +0000 |
commit | 94e788e85684c8cca7011280ef07f187b5468567 (patch) | |
tree | b2fd71d7c74aca9f16e412911ecc2b3594b481b9 /media-libs | |
parent | arm stable, bug #505072 (diff) | |
download | gentoo-2-94e788e85684c8cca7011280ef07f187b5468567.tar.gz gentoo-2-94e788e85684c8cca7011280ef07f187b5468567.tar.bz2 gentoo-2-94e788e85684c8cca7011280ef07f187b5468567.zip |
fix dev-libs/DirectFB dependency string wrt #501892
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl2/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.0.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/libsdl2/ChangeLog b/media-libs/libsdl2/ChangeLog index 09c70db9fd47..e4dbd394a827 100644 --- a/media-libs/libsdl2/ChangeLog +++ b/media-libs/libsdl2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsdl2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.9 2014/03/10 15:56:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.10 2014/03/22 22:43:35 hasufell Exp $ + + 22 Mar 2014; Julian Ospald <hasufell@gentoo.org> libsdl2-2.0.1-r1.ebuild, + libsdl2-2.0.2.ebuild: + fix dev-libs/DirectFB dependency string wrt #501892 *libsdl2-2.0.2 (10 Mar 2014) diff --git a/media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild b/media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild index 4533b668b394..94a7127e3200 100644 --- a/media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.1-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/libsdl2/libsdl2-2.0.1-r1.ebuild,v 1.2 2014/01/04 22:36:20 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild,v 1.3 2014/03/22 22:43:35 hasufell Exp $ EAPI=5 inherit autotools flag-o-matic toolchain-funcs eutils @@ -28,7 +28,7 @@ REQUIRED_USE=" RDEPEND=" alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) - directfb? ( >=dev-libs/DirectFB-1.0.0 ) + directfb? ( >=dev-libs/DirectFB-1.6.3 ) fusionsound? ( || ( >=media-libs/FusionSound-1.1.1 >=dev-libs/DirectFB-1.7.1[fusionsound] ) ) gles? ( media-libs/mesa[gles2] ) nas? ( media-libs/nas ) diff --git a/media-libs/libsdl2/libsdl2-2.0.2.ebuild b/media-libs/libsdl2/libsdl2-2.0.2.ebuild index e6d668b9e465..4dd6d65b4362 100644 --- a/media-libs/libsdl2/libsdl2-2.0.2.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.2.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/libsdl2/libsdl2-2.0.2.ebuild,v 1.1 2014/03/10 15:56:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.2.ebuild,v 1.2 2014/03/22 22:43:35 hasufell Exp $ EAPI=5 inherit autotools flag-o-matic toolchain-funcs eutils @@ -28,7 +28,7 @@ REQUIRED_USE=" RDEPEND=" alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) - directfb? ( >=dev-libs/DirectFB-1.0.0 ) + directfb? ( >=dev-libs/DirectFB-1.6.3 ) fusionsound? ( || ( >=media-libs/FusionSound-1.1.1 >=dev-libs/DirectFB-1.7.1[fusionsound] ) ) gles? ( media-libs/mesa[gles2] ) nas? ( media-libs/nas ) |