teiresias 14/08/13 18:44:41 Modified: brltty-5.0-r3.ebuild ChangeLog Log: Fix building with +java USE flag. Yes, I broke it when I converted this to use python-r1! Argh! Closes bug #519840. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x6521e06d)
Revision Changes Path 1.3 app-accessibility/brltty/brltty-5.0-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-5.0-r3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-5.0-r3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-5.0-r3.ebuild?r1=1.2&r2=1.3 Index: brltty-5.0-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.0-r3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- brltty-5.0-r3.ebuild 6 Aug 2014 21:30:10 -0000 1.2 +++ brltty-5.0-r3.ebuild 13 Aug 2014 18:44:41 -0000 1.3 @@ -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-accessibility/brltty/brltty-5.0-r3.ebuild,v 1.2 2014/08/06 21:30:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-5.0-r3.ebuild,v 1.3 2014/08/13 18:44:41 teiresias Exp $ EAPI=5 @@ -123,7 +123,7 @@ if use python; then python_build() { cd "Bindings/Python" || die - emake + emake } python_foreach_impl run_in_build_dir python_build fi @@ -138,7 +138,8 @@ if use python; then python_install() { - emake install + cd "Bindings/Python" || die + emake install } python_foreach_impl run_in_build_dir python_install fi 1.152 app-accessibility/brltty/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.152&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.152&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.151&r2=1.152 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v retrieving revision 1.151 retrieving revision 1.152 diff -u -r1.151 -r1.152 --- ChangeLog 6 Aug 2014 21:30:10 -0000 1.151 +++ ChangeLog 13 Aug 2014 18:44:41 -0000 1.152 @@ -1,6 +1,11 @@ # ChangeLog for app-accessibility/brltty # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.151 2014/08/06 21:30:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.152 2014/08/13 18:44:41 teiresias Exp $ + + 13 Aug 2014; Christopher Brannon <[email protected]> brltty-5.0-r3.ebuild: + Fix building with +java USE flag. + + I broke it when I converted the ebuild to use python-r1. 06 Aug 2014; Jeroen Roovers <[email protected]> brltty-5.0-r3.ebuild: Stable for HPPA (bug #518990).
