diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 20:20:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 20:20:17 +0000 |
commit | f607c080d1d30b7c5723b7ecb94a6724c047e055 (patch) | |
tree | ffacebbf15da718444f5a2a33dfde71ef2a41ad6 /app-misc/sphinx | |
parent | Stable for x86, wrt bug #502496 (diff) | |
download | gentoo-2-f607c080d1d30b7c5723b7ecb94a6724c047e055.tar.gz gentoo-2-f607c080d1d30b7c5723b7ecb94a6724c047e055.tar.bz2 gentoo-2-f607c080d1d30b7c5723b7ecb94a6724c047e055.zip |
Stable for x86, wrt bug #502496
(Portage version: 2.2.7/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.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/sphinx/ChangeLog b/app-misc/sphinx/ChangeLog index 3d4fc394bd3c..045a0e9d8365 100644 --- a/app-misc/sphinx/ChangeLog +++ b/app-misc/sphinx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/sphinx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.74 2014/03/02 22:54:37 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.75 2014/03/04 20:20:17 ago Exp $ + + 04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> sphinx-2.0.10.ebuild: + Stable for x86, wrt bug #502496 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> sphinx-2.0.10.ebuild: amd64 stable, bug #502496 diff --git a/app-misc/sphinx/sphinx-2.0.10.ebuild b/app-misc/sphinx/sphinx-2.0.10.ebuild index 6d43febc598a..2a8cae6f2aa6 100644 --- a/app-misc/sphinx/sphinx-2.0.10.ebuild +++ b/app-misc/sphinx/sphinx-2.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.10.ebuild,v 1.2 2014/03/02 22:54:37 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.10.ebuild,v 1.3 2014/03/04 20:20:17 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 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~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 ) |