diff options
author | 2005-10-04 19:35:36 +0000 | |
---|---|---|
committer | 2005-10-04 19:35:36 +0000 | |
commit | 352f23d800cf83585d4469ac0d164ff4bde0878a (patch) | |
tree | 9f9fae3248c7a6af655543d38fd13b2e90e03839 /net-p2p | |
parent | Remove obsolete version; Remove COPYING from docs (diff) | |
download | historical-352f23d800cf83585d4469ac0d164ff4bde0878a.tar.gz historical-352f23d800cf83585d4469ac0d164ff4bde0878a.tar.bz2 historical-352f23d800cf83585d4469ac0d164ff4bde0878a.zip |
Added libglade to DEPEND. This close bug #108113
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet-gtk/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/gnunet-gtk/gnunet-gtk-0.7.0.ebuild | 5 |
3 files changed, 9 insertions, 5 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/Manifest b/net-p2p/gnunet-gtk/Manifest index 4a58f0b3f399..75cfe4018584 100644 --- a/net-p2p/gnunet-gtk/Manifest +++ b/net-p2p/gnunet-gtk/Manifest @@ -1,4 +1,4 @@ -MD5 d61c395f5c147b949b1d2ff386779691 gnunet-gtk-0.7.0.ebuild 627 +MD5 da7d21d8afb39eb0c9a83bbfc164e85f gnunet-gtk-0.7.0.ebuild 654 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 -MD5 890bee0f14dbfe8a07afcd4ecc12e2b4 ChangeLog 429 +MD5 b31765b43564c9834c814c4617939045 ChangeLog 552 MD5 1b5d9a62455927369d8025a1a193e73a files/digest-gnunet-gtk-0.7.0 69 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" |