summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 20:27:44 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 20:27:44 +0000
commita304eaaf79c738f52787a48d7b76a845c7b06eef (patch)
tree27ce80e383bb8b71962bdfb49ae12865aa492059 /media-sound/fluidsynth
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-a304eaaf79c738f52787a48d7b76a845c7b06eef.tar.gz
gentoo-2-a304eaaf79c738f52787a48d7b76a845c7b06eef.tar.bz2
gentoo-2-a304eaaf79c738f52787a48d7b76a845c7b06eef.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-sound/fluidsynth')
-rw-r--r--media-sound/fluidsynth/ChangeLog6
-rw-r--r--media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild26
2 files changed, 18 insertions, 14 deletions
diff --git a/media-sound/fluidsynth/ChangeLog b/media-sound/fluidsynth/ChangeLog
index df93e77f3ccb..5c864ce6ddef 100644
--- a/media-sound/fluidsynth/ChangeLog
+++ b/media-sound/fluidsynth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/fluidsynth
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.78 2014/05/03 09:44:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.79 2014/06/18 20:27:44 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> fluidsynth-1.1.6-r1.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
*fluidsynth-1.1.6-r1 (03 May 2014)
diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild b/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild
index 9a44bd42f3d1..27af16223754 100644
--- a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-1.1.6-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-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild,v 1.1 2014/05/03 09:44:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild,v 1.2 2014/06/18 20:27:44 mgorny Exp $
EAPI=5
inherit cmake-multilib flag-o-matic
@@ -14,19 +14,19 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="alsa dbus debug examples jack ladspa lash portaudio pulseaudio readline sndfile"
-RDEPEND=">=dev-libs/glib-2.6.5:2[${MULTILIB_USEDEP}]
- alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}]
- lash? ( >=media-sound/lash-0.5[${MULTILIB_USEDEP}] ) )
- dbus? ( >=sys-apps/dbus-1.0.0[${MULTILIB_USEDEP}] )
- jack? ( media-sound/jack-audio-connection-kit[${MULTILIB_USEDEP}] )
- ladspa? ( >=media-libs/ladspa-sdk-1.12[${MULTILIB_USEDEP}]
- >=media-libs/ladspa-cmt-1.15[${MULTILIB_USEDEP}] )
- pulseaudio? ( >=media-sound/pulseaudio-0.9.8[${MULTILIB_USEDEP}] )
- portaudio? ( >=media-libs/portaudio-19_pre[${MULTILIB_USEDEP}] )
- readline? ( sys-libs/readline[${MULTILIB_USEDEP}] )
- sndfile? ( >=media-libs/libsndfile-1.0.18[${MULTILIB_USEDEP}] )"
+RDEPEND=">=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}]
+ alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}]
+ lash? ( >=media-sound/lash-0.5.4-r2[${MULTILIB_USEDEP}] ) )
+ dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
+ jack? ( >=media-sound/jack-audio-connection-kit-0.121.3-r1[${MULTILIB_USEDEP}] )
+ ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}]
+ >=media-libs/ladspa-cmt-1.16-r3[${MULTILIB_USEDEP}] )
+ pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
+ portaudio? ( >=media-libs/portaudio-19_pre20111121-r1[${MULTILIB_USEDEP}] )
+ readline? ( >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}] )
+ sndfile? ( >=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
- virtual/pkgconfig[${MULTILIB_USEDEP}]"
+ >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
src_configure() {
# autotools based build system has AC_CHECK_LIB(pthread, pthread_create) wrt