diff options
Diffstat (limited to 'dev-libs/botan/botan-1.4.4.ebuild')
-rw-r--r-- | dev-libs/botan/botan-1.4.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/botan/botan-1.4.4.ebuild b/dev-libs/botan/botan-1.4.4.ebuild index a7446de8b0a5..fdcd5186e289 100644 --- a/dev-libs/botan/botan-1.4.4.ebuild +++ b/dev-libs/botan/botan-1.4.4.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/botan/botan-1.4.4.ebuild,v 1.8 2007/03/03 22:32:36 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.4.4.ebuild,v 1.9 2007/07/12 02:25:35 mr_bones_ Exp $ # Comments/fixes to lloyd@randombit.net (author) @@ -44,7 +44,6 @@ src_compile() { if useq gmp; then modules="$modules,eng_gmp"; fi if useq ssl; then modules="$modules,eng_ossl"; fi - # This is also supported on i586+ - hope this is correct. if [ ${ARCH} = 'alpha' -o ${ARCH} = 'amd64' ] || \ [ ${ARCH} = 'x86' -a ${CHOST:0:4} != "i386" -a ${CHOST:0:4} != "i486" ]; then |