diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-03-25 14:27:41 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-03-25 14:27:41 +0000 |
commit | 2a84d7488eaaefc192e08743d63ff76b13961fbd (patch) | |
tree | 7ebc54eb2392c30abfaeca494b267931c0674ba4 /net-www | |
parent | not quite ready for hppa (diff) | |
download | gentoo-2-2a84d7488eaaefc192e08743d63ff76b13961fbd.tar.gz gentoo-2-2a84d7488eaaefc192e08743d63ff76b13961fbd.tar.bz2 gentoo-2-2a84d7488eaaefc192e08743d63ff76b13961fbd.zip |
~amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_auth_mysql/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_auth_mysql/mod_auth_mysql-2.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mod_auth_mysql/ChangeLog b/net-www/mod_auth_mysql/ChangeLog index c920dd1809a5..ac8ff1760a7b 100644 --- a/net-www/mod_auth_mysql/ChangeLog +++ b/net-www/mod_auth_mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_auth_mysql # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/ChangeLog,v 1.15 2005/02/17 14:27:38 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/ChangeLog,v 1.16 2005/03/25 14:27:41 blubb Exp $ + + 25 Mar 2005; <blubb@gentoo.org> mod_auth_mysql-2.8.1.ebuild: + added ~amd64 17 Feb 2005; Benedikt Boehm <hollow@gentoo.org> -mod_auth_mysql-1.11.ebuild, mod_auth_mysql-2.8.1.ebuild, diff --git a/net-www/mod_auth_mysql/mod_auth_mysql-2.8.1.ebuild b/net-www/mod_auth_mysql/mod_auth_mysql-2.8.1.ebuild index 1cb275af922f..88d0c9d0090e 100644 --- a/net-www/mod_auth_mysql/mod_auth_mysql-2.8.1.ebuild +++ b/net-www/mod_auth_mysql/mod_auth_mysql-2.8.1.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_mysql/mod_auth_mysql-2.8.1.ebuild,v 1.2 2005/02/17 14:27:38 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-2.8.1.ebuild,v 1.3 2005/03/25 14:27:41 blubb Exp $ inherit eutils apache-module @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/modauthmysql/${P}.tar.gz" DEPEND="dev-db/mysql" LICENSE="Apache-1.1" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" SLOT="0" BASE_CONFIG_PVR="2.8.1" |