diff options
author | 2006-12-10 09:06:58 +0000 | |
---|---|---|
committer | 2006-12-10 09:06:58 +0000 | |
commit | 30f0e3cde15c5aa9f1a79d303b7e73a629b64cf6 (patch) | |
tree | 28d559b07fd9247e3a177acbf32d2cb4fda09bf1 /www-servers/boa/boa-0.94.14_rc21.ebuild | |
parent | stable and unstable version bumps (diff) | |
download | historical-30f0e3cde15c5aa9f1a79d303b7e73a629b64cf6.tar.gz historical-30f0e3cde15c5aa9f1a79d303b7e73a629b64cf6.tar.bz2 historical-30f0e3cde15c5aa9f1a79d303b7e73a629b64cf6.zip |
Remove old version. Kill redundant DEPEND atoms/RDEPEND.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'www-servers/boa/boa-0.94.14_rc21.ebuild')
-rw-r--r-- | www-servers/boa/boa-0.94.14_rc21.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www-servers/boa/boa-0.94.14_rc21.ebuild b/www-servers/boa/boa-0.94.14_rc21.ebuild index 1b72569ee8cf..71e156c36592 100644 --- a/www-servers/boa/boa-0.94.14_rc21.ebuild +++ b/www-servers/boa/boa-0.94.14_rc21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/boa/boa-0.94.14_rc21.ebuild,v 1.1 2005/07/28 15:36:15 tigger Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/boa/boa-0.94.14_rc21.ebuild,v 1.2 2006/12/10 09:06:58 beu Exp $ inherit eutils @@ -14,15 +14,10 @@ LICENSE="GPL-2" SLOT="0" IUSE="tetex" S=${WORKDIR}/${PN}-${MY_PV} -DEPEND="virtual/libc - sys-devel/flex +DEPEND="sys-devel/flex sys-devel/bison - sys-apps/texinfo tetex? ( virtual/tetex )" - -RDEPEND="virtual/libc" - src_compile() { econf || die "econf failed" emake || die "emake failed" |