diff options
author | Marcin Kryczek <mkay@gentoo.org> | 2005-10-04 19:35:36 +0000 |
---|---|---|
committer | Marcin Kryczek <mkay@gentoo.org> | 2005-10-04 19:35:36 +0000 |
commit | 2c5e19c5d0f4f868f52486c39e530c3bb0f72104 (patch) | |
tree | 65f94622dcb37f363eff695f59894a31ac31b630 /net-p2p/gnunet-gtk | |
parent | Remove obsolete version; Remove COPYING from docs (diff) | |
download | gentoo-2-2c5e19c5d0f4f868f52486c39e530c3bb0f72104.tar.gz gentoo-2-2c5e19c5d0f4f868f52486c39e530c3bb0f72104.tar.bz2 gentoo-2-2c5e19c5d0f4f868f52486c39e530c3bb0f72104.zip |
Added libglade to DEPEND. This close bug #108113
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-p2p/gnunet-gtk')
-rw-r--r-- | net-p2p/gnunet-gtk/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/gnunet-gtk-0.7.0.ebuild | 5 |
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" |