diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-12 17:37:37 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-12 17:37:37 +0000 |
commit | cd31081eff038fdcc51eac6b59718c85e41bc1a7 (patch) | |
tree | 3d7d594188cc0ddcfbe698a7b9e2f39dfae73035 /gnome-extra/fast-user-switch-applet | |
parent | amd64 stable (diff) | |
download | historical-cd31081eff038fdcc51eac6b59718c85e41bc1a7.tar.gz historical-cd31081eff038fdcc51eac6b59718c85e41bc1a7.tar.bz2 historical-cd31081eff038fdcc51eac6b59718c85e41bc1a7.zip |
Remove monolithic X deps
Package-Manager: portage-2.1.1
Diffstat (limited to 'gnome-extra/fast-user-switch-applet')
-rw-r--r-- | gnome-extra/fast-user-switch-applet/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/gnome-extra/fast-user-switch-applet/ChangeLog b/gnome-extra/fast-user-switch-applet/ChangeLog index b3e60fbefd8c..a7784c488a36 100644 --- a/gnome-extra/fast-user-switch-applet/ChangeLog +++ b/gnome-extra/fast-user-switch-applet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/fast-user-switch-applet # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.16 2006/09/07 03:51:02 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/ChangeLog,v 1.17 2006/09/12 17:37:37 dang Exp $ + + 12 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> + fast-user-switch-applet-2.16.0.ebuild: + Remove monolithic X deps *fast-user-switch-applet-2.16.0 (07 Sep 2006) diff --git a/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild index 7e754bc03730..c15b02796914 100644 --- a/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild +++ b/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild,v 1.1 2006/09/07 03:51:02 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/fast-user-switch-applet/fast-user-switch-applet-2.16.0.ebuild,v 1.2 2006/09/12 17:37:37 dang Exp $ inherit eutils gnome2 @@ -26,10 +26,9 @@ RDEPEND="dev-libs/glib gnome-base/gnome-keyring gnome-base/libgnomecanvas >=gnome-base/gnome-panel-2.0 - || ( ( x11-libs/libXmu - x11-libs/libXau - x11-libs/libSM ) - virtual/x11 )" + x11-libs/libXmu + x11-libs/libXau + x11-libs/libSM" DEPEND="${RDEPEND} dev-libs/libxslt |