diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-07-30 13:52:03 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-07-30 13:52:03 +0000 |
commit | 702a58a6d0e5aed8cc91d4482967ebb3c6b7c915 (patch) | |
tree | 8528417a04e6393abcd8c64029549a73fdac3073 /x11-misc/lightdm/lightdm-1.4.0-r2.ebuild | |
parent | Remove old versions (diff) | |
download | historical-702a58a6d0e5aed8cc91d4482967ebb3c6b7c915.tar.gz historical-702a58a6d0e5aed8cc91d4482967ebb3c6b7c915.tar.bz2 historical-702a58a6d0e5aed8cc91d4482967ebb3c6b7c915.zip |
Version bump. Remove old. Fix gobject-introspection dependencies. Bug #471448
Package-Manager: portage-2.2.0_alpha191/cvs/Linux x86_64
Manifest-Sign-Key: 0xB4AFF2C2
Diffstat (limited to 'x11-misc/lightdm/lightdm-1.4.0-r2.ebuild')
-rw-r--r-- | x11-misc/lightdm/lightdm-1.4.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/lightdm/lightdm-1.4.0-r2.ebuild b/x11-misc/lightdm/lightdm-1.4.0-r2.ebuild index b480da9fab79..a2b61f9d23a9 100644 --- a/x11-misc/lightdm/lightdm-1.4.0-r2.ebuild +++ b/x11-misc/lightdm/lightdm-1.4.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.4.0-r2.ebuild,v 1.1 2013/05/18 12:41:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.4.0-r2.ebuild,v 1.2 2013/07/30 13:51:58 hwoarang Exp $ EAPI=5 inherit autotools eutils pam readme.gentoo systemd @@ -23,7 +23,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.32.3:2 virtual/pam x11-libs/libX11 >=x11-libs/libxklavier-5 - introspection? ( >=dev-libs/gobject-introspection-1 ) + introspection? ( <dev-libs/gobject-introspection-1.36.0 ) qt4? ( dev-qt/qtcore:4 dev-qt/qtdbus:4 |