diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-06 00:01:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-06 00:01:10 +0000 |
commit | 4d49d96b09a585be245ac5e9b6fc642dc4e53eb7 (patch) | |
tree | 1bdb6913ce95b9c7bdf49c3ad90c9b1cf392b5f3 /xfce-base | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-4d49d96b09a585be245ac5e9b6fc642dc4e53eb7.tar.gz gentoo-2-4d49d96b09a585be245ac5e9b6fc642dc4e53eb7.tar.bz2 gentoo-2-4d49d96b09a585be245ac5e9b6fc642dc4e53eb7.zip |
Force dbus-glib version that's not open to security issues, and drops .la files to prevent overlinking in xfce deptree
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfce4-session/xfce4-session-4.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-base/xfce4-session/xfce4-session-4.7.3.ebuild b/xfce-base/xfce4-session/xfce4-session-4.7.3.ebuild index 598cfd19068a..d95caa4cef86 100644 --- a/xfce-base/xfce4-session/xfce4-session-4.7.3.ebuild +++ b/xfce-base/xfce4-session/xfce4-session-4.7.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/xfce-base/xfce4-session/xfce4-session-4.7.3.ebuild,v 1.2 2011/01/05 23:43:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.7.3.ebuild,v 1.3 2011/01/06 00:01:10 ssuominen Exp $ EAPI=3 inherit xfconf @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="consolekit debug gnome gnome-keyring policykit udev +xfce_plugins_logout" -COMMON_DEPEND=">=dev-libs/dbus-glib-0.73 +COMMON_DEPEND=">=dev-libs/dbus-glib-0.88 x11-apps/iceauth x11-libs/libSM >=x11-libs/libwnck-2.22 |