summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/gnunet-gtk')
-rw-r--r--net-p2p/gnunet-gtk/ChangeLog5
-rw-r--r--net-p2p/gnunet-gtk/gnunet-gtk-0.7.0.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/gnunet-gtk/ChangeLog b/net-p2p/gnunet-gtk/ChangeLog
index 59c87f327878..b6ba3ace0869 100644
--- a/net-p2p/gnunet-gtk/ChangeLog
+++ b/net-p2p/gnunet-gtk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/gnunet-gtk
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.1 2005/09/21 12:24:16 mkay Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.2 2005/10/04 19:35:36 mkay Exp $
+
+ 04 Oct 2005; <mkay@gentoo.org> gnunet-gtk-0.7.0.ebuild:
+ Added libglade to DEPEND. Thanks Corvus Corax for bug #108113
*gnunet-gtk-0.7.0 (21 Sep 2005)
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0.ebuild
index 1222c7d0821a..c6e81ed5f7ac 100644
--- a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0.ebuild
+++ b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0.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/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0.ebuild,v 1.1 2005/09/21 12:24:16 mkay Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0.ebuild,v 1.2 2005/10/04 19:35:36 mkay Exp $
DESCRIPTION="Graphical front end for GNUnet."
HOMEPAGE="http://www.gnu.org/software/GNUnet/"
@@ -12,7 +12,8 @@ SLOT="0"
IUSE=""
DEPEND=">=x11-libs/gtk+-2.6.0
- >=net-p2p/gnunet-${PV}"
+ >=net-p2p/gnunet-${PV}
+ >=gnome-base/libglade-2.0"
src_compile() {
econf --with-gnunet=/usr || die "econf failed"