diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-06-13 08:17:36 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-06-13 08:17:36 +0000 |
commit | b0779d4aa5fd4f84785ad0654cbf78f19e711998 (patch) | |
tree | 9fdcc28418d32df8f4c7b4106367b83174a7df68 /media-sound/amsynth/amsynth-1.0.0.ebuild | |
parent | Getting rid of virtual/jack. (Manifest recommit) (diff) | |
download | gentoo-2-b0779d4aa5fd4f84785ad0654cbf78f19e711998.tar.gz gentoo-2-b0779d4aa5fd4f84785ad0654cbf78f19e711998.tar.bz2 gentoo-2-b0779d4aa5fd4f84785ad0654cbf78f19e711998.zip |
Getting rid of virtual/jack.
Diffstat (limited to 'media-sound/amsynth/amsynth-1.0.0.ebuild')
-rw-r--r-- | media-sound/amsynth/amsynth-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/amsynth/amsynth-1.0.0.ebuild b/media-sound/amsynth/amsynth-1.0.0.ebuild index 135a1dc0f64d..72ddb8adc548 100644 --- a/media-sound/amsynth/amsynth-1.0.0.ebuild +++ b/media-sound/amsynth/amsynth-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.5 2004/04/24 13:11:31 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.6 2004/06/13 08:14:32 eradicator Exp $ inherit eutils @@ -23,7 +23,7 @@ DEPEND="=dev-cpp/gtkmm-1.2* \ media-libs/libsndfile \ alsa? ( media-libs/alsa-lib \ media-sound/alsa-utils ) \ - jack? ( virtual/jack )" + jack? ( media-sound/jack-audio-connection-kit )" S=${WORKDIR}/${MY_P} |