diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-28 18:17:43 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-28 18:17:43 +0000 |
commit | 4ee70b2e0a7109610f293db60b9156142cfde442 (patch) | |
tree | 6bc1dd6ca2a21e859c9c1df88698d081a1dc9121 /media-sound/amsynth/amsynth-1.2.0.ebuild | |
parent | Fixed slot deps and cleaned up (diff) | |
download | gentoo-2-4ee70b2e0a7109610f293db60b9156142cfde442.tar.gz gentoo-2-4ee70b2e0a7109610f293db60b9156142cfde442.tar.bz2 gentoo-2-4ee70b2e0a7109610f293db60b9156142cfde442.zip |
Fixed slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/amsynth/amsynth-1.2.0.ebuild')
-rw-r--r-- | media-sound/amsynth/amsynth-1.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/amsynth/amsynth-1.2.0.ebuild b/media-sound/amsynth/amsynth-1.2.0.ebuild index 2e34674304b9..a0022551958f 100644 --- a/media-sound/amsynth/amsynth-1.2.0.ebuild +++ b/media-sound/amsynth/amsynth-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild,v 1.9 2009/08/01 06:21:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild,v 1.10 2011/03/28 18:17:43 angelos Exp $ EAPI=2 inherit autotools eutils @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" IUSE="alsa debug jack oss sndfile" -RDEPEND=">=dev-cpp/gtkmm-2.4 +RDEPEND="dev-cpp/gtkmm:2.4 sndfile? ( >=media-libs/libsndfile-1.0 ) alsa? ( >=media-libs/alsa-lib-0.9 media-sound/alsa-utils ) jack? ( media-sound/jack-audio-connection-kit )" |