diff options
author | 2012-05-31 03:28:12 +0000 | |
---|---|---|
committer | 2012-05-31 03:28:12 +0000 | |
commit | 41fdaa893d7cce7ab883aec9f12674c86e9246ee (patch) | |
tree | f458ac12b5fad19ca0ac792cfd97ceac30c9fbd9 /app-crypt/nistp224/nistp224-0.75-r1.ebuild | |
parent | inherit multilib for get_libdir, and remove unused libtool inherit (diff) | |
download | historical-41fdaa893d7cce7ab883aec9f12674c86e9246ee.tar.gz historical-41fdaa893d7cce7ab883aec9f12674c86e9246ee.tar.bz2 historical-41fdaa893d7cce7ab883aec9f12674c86e9246ee.zip |
inherit eutils for epatch
Package-Manager: portage-2.2.0_alpha108_p8/cvs/Linux i686
Diffstat (limited to 'app-crypt/nistp224/nistp224-0.75-r1.ebuild')
-rw-r--r-- | app-crypt/nistp224/nistp224-0.75-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/nistp224/nistp224-0.75-r1.ebuild b/app-crypt/nistp224/nistp224-0.75-r1.ebuild index 0fb3005a7db3..fec5d27f637d 100644 --- a/app-crypt/nistp224/nistp224-0.75-r1.ebuild +++ b/app-crypt/nistp224/nistp224-0.75-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/nistp224/nistp224-0.75-r1.ebuild,v 1.1 2009/03/16 11:14:03 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/nistp224/nistp224-0.75-r1.ebuild,v 1.2 2012/05/31 03:28:12 zmedico Exp $ EAPI="2" -inherit toolchain-funcs flag-o-matic fixheadtails +inherit eutils toolchain-funcs flag-o-matic fixheadtails DESCRIPTION="nistp224 performs compressed Diffie-Hellman key exchange on the NIST P-224 elliptic curve" HOMEPAGE="http://cr.yp.to/nistp224.html" |