diff options
author | 2011-08-16 14:30:09 +0000 | |
---|---|---|
committer | 2011-08-16 14:30:09 +0000 | |
commit | eee199428d1ee572c41a7aa28a03c8f777e608d2 (patch) | |
tree | 493b4420a5cb8ef09f330c66a3a8950f7ea6a1fa /net-libs/gtk-vnc/gtk-vnc-0.4.3-r1.ebuild | |
parent | Bump to 0.4.3-r1 with gtk3 support, from gnome overlay for GNOME 3 (diff) | |
download | gentoo-2-eee199428d1ee572c41a7aa28a03c8f777e608d2.tar.gz gentoo-2-eee199428d1ee572c41a7aa28a03c8f777e608d2.tar.bz2 gentoo-2-eee199428d1ee572c41a7aa28a03c8f777e608d2.zip |
Fix RDEPEND being unset
Diffstat (limited to 'net-libs/gtk-vnc/gtk-vnc-0.4.3-r1.ebuild')
-rw-r--r-- | net-libs/gtk-vnc/gtk-vnc-0.4.3-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/gtk-vnc/gtk-vnc-0.4.3-r1.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.4.3-r1.ebuild index 6b81b362c2e3..01bdc700353d 100644 --- a/net-libs/gtk-vnc/gtk-vnc-0.4.3-r1.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-0.4.3-r1.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/net-libs/gtk-vnc/gtk-vnc-0.4.3-r1.ebuild,v 1.1 2011/08/16 14:28:58 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.4.3-r1.ebuild,v 1.2 2011/08/16 14:30:09 nirbheek Exp $ EAPI="3" @@ -26,6 +26,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.10:2 introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) python? ( >=dev-python/pygtk-2:2 ) sasl? ( dev-libs/cyrus-sasl )" +RDEPEND="${COMMON_DEPEND}" DEPEND="${COMMON_DEPEND} >=dev-lang/perl-5 dev-util/pkgconfig |