diff options
author | 2009-11-22 22:05:20 +0000 | |
---|---|---|
committer | 2009-11-22 22:05:20 +0000 | |
commit | 8883e8d02ca04bd027b8cf0836e52b08c5f46133 (patch) | |
tree | 7ddecd2bc2cefc67a6e5fa4752419ad5fa59c962 /app-misc/sphinx | |
parent | No action for a couple of months on this bug #276252. libstemmer mirrored to ... (diff) | |
download | gentoo-2-8883e8d02ca04bd027b8cf0836e52b08c5f46133.tar.gz gentoo-2-8883e8d02ca04bd027b8cf0836e52b08c5f46133.tar.bz2 gentoo-2-8883e8d02ca04bd027b8cf0836e52b08c5f46133.zip |
No action for a couple of months on this bug #276252. libstemmer mirrored to Gentoo systems now with a version number. revbump so that all existing users can converge on having an identical libstemmer.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/sphinx')
-rw-r--r-- | app-misc/sphinx/sphinx-0.9.9_rc2-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/sphinx/sphinx-0.9.9_rc2-r2.ebuild b/app-misc/sphinx/sphinx-0.9.9_rc2-r2.ebuild index c96c17c5705d..f6ebad84acdd 100644 --- a/app-misc/sphinx/sphinx-0.9.9_rc2-r2.ebuild +++ b/app-misc/sphinx/sphinx-0.9.9_rc2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.9_rc2-r2.ebuild,v 1.1 2009/11/22 22:04:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.9_rc2-r2.ebuild,v 1.2 2009/11/22 22:05:20 robbat2 Exp $ EAPI=2 inherit eutils autotools @@ -21,9 +21,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug id64 mysql postgres stemmer test" -DEPEND="mysql? ( virtual/mysql ) +RDEPEND="mysql? ( virtual/mysql ) postgres? ( virtual/postgresql-base )" -RDEPEND="${DEPEND} +DEPEND="${RDEPEND} test? ( dev-lang/php )" S=${WORKDIR}/${MY_P} |