diff options
Diffstat (limited to 'app-crypt/gnupg/gnupg-1.9.21.ebuild')
-rw-r--r-- | app-crypt/gnupg/gnupg-1.9.21.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/gnupg/gnupg-1.9.21.ebuild b/app-crypt/gnupg/gnupg-1.9.21.ebuild index 262d3c9a93f4..0622d7b806ed 100644 --- a/app-crypt/gnupg/gnupg-1.9.21.ebuild +++ b/app-crypt/gnupg/gnupg-1.9.21.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.21.ebuild,v 1.10 2006/10/30 09:50:25 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.21.ebuild,v 1.11 2006/10/30 10:09:21 robbat2 Exp $ + +WANT_AUTOMAKE='latest' inherit eutils flag-o-matic autotools @@ -38,8 +40,6 @@ RDEPEND="${COMMON_DEPEND} selinux? ( sec-policy/selinux-gnupg ) nls? ( virtual/libintl )" -WANT_AUTOMAKE='latest' - src_unpack() { unpack ${A} cd "${S}" |