diff options
author | 2003-02-17 23:31:38 +0000 | |
---|---|---|
committer | 2003-02-17 23:31:38 +0000 | |
commit | eee0ac38dcb0c34ba5fbc130c4446e7775010595 (patch) | |
tree | 13624277588a67cf5ade44754ea3a01e2d7c6c9c /net-www/webcpp | |
parent | devfs hack (diff) | |
download | historical-eee0ac38dcb0c34ba5fbc130c4446e7775010595.tar.gz historical-eee0ac38dcb0c34ba5fbc130c4446e7775010595.tar.bz2 historical-eee0ac38dcb0c34ba5fbc130c4446e7775010595.zip |
fix RDEPEND
Diffstat (limited to 'net-www/webcpp')
-rw-r--r-- | net-www/webcpp/webcpp-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/webcpp/webcpp-0.8.0.ebuild b/net-www/webcpp/webcpp-0.8.0.ebuild index 5eb3b1c5bd77..472b5cce7213 100644 --- a/net-www/webcpp/webcpp-0.8.0.ebuild +++ b/net-www/webcpp/webcpp-0.8.0.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/net-www/webcpp/webcpp-0.8.0.ebuild,v 1.1 2003/02/17 02:10:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/webcpp/webcpp-0.8.0.ebuild,v 1.2 2003/02/17 23:31:38 vapier Exp $ DESCRIPTION="converts source code into HTML file using a customizable syntax highlighting engine and colour schemes" HOMEPAGE="http://webcpp.sourceforge.net/" @@ -12,7 +12,7 @@ KEYWORDS="x86" IUSE="pic" DEPEND="" -RDEPEND="virtual/gcc +RDEPEND="sys-devel/gcc virtual/glibc" S=${WORKDIR}/${P}-src |