diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-04-09 16:49:58 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-04-09 16:49:58 +0000 |
commit | af32e0c2d4088391591a011e9b294351f500388c (patch) | |
tree | 11ce1bda01bbc2a1c62769bcdc5c9797b34e6ca2 /x11-misc/lightdm | |
parent | Version bump. (diff) | |
download | gentoo-2-af32e0c2d4088391591a011e9b294351f500388c.tar.gz gentoo-2-af32e0c2d4088391591a011e9b294351f500388c.tar.bz2 gentoo-2-af32e0c2d4088391591a011e9b294351f500388c.zip |
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!)
Diffstat (limited to 'x11-misc/lightdm')
-rw-r--r-- | x11-misc/lightdm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/lightdm/lightdm-1.9.15.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-misc/lightdm/ChangeLog b/x11-misc/lightdm/ChangeLog index b94a2edc4cde..d6f52ba25eee 100644 --- a/x11-misc/lightdm/ChangeLog +++ b/x11-misc/lightdm/ChangeLog @@ -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 <hwoarang@gentoo.org> 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) diff --git a/x11-misc/lightdm/lightdm-1.9.15.ebuild b/x11-misc/lightdm/lightdm-1.9.15.ebuild index 4a0c7f224b96..c9bb1b408ede 100644 --- a/x11-misc/lightdm/lightdm-1.9.15.ebuild +++ b/x11-misc/lightdm/lightdm-1.9.15.ebuild @@ -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 @@ src_configure() { 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} \ |