diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-06-27 16:25:41 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-06-27 16:25:41 +0000 |
commit | f2f767742ce0d4dadc3764618c16c8052f7b1735 (patch) | |
tree | 0bc4157f9981e5e609fbeef4bce2fe987675c202 /net-www/mod_auth_external | |
parent | Version bump. (diff) | |
download | gentoo-2-f2f767742ce0d4dadc3764618c16c8052f7b1735.tar.gz gentoo-2-f2f767742ce0d4dadc3764618c16c8052f7b1735.tar.bz2 gentoo-2-f2f767742ce0d4dadc3764618c16c8052f7b1735.zip |
~amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-www/mod_auth_external')
-rw-r--r-- | net-www/mod_auth_external/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_auth_external/mod_auth_external-2.2.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_auth_external/ChangeLog b/net-www/mod_auth_external/ChangeLog index 276cbf317f0b..83dc2cfd4307 100644 --- a/net-www/mod_auth_external/ChangeLog +++ b/net-www/mod_auth_external/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_auth_external # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_external/ChangeLog,v 1.16 2005/02/25 11:51:13 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_external/ChangeLog,v 1.17 2005/06/27 16:25:41 blubb Exp $ + + 27 Jun 2005; Simon Stelling <blubb@gentoo.org> + mod_auth_external-2.2.9.ebuild: + added ~amd64 keyword 25 Feb 2005; Benedikt Boehm <hollow@gentoo.org> files/2.2.7-r1/10_mod_auth_external.conf: diff --git a/net-www/mod_auth_external/mod_auth_external-2.2.9.ebuild b/net-www/mod_auth_external/mod_auth_external-2.2.9.ebuild index 11732f763e4a..8cf23642b298 100644 --- a/net-www/mod_auth_external/mod_auth_external-2.2.9.ebuild +++ b/net-www/mod_auth_external/mod_auth_external-2.2.9.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_external/mod_auth_external-2.2.9.ebuild,v 1.2 2005/02/24 17:53:48 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_external/mod_auth_external-2.2.9.ebuild,v 1.3 2005/06/27 16:25:41 blubb Exp $ inherit eutils apache-module @@ -10,7 +10,7 @@ SRC_URI="http://www.unixpapa.com/software/${P}.tar.gz" DEPEND="" LICENSE="Apache-1.1" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" SLOT="2" |