diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-05-29 17:16:07 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-05-29 17:16:07 +0000 |
commit | 28de5320f8dc5e1c9fd929af0d61819ec57c23a2 (patch) | |
tree | ad574abe5759f6856a23af3a8c2ec81b313727f0 /dev-libs/tntnet | |
parent | Do not install .desktop file if we don't compile GTK UI. (diff) | |
download | gentoo-2-28de5320f8dc5e1c9fd929af0d61819ec57c23a2.tar.gz gentoo-2-28de5320f8dc5e1c9fd929af0d61819ec57c23a2.tar.bz2 gentoo-2-28de5320f8dc5e1c9fd929af0d61819ec57c23a2.zip |
Added missing dependency to app-arch/zip.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-libs/tntnet')
-rw-r--r-- | dev-libs/tntnet/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/tntnet/tntnet-1.6.0.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-libs/tntnet/ChangeLog b/dev-libs/tntnet/ChangeLog index 1941b1738dc6..8b19f07615ae 100644 --- a/dev-libs/tntnet/ChangeLog +++ b/dev-libs/tntnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/tntnet # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v 1.1 2007/05/29 13:57:40 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v 1.2 2007/05/29 17:16:07 zzam Exp $ + + 29 May 2007; Matthias Schwarzott <zzam@gentoo.org> tntnet-1.6.0.ebuild: + Added missing dependency to app-arch/zip. *tntnet-1.6.0 (29 May 2007) diff --git a/dev-libs/tntnet/tntnet-1.6.0.ebuild b/dev-libs/tntnet/tntnet-1.6.0.ebuild index 571c578d1621..5e7c36f22922 100644 --- a/dev-libs/tntnet/tntnet-1.6.0.ebuild +++ b/dev-libs/tntnet/tntnet-1.6.0.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/dev-libs/tntnet/tntnet-1.6.0.ebuild,v 1.1 2007/05/29 13:57:40 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-1.6.0.ebuild,v 1.2 2007/05/29 17:16:07 zzam Exp $ DESCRIPTION="A modular, multithreaded webapplicationserver written from scratch for C++." HOMEPAGE="http://www.tntnet.org/index.hms" @@ -11,8 +11,10 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="dev-libs/cxxtools +RDEPEND="dev-libs/cxxtools >=net-libs/gnutls-1.2.0" +DEPEND="${RDEPEND} + app-arch/zip" src_compile() { econf --with-ssl=gnutls \ |