hwoarang 14/04/09 16:49:58 Modified: lightdm-1.9.15.ebuild ChangeLog Log: Do not build tests for 1.9* as well. Bug #507204 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Revision Changes Path 1.2 x11-misc/lightdm/lightdm-1.9.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.9.15.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.9.15.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.9.15.ebuild?r1=1.1&r2=1.2 Index: lightdm-1.9.15.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.9.15.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lightdm-1.9.15.ebuild 8 Apr 2014 21:59:57 -0000 1.1 +++ lightdm-1.9.15.ebuild 9 Apr 2014 16:49:58 -0000 1.2 @@ -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/x11-misc/lightdm/lightdm-1.9.15.ebuild,v 1.1 2014/04/08 21:59:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.9.15.ebuild,v 1.2 2014/04/09 16:49:58 hwoarang Exp $ EAPI=5 inherit autotools eutils pam readme.gentoo systemd @@ -76,9 +76,12 @@ einfo "Default session: ${_session}" einfo "Greeter user: ${_user}" + # also disable tests because libsystem.c does not build. Tests are + # restricted so it does not matter anyway. econf \ --localstatedir=/var \ --disable-static \ + --disable-tests \ $(use_enable introspection) \ $(use_enable qt4 liblightdm-qt) \ --with-user-session=${_session} \ 1.84 x11-misc/lightdm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.84&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.84&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?r1=1.83&r2=1.84 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- ChangeLog 8 Apr 2014 21:59:57 -0000 1.83 +++ ChangeLog 9 Apr 2014 16:49:58 -0000 1.84 @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/lightdm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.83 2014/04/08 21:59:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.84 2014/04/09 16:49:58 hwoarang Exp $ + + 09 Apr 2014; Markos Chandras <[email protected]> lightdm-1.9.15.ebuild: + Do not build tests for 1.9* as well. Bug #507204 *lightdm-1.10.0 (08 Apr 2014) *lightdm-1.9.15 (08 Apr 2014)
