diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-01-04 22:36:20 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-01-04 22:36:20 +0000 |
commit | 7526d3893fdb664612526c75c671c221b6949bf4 (patch) | |
tree | 6a571fef76b30d2713d5b39e737fc74abc38d6f1 /media-libs | |
parent | Add (masked until dependencies are keyworded) support for mediawiki, use subs... (diff) | |
download | gentoo-2-7526d3893fdb664612526c75c671c221b6949bf4.tar.gz gentoo-2-7526d3893fdb664612526c75c671c221b6949bf4.tar.bz2 gentoo-2-7526d3893fdb664612526c75c671c221b6949bf4.zip |
fix fusionsound requirements
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl2/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libsdl2/ChangeLog b/media-libs/libsdl2/ChangeLog index aa7c948682fc..93fd46787aa6 100644 --- a/media-libs/libsdl2/ChangeLog +++ b/media-libs/libsdl2/ChangeLog @@ -1,6 +1,9 @@ # 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.7 2014/01/01 00:26:03 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.8 2014/01/04 22:36:20 hasufell Exp $ + + 04 Jan 2014; Julian Ospald <hasufell@gentoo.org> libsdl2-2.0.1-r1.ebuild: + fix fusionsound requirements *libsdl2-2.0.1-r1 (01 Jan 2014) diff --git a/media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild b/media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild index a3c113f8ede5..4533b668b394 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.1 2014/01/01 00:26:03 hasufell Exp $ +# $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 $ EAPI=5 inherit autotools flag-o-matic toolchain-funcs eutils @@ -29,7 +29,7 @@ RDEPEND=" alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) directfb? ( >=dev-libs/DirectFB-1.0.0 ) - fusionsound? ( >=media-libs/FusionSound-1.1.1 ) + fusionsound? ( || ( >=media-libs/FusionSound-1.1.1 >=dev-libs/DirectFB-1.7.1[fusionsound] ) ) gles? ( media-libs/mesa[gles2] ) nas? ( media-libs/nas ) opengl? ( virtual/opengl virtual/glu ) |