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 | |
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')
-rw-r--r-- | media-sound/amsynth/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/amsynth/amsynth-1.0.0.ebuild | 4 | ||||
-rw-r--r-- | media-sound/amsynth/amsynth-1.0_rc4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/amsynth/ChangeLog b/media-sound/amsynth/ChangeLog index 4fa02ef50503..d99eeb0392a1 100644 --- a/media-sound/amsynth/ChangeLog +++ b/media-sound/amsynth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/amsynth # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.10 2004/04/27 19:57:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.11 2004/06/13 08:14:32 eradicator Exp $ + + 13 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org> amsynth-1.0.0.ebuild, + amsynth-1.0_rc4.ebuild: + Getting rid of virtual/jack. 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> amsynth-1.0_rc4.ebuild: Add inherit eutils 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} diff --git a/media-sound/amsynth/amsynth-1.0_rc4.ebuild b/media-sound/amsynth/amsynth-1.0_rc4.ebuild index f855bf77df34..3133079eab0f 100644 --- a/media-sound/amsynth/amsynth-1.0_rc4.ebuild +++ b/media-sound/amsynth/amsynth-1.0_rc4.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_rc4.ebuild,v 1.4 2004/04/27 19:57:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0_rc4.ebuild,v 1.5 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} |