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 | 84988f1e9c4476467c441cec5c98c9c714c38cf8 (patch) | |
tree | 36ac41a08df222a53c1c7bae0808852f73247ed5 /app-crypt/heimdal | |
parent | Moving to net-firewall/fwanalog (diff) | |
download | historical-84988f1e9c4476467c441cec5c98c9c714c38cf8.tar.gz historical-84988f1e9c4476467c441cec5c98c9c714c38cf8.tar.bz2 historical-84988f1e9c4476467c441cec5c98c9c714c38cf8.zip |
Added missing iuse flag
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/heimdal/Manifest b/app-crypt/heimdal/Manifest index e55ef6a1107c..3ae48beab094 100644 --- a/app-crypt/heimdal/Manifest +++ b/app-crypt/heimdal/Manifest @@ -1,6 +1,6 @@ MD5 80b6c3e80043a592950fdd29efc6f14c ChangeLog 5741 MD5 e5573e25f19694fc8ccaaced2dd576f4 metadata.xml 353 -MD5 44175974a486df497f345dd510b0c480 heimdal-0.6.2.ebuild 2813 +MD5 1b0c83a271e6af141f3fe3f590c1460b heimdal-0.6.2.ebuild 2817 MD5 35eed8dc7a9b322e4ed6220ef29cd1bc files/heimdal-0.6-berkdb.patch 542 MD5 3d0262aa218e1611500de735d3581e28 files/heimdal-0.6.1-fPIC.patch 352 MD5 3d0262aa218e1611500de735d3581e28 files/heimdal-0.6.2-fPIC.patch 352 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=" |