diff options
author | Marc Hildebrand <zypher@gentoo.org> | 2004-03-22 09:58:01 +0000 |
---|---|---|
committer | Marc Hildebrand <zypher@gentoo.org> | 2004-03-22 09:58:01 +0000 |
commit | 1054b2016cfb70097c0ddc128eba6ad9ea57963e (patch) | |
tree | d83a31d80e77e1cdf8e639e580b7db34ee7e6ea4 /media-video/gephex | |
parent | version bump (diff) | |
download | historical-1054b2016cfb70097c0ddc128eba6ad9ea57963e.tar.gz historical-1054b2016cfb70097c0ddc128eba6ad9ea57963e.tar.bz2 historical-1054b2016cfb70097c0ddc128eba6ad9ea57963e.zip |
fixed rdepend issue
Diffstat (limited to 'media-video/gephex')
-rw-r--r-- | media-video/gephex/gephex-0.0.4.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media-video/gephex/gephex-0.0.4.ebuild b/media-video/gephex/gephex-0.0.4.ebuild index cb70e063081b..84f9c2be98bc 100644 --- a/media-video/gephex/gephex-0.0.4.ebuild +++ b/media-video/gephex/gephex-0.0.4.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-video/gephex/gephex-0.0.4.ebuild,v 1.1 2004/03/02 15:14:06 zypher Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/gephex/gephex-0.0.4.ebuild,v 1.2 2004/03/22 09:58:01 zypher Exp $ MY_P=${P/_/} DESCRIPTION="GePhex is a modular video effect framework." @@ -23,8 +23,6 @@ DEPEND="virtual/x11 >=media-video/avifile-0.7.38.20030710 aalib? ( >=media-libs/aalib-1.4_rc4-r2 )" -RDEPEND=${DEPEND} - src_compile() { cd ${S} epatch ${FILESDIR}/0.0.4-alsa-api-fix.patch || die |