diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:00:36 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:00:36 +0000 |
commit | f07b753bbba40f0280ec500bb0bb4e21bc8263c8 (patch) | |
tree | a59b4f44ec844a4173b8253df1927fdaf5b291ba /app-text/htp/htp-1.15.ebuild | |
parent | sync IUSE (+samba) (Manifest recommit) (diff) | |
download | gentoo-2-f07b753bbba40f0280ec500bb0bb4e21bc8263c8.tar.gz gentoo-2-f07b753bbba40f0280ec500bb0bb4e21bc8263c8.tar.bz2 gentoo-2-f07b753bbba40f0280ec500bb0bb4e21bc8263c8.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-text/htp/htp-1.15.ebuild')
-rw-r--r-- | app-text/htp/htp-1.15.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/htp/htp-1.15.ebuild b/app-text/htp/htp-1.15.ebuild index cdeda44d7bc4..7e92e7f6a503 100644 --- a/app-text/htp/htp-1.15.ebuild +++ b/app-text/htp/htp-1.15.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/app-text/htp/htp-1.15.ebuild,v 1.2 2004/06/24 22:40:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htp/htp-1.15.ebuild,v 1.3 2004/07/01 11:58:59 eradicator Exp $ DESCRIPTION="An HTML preprocessor" HOMEPAGE="http://htp.sourceforge.net/" @@ -11,8 +11,8 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" IUSE="" -DEPEND="virtual/glibc" -RDEPEND="virtual/glibc" +DEPEND="virtual/libc" +RDEPEND="virtual/libc" # HTP does not use autoconf, have to set options defined in Makefile.config |