diff options
-rw-r--r-- | net-misc/gnome-connection-manager/gnome-connection-manager-1.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/gnome-connection-manager/gnome-connection-manager-1.0.0.ebuild b/net-misc/gnome-connection-manager/gnome-connection-manager-1.0.0.ebuild index 14617e2..55660ec 100644 --- a/net-misc/gnome-connection-manager/gnome-connection-manager-1.0.0.ebuild +++ b/net-misc/gnome-connection-manager/gnome-connection-manager-1.0.0.ebuild @@ -18,11 +18,11 @@ IUSE="" DEPEND=" dev-python/pygtk - dev-python/pexpect - x11-libs/vte[python] + dev-tcltk/expect + dev-util/glade[python] gnome-base/libglade:2.0 net-misc/openssh - dev-util/glade[python]" + x11-libs/vte[python]" RDEPEND="${DEPEND}" S="${WORKDIR}"/gcm-"${PV}" |