diff options
Diffstat (limited to 'net-www/boa/boa-0.94.13.ebuild')
-rw-r--r-- | net-www/boa/boa-0.94.13.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/boa/boa-0.94.13.ebuild b/net-www/boa/boa-0.94.13.ebuild index 2f8b381b6987..0abb4c9cb8d0 100644 --- a/net-www/boa/boa-0.94.13.ebuild +++ b/net-www/boa/boa-0.94.13.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/net-www/boa/boa-0.94.13.ebuild,v 1.14 2004/06/25 00:49:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/boa/boa-0.94.13.ebuild,v 1.15 2004/07/01 22:41:51 eradicator Exp $ inherit eutils @@ -13,13 +13,13 @@ LICENSE="GPL-2" SLOT="0" IUSE="tetex" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-devel/flex sys-devel/bison sys-apps/texinfo tetex? ( virtual/tetex )" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" src_unpack() { unpack ${A} |