summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-11-20 23:09:02 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-11-20 23:09:02 +0000
commit5ef7b07f088591cb48a81583f6d41e5d8ad7539c (patch)
treebdf199caf670f020f57230844b962133ef66ff79 /net-libs
parentalpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677). (diff)
downloadgentoo-2-5ef7b07f088591cb48a81583f6d41e5d8ad7539c.tar.gz
gentoo-2-5ef7b07f088591cb48a81583f6d41e5d8ad7539c.tar.bz2
gentoo-2-5ef7b07f088591cb48a81583f6d41e5d8ad7539c.zip
Add missing Text-CSV dependency, bug #345857. Thanks to Diego for reporting.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/gtk-vnc/ChangeLog5
-rw-r--r--net-libs/gtk-vnc/gtk-vnc-0.4.2.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-libs/gtk-vnc/ChangeLog b/net-libs/gtk-vnc/ChangeLog
index f4a19bfc330d..fcc88e16c116 100644
--- a/net-libs/gtk-vnc/ChangeLog
+++ b/net-libs/gtk-vnc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/gtk-vnc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.53 2010/11/16 21:50:37 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.54 2010/11/20 23:09:02 eva Exp $
+
+ 20 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org> gtk-vnc-0.4.2.ebuild:
+ Add missing Text-CSV dependency, bug #345857. Thanks to Diego for reporting.
*gtk-vnc-0.4.2 (16 Nov 2010)
diff --git a/net-libs/gtk-vnc/gtk-vnc-0.4.2.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.4.2.ebuild
index 4b29ebb827f6..e314593c67ec 100644
--- a/net-libs/gtk-vnc/gtk-vnc-0.4.2.ebuild
+++ b/net-libs/gtk-vnc/gtk-vnc-0.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.2.ebuild,v 1.1 2010/11/16 21:50:37 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.4.2.ebuild,v 1.2 2010/11/20 23:09:02 eva Exp $
EAPI="2"
PYTHON_DEPEND="python? 2:2.4"
@@ -28,6 +28,7 @@ RDEPEND=">=dev-libs/glib-2.10:2
sasl? ( dev-libs/cyrus-sasl )"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
+ dev-perl/Text-CSV
dev-util/pkgconfig
sys-devel/gettext
>=dev-util/intltool-0.40"