diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:29:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:29:40 +0000 |
commit | 11f27e46238795d6dbc98fd367636447b24dbb57 (patch) | |
tree | 9fd29edbd3aff1b655707908e185c12b62d6382a /x11-misc/videogen | |
parent | glibc -> libc (Manifest recommit) (diff) | |
download | gentoo-2-11f27e46238795d6dbc98fd367636447b24dbb57.tar.gz gentoo-2-11f27e46238795d6dbc98fd367636447b24dbb57.tar.bz2 gentoo-2-11f27e46238795d6dbc98fd367636447b24dbb57.zip |
add sed-4 dep
Diffstat (limited to 'x11-misc/videogen')
-rw-r--r-- | x11-misc/videogen/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/videogen/videogen-0.32.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/videogen/ChangeLog b/x11-misc/videogen/ChangeLog index 71ec92a5cce0..4a7357812c97 100644 --- a/x11-misc/videogen/ChangeLog +++ b/x11-misc/videogen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/videogen # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/videogen/ChangeLog,v 1.2 2004/06/24 22:35:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/videogen/ChangeLog,v 1.3 2004/06/28 20:26:36 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> videogen-0.32.ebuild: + add sed-4 dep *videogen-0.32 (19 Oct 2003) diff --git a/x11-misc/videogen/videogen-0.32.ebuild b/x11-misc/videogen/videogen-0.32.ebuild index a0c06ab81dfd..9f98f2fe9ffa 100644 --- a/x11-misc/videogen/videogen-0.32.ebuild +++ b/x11-misc/videogen/videogen-0.32.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/x11-misc/videogen/videogen-0.32.ebuild,v 1.2 2004/06/24 22:35:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/videogen/videogen-0.32.ebuild,v 1.3 2004/06/28 20:26:36 agriffis Exp $ DESCRIPTION="Small utility to generate XFree86 modelines and fbset timings" HOMEPAGE="http://www.dynaweb.hu/opensource/videogen/" @@ -9,6 +9,7 @@ IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" +DEPEND=">=sys-apps/sed-4" src_unpack() { unpack ${A} |