diff options
author | 2008-03-08 14:45:57 +0000 | |
---|---|---|
committer | 2008-03-08 14:45:57 +0000 | |
commit | a23dea4f1f9c30050ffef881db60f007ab503833 (patch) | |
tree | 8d8adcf8993bf0c84626f36ac96e0ce738a3e11f /net-analyzer/nmap/nmap-4.53.ebuild | |
parent | Version bump, see bug #206928. (diff) | |
download | historical-a23dea4f1f9c30050ffef881db60f007ab503833.tar.gz historical-a23dea4f1f9c30050ffef881db60f007ab503833.tar.bz2 historical-a23dea4f1f9c30050ffef881db60f007ab503833.zip |
Fix bug #212586.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-analyzer/nmap/nmap-4.53.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-4.53.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-4.53.ebuild b/net-analyzer/nmap/nmap-4.53.ebuild index c5a95ef76c7c..ac5ddbc00f78 100644 --- a/net-analyzer/nmap/nmap-4.53.ebuild +++ b/net-analyzer/nmap/nmap-4.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.53.ebuild,v 1.7 2008/03/08 06:33:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.53.ebuild,v 1.8 2008/03/08 14:45:57 spock Exp $ inherit eutils flag-o-matic @@ -36,7 +36,8 @@ src_compile() { local myconf="" if use lua ; then - if has_version dev-lang/lua && built_with_use dev-lang/lua deprecated ; then + if has_version ">=dev-lang/lua-5.1.3-r1" && + built_with_use dev-lang/lua deprecated ; then myconf="--with-liblua" else myconf="--with-liblua=included" |