From 5be5a12aafa26d73c8fda1a451e51cab83d1eb38 Mon Sep 17 00:00:00 2001 From: prozacx Date: Mon, 4 Apr 2005 07:14:58 +0000 Subject: [PATCH] Added gcc dependency and specific minimum version for openssl dependency git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@111 726aef4b-f618-498e-8847-2d620e286838 --- znc-0.000.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/znc-0.000.ebuild b/znc-0.000.ebuild index 312c12a1..917d5310 100644 --- a/znc-0.000.ebuild +++ b/znc-0.000.ebuild @@ -15,7 +15,8 @@ IUSE="nossl nomodules debug" RDEPEND="virtual/libc" DEPEND="virtual/libc - !nossl? ( dev-libs/openssl )" + >=sys-devel/gcc-3.2.3-r4 + !nossl? ( dev-libs/openssl-0.9.7d )" S="${WORKDIR}/${P}"