summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-09-22 21:55:16 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-09-22 21:55:16 +0000
commit130539c36d85f8cc0509487d5f4e8e65a6e7b9b9 (patch)
tree6329a1eebe47d37a62d9b0b30476f57214214345 /media-sound/ecasound
parentMarking stable on sparc as it is the only version and many jack-capable packa... (diff)
downloadhistorical-130539c36d85f8cc0509487d5f4e8e65a6e7b9b9.tar.gz
historical-130539c36d85f8cc0509487d5f4e8e65a6e7b9b9.tar.bz2
historical-130539c36d85f8cc0509487d5f4e8e65a6e7b9b9.zip
Removed sparc conditional around jack.
Diffstat (limited to 'media-sound/ecasound')
-rw-r--r--media-sound/ecasound/ChangeLog6
-rw-r--r--media-sound/ecasound/ecasound-2.3.3.ebuild17
2 files changed, 13 insertions, 10 deletions
diff --git a/media-sound/ecasound/ChangeLog b/media-sound/ecasound/ChangeLog
index 691c1ee9fd67..149888069d58 100644
--- a/media-sound/ecasound/ChangeLog
+++ b/media-sound/ecasound/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/ecasound
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ChangeLog,v 1.25 2004/07/12 23:09:09 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ChangeLog,v 1.26 2004/09/22 21:55:16 eradicator Exp $
+
+ 22 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ ecasound-2.3.3.ebuild:
+ Removed sparc conditional around jack.
12 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
ecasound-2.3.3.ebuild:
diff --git a/media-sound/ecasound/ecasound-2.3.3.ebuild b/media-sound/ecasound/ecasound-2.3.3.ebuild
index 8e6f2bcd2e43..15ad4ce49115 100644
--- a/media-sound/ecasound/ecasound-2.3.3.ebuild
+++ b/media-sound/ecasound/ecasound-2.3.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/ecasound/ecasound-2.3.3.ebuild,v 1.9 2004/07/12 23:09:09 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.3.3.ebuild,v 1.10 2004/09/22 21:55:16 eradicator Exp $
IUSE="ncurses arts alsa python oss mikmod oggvorbis jack audiofile"
@@ -12,16 +12,15 @@ LICENSE="GPL-2"
SLOT="1"
KEYWORDS="x86 sparc ~ppc amd64"
-DEPEND="virtual/libc
- !sparc? ( jack? ( media-sound/jack-audio-connection-kit ) )
+DEPEND="jack? ( media-sound/jack-audio-connection-kit )
media-libs/ladspa-sdk
audiofile? ( media-libs/audiofile )
- alsa? ( media-libs/alsa-lib )
- oggvorbis? ( media-libs/libvorbis )
- arts? ( kde-base/arts )
- mikmod? ( media-libs/libmikmod )
- python? ( dev-lang/python )
- ncurses? ( sys-libs/ncurses )"
+ alsa? ( media-libs/alsa-lib )
+ oggvorbis? ( media-libs/libvorbis )
+ arts? ( kde-base/arts )
+ mikmod? ( media-libs/libmikmod )
+ python? ( dev-lang/python )
+ ncurses? ( sys-libs/ncurses )"
# We don't make RDEPEND for vorbis-tools, mpg123/mpg321, timidity++ or lame -- no
# use flags for them.