diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-30 20:16:34 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-30 20:16:34 +0000 |
commit | 2eade8c41380276b78a53b3885254b25203457e3 (patch) | |
tree | 58445fa708f79ece57a3b34c0e8720f3bc513ac3 /net-p2p | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-2eade8c41380276b78a53b3885254b25203457e3.tar.gz gentoo-2-2eade8c41380276b78a53b3885254b25203457e3.tar.bz2 gentoo-2-2eade8c41380276b78a53b3885254b25203457e3.zip |
Add net-misc/curl, thanks to Tobias Kral <tobias at kral-online dot de>, bug 172715
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/gnunet/gnunet-0.7.1b.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-p2p/gnunet/ChangeLog b/net-p2p/gnunet/ChangeLog index c10797ed2669..6fdc89b471c7 100644 --- a/net-p2p/gnunet/ChangeLog +++ b/net-p2p/gnunet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/gnunet # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.55 2007/03/25 11:02:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.56 2007/03/30 20:16:34 armin76 Exp $ + + 30 Mar 2007; Raúl Porcel <armin76@gentoo.org> gnunet-0.7.1b.ebuild: + Add net-misc/curl, thanks to Tobias Kral <tobias at kral-online dot de>, bug + 172715 25 Mar 2007; Raúl Porcel <armin76@gentoo.org> gnunet-0.7.1b.ebuild: Fix postinst message, bug 172143 diff --git a/net-p2p/gnunet/gnunet-0.7.1b.ebuild b/net-p2p/gnunet/gnunet-0.7.1b.ebuild index 56383daa17da..26d033b99371 100644 --- a/net-p2p/gnunet/gnunet-0.7.1b.ebuild +++ b/net-p2p/gnunet/gnunet-0.7.1b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.7.1b.ebuild,v 1.2 2007/03/25 11:02:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.7.1b.ebuild,v 1.3 2007/03/30 20:16:34 armin76 Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -23,6 +23,7 @@ DEPEND=">=dev-libs/libgcrypt-1.2.0 >=media-libs/libextractor-0.5.13 >=dev-libs/gmp-4.0.0 sys-libs/zlib + net-misc/curl gtk? ( >=x11-libs/gtk+-2.6.10 ) sys-apps/sed >=dev-scheme/guile-1.8.0 |