aballier 14/12/19 08:44:08 Modified: ChangeLog labltk-8.06.0.ebuild Log: Add X useflag, should fix bug #532476 Signed-off-by: [email protected] (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.5 dev-ml/labltk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/labltk/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/labltk/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/labltk/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/labltk/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 15 Dec 2014 16:23:13 -0000 1.4 +++ ChangeLog 19 Dec 2014 08:44:08 -0000 1.5 @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/labltk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/labltk/ChangeLog,v 1.4 2014/12/15 16:23:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/labltk/ChangeLog,v 1.5 2014/12/19 08:44:08 aballier Exp $ + + 19 Dec 2014; Alexis Ballier <[email protected]> labltk-8.06.0.ebuild: + Add X useflag, should fix bug #532476 15 Dec 2014; Alexis Ballier <[email protected]> labltk-8.06.0.ebuild: run configure with --verbose, it is not much more verbose but at least tells 1.5 dev-ml/labltk/labltk-8.06.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/labltk/labltk-8.06.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/labltk/labltk-8.06.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/labltk/labltk-8.06.0.ebuild?r1=1.4&r2=1.5 Index: labltk-8.06.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/labltk/labltk-8.06.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- labltk-8.06.0.ebuild 15 Dec 2014 16:23:13 -0000 1.4 +++ labltk-8.06.0.ebuild 19 Dec 2014 08:44:08 -0000 1.5 @@ -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/dev-ml/labltk/labltk-8.06.0.ebuild,v 1.4 2014/12/15 16:23:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/labltk/labltk-8.06.0.ebuild,v 1.5 2014/12/19 08:44:08 aballier Exp $ EAPI=5 @@ -13,10 +13,10 @@ LICENSE="QPL-1.0 LGPL-2" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux" -IUSE="+ocamlopt" +IUSE="+ocamlopt X" RDEPEND=">=dev-lang/tk-8.0.3 - >=dev-lang/ocaml-4.02:=[ocamlopt?]" + >=dev-lang/ocaml-4.02:=[ocamlopt?,X?]" DEPEND="${RDEPEND} >=dev-ml/findlib-1.5.5-r1" @@ -25,7 +25,7 @@ } src_configure() { - ./configure --use-findlib --verbose || die "configure failed!" + ./configure --use-findlib --verbose $(use X || echo "--tk-no-x11") || die "configure failed!" } src_compile() {
