diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-02-27 15:17:57 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-02-27 15:17:57 +0000 |
commit | d57c0a83f845c2312035f0f02369926bbd66f26c (patch) | |
tree | fd8acb311c8e80e571224ad23601c77ebddd2dc9 /net-misc/ltsp-sound | |
parent | Closing bug 26424 (Manifest recommit) (diff) | |
download | gentoo-2-d57c0a83f845c2312035f0f02369926bbd66f26c.tar.gz gentoo-2-d57c0a83f845c2312035f0f02369926bbd66f26c.tar.bz2 gentoo-2-d57c0a83f845c2312035f0f02369926bbd66f26c.zip |
depend on ltsp-3.0
Diffstat (limited to 'net-misc/ltsp-sound')
-rw-r--r-- | net-misc/ltsp-sound/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net-misc/ltsp-sound/ChangeLog b/net-misc/ltsp-sound/ChangeLog index c4c526d7f03f..ac5f58a4079c 100644 --- a/net-misc/ltsp-sound/ChangeLog +++ b/net-misc/ltsp-sound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ltsp-sound -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp-sound/ChangeLog,v 1.2 2003/07/13 14:31:36 aliz Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp-sound/ChangeLog,v 1.3 2004/02/27 15:17:57 lanius Exp $ + + 27 Feb 2004; Heinrich Wendel <lanius@gentoo.org> ltsp-sound-3.0.1-r1.ebuild: + depend on ltsp-3.0 *ltsp-sound-3.0.1-r1 (26 June 2003) diff --git a/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild b/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild index 8b18ee7ef379..5e4cf780e7fa 100644 --- a/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild +++ b/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild,v 1.3 2003/09/05 22:13:37 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp-sound/ltsp-sound-3.0.1-r1.ebuild,v 1.4 2004/02/27 15:17:57 lanius Exp $ IUSE="gnome" S=${WORKDIR}/ltsp_sound @@ -12,13 +12,11 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" -DEPEND="net-misc/ltsp-core +DEPEND="=net-misc/ltsp-core-3.0* media-libs/libaudiooss media-libs/nas gnome? ( media-sound/esound )" -RDEPEND="${DEPEND}" - src_install() { cd ${S} # install client stuff |