diff options
author | 2013-06-25 11:37:44 +0000 | |
---|---|---|
committer | 2013-06-25 11:37:44 +0000 | |
commit | 13dc7ff31313c24b81ef6b9edf9d2706deb60b74 (patch) | |
tree | 8d202f6e6fab0e71f232f334797e14ab03e043d7 /app-misc/sphinx | |
parent | Stable for x86, wrt bug #474146 (diff) | |
download | gentoo-2-13dc7ff31313c24b81ef6b9edf9d2706deb60b74.tar.gz gentoo-2-13dc7ff31313c24b81ef6b9edf9d2706deb60b74.tar.bz2 gentoo-2-13dc7ff31313c24b81ef6b9edf9d2706deb60b74.zip |
Stable for x86, wrt bug #474148
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-misc/sphinx')
-rw-r--r-- | app-misc/sphinx/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/sphinx/sphinx-2.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/sphinx/ChangeLog b/app-misc/sphinx/ChangeLog index 54e16bb7d768..361a326a7a85 100644 --- a/app-misc/sphinx/ChangeLog +++ b/app-misc/sphinx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/sphinx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.60 2013/05/02 19:16:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.61 2013/06/25 11:37:44 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> sphinx-2.0.8.ebuild: + Stable for x86, wrt bug #474148 *sphinx-2.0.8 (02 May 2013) diff --git a/app-misc/sphinx/sphinx-2.0.8.ebuild b/app-misc/sphinx/sphinx-2.0.8.ebuild index 9e506444976c..083f4838db7c 100644 --- a/app-misc/sphinx/sphinx-2.0.8.ebuild +++ b/app-misc/sphinx/sphinx-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.8.ebuild,v 1.1 2013/05/02 19:16:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.8.ebuild,v 1.2 2013/06/25 11:37:44 ago Exp $ EAPI=5 inherit eutils autotools toolchain-funcs @@ -19,7 +19,7 @@ SRC_URI="http://sphinxsearch.com/files/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" IUSE="debug id64 mysql odbc postgres stemmer test" RDEPEND="mysql? ( virtual/mysql ) |