diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-03-28 12:22:25 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-03-28 12:22:25 +0000 |
commit | 150c45eb89fa8fbc3e0e2009993446af5a91256e (patch) | |
tree | 14bac2398bb975a3d92fac41090784d86e63a92a /app-accessibility | |
parent | Support obtaining CFLAGS and LIBS for the Python implementation (similarly to... (diff) | |
download | gentoo-2-150c45eb89fa8fbc3e0e2009993446af5a91256e.tar.gz gentoo-2-150c45eb89fa8fbc3e0e2009993446af5a91256e.tar.bz2 gentoo-2-150c45eb89fa8fbc3e0e2009993446af5a91256e.zip |
app-accessibility/speech-dispatcher: Add fix for not wanted maintainer-mode, #463600
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/speech-dispatcher/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild | 12 |
2 files changed, 7 insertions, 10 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index 9e272fbf1e9e..65ff246749e1 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/speech-dispatcher # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.83 2013/03/27 15:07:53 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.84 2013/03/28 12:22:25 jlec Exp $ + + 28 Mar 2013; Justin Lecher <jlec@gentoo.org> speech-dispatcher-0.8.ebuild: + Add fix for not wanted maintainer-mode, #463600 *speech-dispatcher-0.8 (27 Mar 2013) diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild index bb5bd5151301..e30c71f286f4 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild,v 1.1 2013/03/27 15:07:53 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild,v 1.2 2013/03/28 12:22:25 jlec Exp $ EAPI=5 + PYTHON_COMPAT=( python3_2 pypy{1_9,2_0} ) inherit autotools-utils python-r1 @@ -29,16 +30,9 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.40.0 virtual/pkgconfig" -src_prepare() { - # Python bindings are built/installed manually. - sed -e "/SUBDIRS += python/d" -i src/Makefile.am || die - - autotools-utils_src_prepare -} - src_configure() { local myeconfargs=( - $(use_enable python) + --disable-python $(use_with alsa) $(use_with ao libao) $(use_with espeak) |