summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-12-05 10:17:11 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-12-05 10:17:11 +0000
commit2857e0da08ce4d09266d7d7ffe2b35aec1c331cf (patch)
treedabdf8d0ea29c25572de32d85eda623625a2fbf8
parentStable for x86, wrt bug #530122 (diff)
downloadgentoo-2-2857e0da08ce4d09266d7d7ffe2b35aec1c331cf.tar.gz
gentoo-2-2857e0da08ce4d09266d7d7ffe2b35aec1c331cf.tar.bz2
gentoo-2-2857e0da08ce4d09266d7d7ffe2b35aec1c331cf.zip
Stable for x86, wrt bug #516302
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
-rw-r--r--app-misc/sphinx/ChangeLog5
-rw-r--r--app-misc/sphinx/sphinx-2.1.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/sphinx/ChangeLog b/app-misc/sphinx/ChangeLog
index 71a47dd9a595..c88f81df27c7 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.82 2014/11/03 11:10:26 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.83 2014/12/05 10:17:11 ago Exp $
+
+ 05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> sphinx-2.1.8.ebuild:
+ Stable for x86, wrt bug #516302
03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> sphinx-0.9.9.ebuild,
sphinx-2.0.10.ebuild, sphinx-2.1.8.ebuild, sphinx-2.1.9.ebuild:
diff --git a/app-misc/sphinx/sphinx-2.1.8.ebuild b/app-misc/sphinx/sphinx-2.1.8.ebuild
index 028912183745..435a9b4e7a6a 100644
--- a/app-misc/sphinx/sphinx-2.1.8.ebuild
+++ b/app-misc/sphinx/sphinx-2.1.8.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.1.8.ebuild,v 1.3 2014/11/03 11:10:26 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.1.8.ebuild,v 1.4 2014/12/05 10:17:11 ago Exp $
EAPI=5
inherit eutils autotools toolchain-funcs
@@ -14,7 +14,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 syslog test xml"
RDEPEND="mysql? ( virtual/mysql )