diff options
Diffstat (limited to 'net-misc/gnome-connection-manager/gnome-connection-manager-1.0.0-r2.ebuild')
-rw-r--r-- | net-misc/gnome-connection-manager/gnome-connection-manager-1.0.0-r2.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-misc/gnome-connection-manager/gnome-connection-manager-1.0.0-r2.ebuild b/net-misc/gnome-connection-manager/gnome-connection-manager-1.0.0-r2.ebuild index c129f94..280cf90 100644 --- a/net-misc/gnome-connection-manager/gnome-connection-manager-1.0.0-r2.ebuild +++ b/net-misc/gnome-connection-manager/gnome-connection-manager-1.0.0-r2.ebuild @@ -16,14 +16,14 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -# DEPEND=" -# dev-python/pygtk -# dev-tcltk/expect -# dev-util/glade[python] -# gnome-base/libglade:2.0 -# net-misc/openssh -# x11-libs/vte[python]" -# RDEPEND="${DEPEND}" +DEPEND=" + dev-python/pygtk + dev-tcltk/expect + dev-util/glade[python] + gnome-base/libglade:2.0 + net-misc/openssh + x11-libs/vte[python]" +RDEPEND="${DEPEND}" S="${WORKDIR}"/gcm-"${PV}" |