diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-28 22:08:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-28 22:08:28 +0000 |
commit | aa09d77e2af33a0febb644625be88e0e0c871a05 (patch) | |
tree | 602c00cd8c02c035dfd0c57a1560f1fd9fd61d86 /x11-misc | |
parent | Mask nouveau VIDEO_CARDS flag on non-Linux systems. (diff) | |
download | gentoo-2-aa09d77e2af33a0febb644625be88e0e0c871a05.tar.gz gentoo-2-aa09d77e2af33a0febb644625be88e0e0c871a05.tar.bz2 gentoo-2-aa09d77e2af33a0febb644625be88e0e0c871a05.zip |
Restore dropped SLOT dep for webkit-gtk.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/lightdm/lightdm-0.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/lightdm/lightdm-0.2.3.ebuild b/x11-misc/lightdm/lightdm-0.2.3.ebuild index c4f77e89f3b1..d2b84fd22290 100644 --- a/x11-misc/lightdm/lightdm-0.2.3.ebuild +++ b/x11-misc/lightdm/lightdm-0.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-0.2.3.ebuild,v 1.1 2011/03/28 18:48:47 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-0.2.3.ebuild,v 1.2 2011/03/28 22:08:28 ssuominen Exp $ EAPI=4 inherit pam @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+introspection qt4" RDEPEND=">=dev-libs/dbus-glib-0.88 - net-libs/webkit-gtk + net-libs/webkit-gtk:2 virtual/pam x11-libs/gtk+:2 x11-libs/libX11 |