diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-24 22:16:06 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-24 22:16:06 +0000 |
commit | 2c78be6cf1f998120a06efcac785fe2bc054119b (patch) | |
tree | 1343609a743590e1eb537a3ab7fbf7e9c041901c /media-sound/fluidsynth | |
parent | Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo fo... (diff) | |
download | gentoo-2-2c78be6cf1f998120a06efcac785fe2bc054119b.tar.gz gentoo-2-2c78be6cf1f998120a06efcac785fe2bc054119b.tar.bz2 gentoo-2-2c78be6cf1f998120a06efcac785fe2bc054119b.zip |
Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for GNOME 3.6.
(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/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/fluidsynth/ChangeLog b/media-sound/fluidsynth/ChangeLog index 5c864ce6ddef..6ffed1b3b8ab 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.79 2014/06/18 20:27:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.80 2014/06/24 22:16:06 mgorny Exp $ + + 24 Jun 2014; Michał Górny <mgorny@gentoo.org> fluidsynth-1.1.6-r1.ebuild: + Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for + GNOME 3.6. 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 diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild b/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild index 27af16223754..4bfced3f33ad 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.2 2014/06/18 20:27:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.6-r1.ebuild,v 1.3 2014/06/24 22:16:06 mgorny Exp $ EAPI=5 inherit cmake-multilib flag-o-matic @@ -14,7 +14,7 @@ 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.38.2-r1:2[${MULTILIB_USEDEP}] +RDEPEND=">=dev-libs/glib-2.34.3: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}] ) |