diff options
author | 2005-12-14 21:14:59 +0000 | |
---|---|---|
committer | 2005-12-14 21:14:59 +0000 | |
commit | 12e60eb2838f594f3b7a98118b2046779e0aa40e (patch) | |
tree | 9a14138a98091501e054d9bfb97411c6b2f084be /x11-libs/libwnck/libwnck-2.12.2.ebuild | |
parent | Fix modular X deps to not dup gtk+ ones (diff) | |
download | historical-12e60eb2838f594f3b7a98118b2046779e0aa40e.tar.gz historical-12e60eb2838f594f3b7a98118b2046779e0aa40e.tar.bz2 historical-12e60eb2838f594f3b7a98118b2046779e0aa40e.zip |
Fix modular X deps to not dup gtk+ ones
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-libs/libwnck/libwnck-2.12.2.ebuild')
-rw-r--r-- | x11-libs/libwnck/libwnck-2.12.2.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-libs/libwnck/libwnck-2.12.2.ebuild b/x11-libs/libwnck/libwnck-2.12.2.ebuild index 864b39dd4a8f..6e11fbc21b31 100644 --- a/x11-libs/libwnck/libwnck-2.12.2.ebuild +++ b/x11-libs/libwnck/libwnck-2.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.12.2.ebuild,v 1.2 2005/12/13 22:08:12 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.12.2.ebuild,v 1.3 2005/12/14 21:14:59 dang Exp $ inherit gnome2 @@ -15,11 +15,7 @@ IUSE="doc" RDEPEND=">=x11-libs/gtk+-2.5.4 >=dev-libs/glib-2 >=x11-libs/startup-notification-0.4 - || ( ( - x11-libs/libICE - x11-libs/libSM - x11-libs/libXres ) - virtual/x11 )" + || ( x11-libs/libXres virtual/x11 )" DEPEND="${RDEPEND} sys-devel/gettext |