diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-06-06 10:47:52 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-06-06 10:47:52 +0000 |
commit | a3a9d5cba693d08e57a445dc97c6dcbf0e19eb31 (patch) | |
tree | 916c0134633b6d952dd6213c2162868d0908bf6f /app-crypt/heimdal | |
parent | Moving to net-firewall/fwanalog (diff) | |
download | gentoo-2-a3a9d5cba693d08e57a445dc97c6dcbf0e19eb31.tar.gz gentoo-2-a3a9d5cba693d08e57a445dc97c6dcbf0e19eb31.tar.bz2 gentoo-2-a3a9d5cba693d08e57a445dc97c6dcbf0e19eb31.zip |
Added missing iuse flag
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/heimdal/heimdal-0.6.2.ebuild b/app-crypt/heimdal/heimdal-0.6.2.ebuild index 849ba0ef1a3e..3ea82753187d 100644 --- a/app-crypt/heimdal/heimdal-0.6.2.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.2.ebuild,v 1.8 2004/05/27 09:25:10 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.2.ebuild,v 1.9 2004/06/06 10:47:52 aliz Exp $ inherit libtool eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.pdc.kth.se/heimdal/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc ppc alpha ~ia64 amd64 hppa mips" -IUSE="ssl berkdb ipv6" +IUSE="ssl berkdb ipv6 krb4" PROVIDE="virtual/krb5" RDEPEND=" |