diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-08 07:45:26 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-08 07:45:26 +0000 |
commit | b81c514d5b81e56ad05c6a84444673d1530c930b (patch) | |
tree | 93587ccb40f3a5767c64f06d815d0a4723f173c4 /media-sound/alsa-patch-bay/alsa-patch-bay-0.5.2.ebuild | |
parent | Ebuild cleanups. (Manifest recommit) (diff) | |
download | gentoo-2-b81c514d5b81e56ad05c6a84444673d1530c930b.tar.gz gentoo-2-b81c514d5b81e56ad05c6a84444673d1530c930b.tar.bz2 gentoo-2-b81c514d5b81e56ad05c6a84444673d1530c930b.zip |
Stable x86. Small cleanup.
Diffstat (limited to 'media-sound/alsa-patch-bay/alsa-patch-bay-0.5.2.ebuild')
-rw-r--r-- | media-sound/alsa-patch-bay/alsa-patch-bay-0.5.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.2.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.2.ebuild index 4a1a61461f70..7ee2427524c0 100644 --- a/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.2.ebuild +++ b/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.2.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/alsa-patch-bay/alsa-patch-bay-0.5.2.ebuild,v 1.3 2004/01/19 07:38:35 torbenh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-0.5.2.ebuild,v 1.4 2004/04/08 07:45:26 eradicator Exp $ DESCRIPTION="Graphical patch bay for the ALSA sequencer API." HOMEPAGE="http://pkl.net/~node/alsa-patch-bay.html" @@ -20,7 +20,6 @@ DEPEND="!fltk? >=dev-cpp/gtkmm-2.0 >=media-libs/alsa-lib-0.9.0_rc1" SRC_URI="http://pkl.net/~node/software/${P}.tar.gz" -S=${WORKDIR}/${P} src_compile() { local myconf |