diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-06-11 00:31:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-06-11 00:31:49 +0000 |
commit | 5263b9bc33e4e39b4181a1602f39dd86f5f8c2a9 (patch) | |
tree | 702d7c38d82a9e31a0e075d8b0f717cb7b3de93e /media-plugins/live/live-2003.01.28.ebuild | |
parent | version bump and stable bump (diff) | |
download | historical-5263b9bc33e4e39b4181a1602f39dd86f5f8c2a9.tar.gz historical-5263b9bc33e4e39b4181a1602f39dd86f5f8c2a9.tar.bz2 historical-5263b9bc33e4e39b4181a1602f39dd86f5f8c2a9.zip |
DEPEND on sed >= 4
Diffstat (limited to 'media-plugins/live/live-2003.01.28.ebuild')
-rw-r--r-- | media-plugins/live/live-2003.01.28.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/live/live-2003.01.28.ebuild b/media-plugins/live/live-2003.01.28.ebuild index ee6b625cdbf2..f57e19784627 100644 --- a/media-plugins/live/live-2003.01.28.ebuild +++ b/media-plugins/live/live-2003.01.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/live-2003.01.28.ebuild,v 1.4 2003/02/28 16:54:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/live/live-2003.01.28.ebuild,v 1.5 2003/06/11 00:31:44 msterret Exp $ DESCRIPTION="Source-code libraries for standards-based RTP/RTCP/RTSP multimedia streaming, suitable for embedded and/or low-cost streaming applications" @@ -11,7 +11,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="" +DEPEND=">=sys-apps/sed-4" S=${WORKDIR}/${PN} src_unpack() { |