diff options
author | 2012-05-21 18:52:09 +0000 | |
---|---|---|
committer | 2012-05-21 18:52:09 +0000 | |
commit | e415747f853b5bbba176131c00d73a5af3125a58 (patch) | |
tree | d81f37f56421a3464d522cfb30653982b1be99f3 /dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild | |
parent | Need eutils for epatch. (diff) | |
download | gentoo-2-e415747f853b5bbba176131c00d73a5af3125a58.tar.gz gentoo-2-e415747f853b5bbba176131c00d73a5af3125a58.tar.bz2 gentoo-2-e415747f853b5bbba176131c00d73a5af3125a58.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild')
-rw-r--r-- | dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild b/dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild index 5bc754f272b7..42da63991434 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild,v 1.1 2011/09/22 14:44:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r1.ebuild,v 1.2 2012/05/21 18:52:09 xarthisius Exp $ EAPI="4" -inherit autotools +inherit autotools eutils DESCRIPTION="General purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" |