diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 22:11:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 22:11:40 +0000 |
commit | 7fbbf2bbb81332d387957a0f4b5bc0897e931337 (patch) | |
tree | 3bde33c33da89398518019dca832cf4012f15e1e /net-www/mod_auth_kerb | |
parent | Split out pkg/. (diff) | |
download | gentoo-2-7fbbf2bbb81332d387957a0f4b5bc0897e931337.tar.gz gentoo-2-7fbbf2bbb81332d387957a0f4b5bc0897e931337.tar.bz2 gentoo-2-7fbbf2bbb81332d387957a0f4b5bc0897e931337.zip |
sync IUSE (+apache2)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-www/mod_auth_kerb')
-rw-r--r-- | net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc6.ebuild b/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc6.ebuild index 9a75b00bc51e..b837f6f65c7b 100644 --- a/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc6.ebuild +++ b/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc6.ebuild,v 1.2 2005/02/17 10:41:39 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_kerb/mod_auth_kerb-5.0_rc6.ebuild,v 1.3 2005/07/14 22:11:40 agriffis Exp $ MY_PV=${PV/_rc/-rc} @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/modauthkerb/${PN}-${MY_PV}.tar.gz" LICENSE="as-is" KEYWORDS="~x86" -IUSE="" +IUSE="apache2" SLOT="0" DEPEND="app-crypt/mit-krb5" |