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
This commit is contained in:
prozacx
2005-04-04 07:14:58 +00:00
parent 9b9553ec4b
commit 5be5a12aaf

View File

@@ -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}"