diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 00:55:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 00:55:57 +0000 |
commit | 611a6e8e2f7e6def87e391814074fe8df547ac9c (patch) | |
tree | aeabd4d7eebfbc692014348661b2eeee35ec8bd8 /media-sound | |
parent | dep typo (diff) | |
download | historical-611a6e8e2f7e6def87e391814074fe8df547ac9c.tar.gz historical-611a6e8e2f7e6def87e391814074fe8df547ac9c.tar.bz2 historical-611a6e8e2f7e6def87e391814074fe8df547ac9c.zip |
dep typo
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/jamin/jamin-0.95.0-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/shntool/shntool-2.0.3.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/jamin/jamin-0.95.0-r1.ebuild b/media-sound/jamin/jamin-0.95.0-r1.ebuild index 4771c1e2de27..686e3083b983 100644 --- a/media-sound/jamin/jamin-0.95.0-r1.ebuild +++ b/media-sound/jamin/jamin-0.95.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jamin/jamin-0.95.0-r1.ebuild,v 1.2 2005/04/26 21:43:02 fvdpol Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jamin/jamin-0.95.0-r1.ebuild,v 1.3 2005/06/09 00:55:57 mr_bones_ Exp $ inherit eutils @@ -21,7 +21,7 @@ DEPEND=">=media-sound/jack-audio-connection-kit-0.80.0 >=media-libs/alsa-lib-0.9.0 >=dev-libs/libxml2-2.5.0 >=x11-libs/gtk+-2.0.0 - osc? (>=media-libs/liblo-0.5)" + osc? ( >=media-libs/liblo-0.5 )" src_install() { make install DESTDIR=${D} || die "make install failed" diff --git a/media-sound/shntool/shntool-2.0.3.ebuild b/media-sound/shntool/shntool-2.0.3.ebuild index bed6c0a5a963..381eaf2f012b 100644 --- a/media-sound/shntool/shntool-2.0.3.ebuild +++ b/media-sound/shntool/shntool-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-2.0.3.ebuild,v 1.1 2004/11/20 18:19:35 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-2.0.3.ebuild,v 1.2 2005/06/09 00:55:29 mr_bones_ Exp $ IUSE="flac sox" @@ -12,8 +12,8 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64 ~sparc" DEPEND=">=media-sound/shorten-3.5.1 - flac? (>=media-libs/flac-1.1.0) - sox? (>=media-sound/sox-12.17.4) " + flac? ( >=media-libs/flac-1.1.0 ) + sox? ( >=media-sound/sox-12.17.4 )" src_install () { einstall || die |