diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-08-29 12:27:53 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-08-29 12:27:53 +0000 |
commit | eed182b78cf66c8d109a7593d99c92951b75202b (patch) | |
tree | 5c6f7584d859d29ac2f97f8f915e4180557e9c35 /www-apache/mod_auth_kerb | |
parent | version bump wrt #235587 (diff) | |
download | gentoo-2-eed182b78cf66c8d109a7593d99c92951b75202b.tar.gz gentoo-2-eed182b78cf66c8d109a7593d99c92951b75202b.tar.bz2 gentoo-2-eed182b78cf66c8d109a7593d99c92951b75202b.zip |
add ~amd64 wrt #231474
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-apache/mod_auth_kerb')
-rw-r--r-- | www-apache/mod_auth_kerb/ChangeLog | 5 | ||||
-rw-r--r-- | www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apache/mod_auth_kerb/ChangeLog b/www-apache/mod_auth_kerb/ChangeLog index e61c000e6b9f..46ab1c4b4733 100644 --- a/www-apache/mod_auth_kerb/ChangeLog +++ b/www-apache/mod_auth_kerb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apache/mod_auth_kerb # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.6 2008/01/31 17:00:47 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.7 2008/08/29 12:27:53 hollow Exp $ + + 29 Aug 2008; Benedikt Böhm <hollow@gentoo.org> mod_auth_kerb-5.3.ebuild: + add ~amd64 wrt #231474 31 Jan 2008; Benedikt Böhm <hollow@gentoo.org> files/11_mod_auth_kerb.conf, mod_auth_kerb-5.3.ebuild: diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild index 3c85be3e0216..bdac3f9132ff 100644 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild +++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild,v 1.3 2008/01/31 17:00:47 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild,v 1.4 2008/08/29 12:27:53 hollow Exp $ inherit apache-module @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/modauthkerb/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="virtual/krb5" |