diff options
author | 2009-04-01 17:52:38 +0000 | |
---|---|---|
committer | 2009-04-01 17:52:38 +0000 | |
commit | 755a104ea24a14708780c9aa94d38d3ce795f235 (patch) | |
tree | 64bbdfca8e682f3ae25a39bd9ac75d627b85c9eb /app-accessibility/sphinx2/sphinx2-0.6.ebuild | |
parent | Stable on x86. (diff) | |
download | gentoo-2-755a104ea24a14708780c9aa94d38d3ce795f235.tar.gz gentoo-2-755a104ea24a14708780c9aa94d38d3ce795f235.tar.bz2 gentoo-2-755a104ea24a14708780c9aa94d38d3ce795f235.zip |
Removed old version.
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/sphinx2/sphinx2-0.6.ebuild')
-rw-r--r-- | app-accessibility/sphinx2/sphinx2-0.6.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-accessibility/sphinx2/sphinx2-0.6.ebuild b/app-accessibility/sphinx2/sphinx2-0.6.ebuild index 490cdc71c695..9cf032ecc5cc 100644 --- a/app-accessibility/sphinx2/sphinx2-0.6.ebuild +++ b/app-accessibility/sphinx2/sphinx2-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.6.ebuild,v 1.4 2007/01/04 19:18:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.6.ebuild,v 1.5 2009/04/01 17:52:38 williamh Exp $ IUSE="static" @@ -15,8 +15,6 @@ LICENSE="BSD as-is" SLOT="0" KEYWORDS="amd64 ppc x86" -DEPEND="virtual/libc" - src_compile() { econf $(use_enable static) || die emake || die |