diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-10-01 10:46:55 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-10-01 10:46:55 +0000 |
commit | 0bd2c8c0d56478c542d09aa6c7f552f05be2c0e6 (patch) | |
tree | 366f078b1066ffd3ba2c9f92ff38a1940d2265b4 /dev-libs | |
parent | Added support for shared library. (Manifest recommit) (diff) | |
download | gentoo-2-0bd2c8c0d56478c542d09aa6c7f552f05be2c0e6.tar.gz gentoo-2-0bd2c8c0d56478c542d09aa6c7f552f05be2c0e6.tar.bz2 gentoo-2-0bd2c8c0d56478c542d09aa6c7f552f05be2c0e6.zip |
cleanup
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/nettle/nettle-1.10.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/nettle/nettle-1.10.ebuild b/dev-libs/nettle/nettle-1.10.ebuild index 006093c4496c..f97b8defacfd 100644 --- a/dev-libs/nettle/nettle-1.10.ebuild +++ b/dev-libs/nettle/nettle-1.10.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-1.10.ebuild,v 1.6 2004/10/01 10:39:48 kugelfang Exp $ - -inherit flag-o-matic +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-1.10.ebuild,v 1.7 2004/10/01 10:46:55 scandium Exp $ DESCRIPTION="cryptographic library that is designed to fit easily in any context" HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/" @@ -20,7 +18,7 @@ DEPEND="virtual/libc src_compile() { # BUG #55238 is valid. We need a shared library as well. # Danny van Dyk <kugelfang@gentoo.org> 2004/10/01 - econf --enable-shared ||die + econf --enable-shared || die emake || die } |