diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-05 10:19:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-05 10:19:25 +0000 |
commit | d0182319e90066e9234fd763e223aa81bd6f2224 (patch) | |
tree | 562ad06806ab76705c62e1429e0bf1dfb58bb0d5 /x11-misc | |
parent | Stable for x86, wrt bug #529402 (diff) | |
download | gentoo-2-d0182319e90066e9234fd763e223aa81bd6f2224.tar.gz gentoo-2-d0182319e90066e9234fd763e223aa81bd6f2224.tar.bz2 gentoo-2-d0182319e90066e9234fd763e223aa81bd6f2224.zip |
Stable for x86, wrt bug #529834
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/lightdm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/lightdm/lightdm-1.10.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/lightdm/ChangeLog b/x11-misc/lightdm/ChangeLog index 99b4c87fc0ea..d36ac9f7e744 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.100 2014/11/29 19:56:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.101 2014/12/05 10:19:25 ago Exp $ + + 05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> lightdm-1.10.3.ebuild: + Stable for x86, wrt bug #529834 29 Nov 2014; Markus Meier <maekke@gentoo.org> lightdm-1.10.3.ebuild: arm stable, bug #529834 diff --git a/x11-misc/lightdm/lightdm-1.10.3.ebuild b/x11-misc/lightdm/lightdm-1.10.3.ebuild index 29a83f81cf79..a5a699840f18 100644 --- a/x11-misc/lightdm/lightdm-1.10.3.ebuild +++ b/x11-misc/lightdm/lightdm-1.10.3.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.10.3.ebuild,v 1.4 2014/11/29 19:56:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.10.3.ebuild,v 1.5 2014/12/05 10:19:25 ago Exp $ EAPI=5 inherit autotools eutils pam readme.gentoo systemd @@ -13,7 +13,7 @@ SRC_URI="http://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz LICENSE="GPL-3 LGPL-3" SLOT="0" -KEYWORDS="amd64 arm ~ppc ~x86" +KEYWORDS="amd64 arm ~ppc x86" IUSE="+gtk +introspection kde qt4" REQUIRED_USE="|| ( gtk kde )" |