diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-23 23:02:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-23 23:02:36 +0000 |
commit | 8daa225ebe341e023b47e9efb93d04b62b2dd142 (patch) | |
tree | 9b0149a184eed7563d58549c3065034cf05719cd /app-accessibility/sphinx3 | |
parent | Inherit user eclass for enewuser/etc... (diff) | |
download | historical-8daa225ebe341e023b47e9efb93d04b62b2dd142.tar.gz historical-8daa225ebe341e023b47e9efb93d04b62b2dd142.tar.bz2 historical-8daa225ebe341e023b47e9efb93d04b62b2dd142.zip |
Inherit eutils eclass for epatch.
Package-Manager: portage-2.2.0_alpha107_p3/cvs/Linux x86_64
Diffstat (limited to 'app-accessibility/sphinx3')
-rw-r--r-- | app-accessibility/sphinx3/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/sphinx3/sphinx3-0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-accessibility/sphinx3/ChangeLog b/app-accessibility/sphinx3/ChangeLog index fe74646b5108..4b4d6c448404 100644 --- a/app-accessibility/sphinx3/ChangeLog +++ b/app-accessibility/sphinx3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/sphinx3 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx3/ChangeLog,v 1.7 2012/02/26 02:57:03 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx3/ChangeLog,v 1.8 2012/05/23 23:02:36 vapier Exp $ + + 23 May 2012; Mike Frysinger <vapier@gentoo.org> sphinx3-0.8.ebuild: + Inherit eutils eclass for epatch. 26 Feb 2012; Patrick Lauer <patrick@gentoo.org> sphinx3-0.8.ebuild: Restricting jython diff --git a/app-accessibility/sphinx3/sphinx3-0.8.ebuild b/app-accessibility/sphinx3/sphinx3-0.8.ebuild index 584cae9f4718..c206e0d8c52e 100644 --- a/app-accessibility/sphinx3/sphinx3-0.8.ebuild +++ b/app-accessibility/sphinx3/sphinx3-0.8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx3/sphinx3-0.8.ebuild,v 1.3 2012/02/26 02:57:03 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx3/sphinx3-0.8.ebuild,v 1.4 2012/05/23 23:02:36 vapier Exp $ EAPI=3 PYTHON_DEPEND="python? 2:2.6" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.* *-jython" -inherit autotools-utils prefix python +inherit autotools-utils prefix python eutils DESCRIPTION="CMU Speech Recognition engine" HOMEPAGE="http://cmusphinx.sourceforge.net/" |