diff options
author | 2007-09-06 17:27:57 +0000 | |
---|---|---|
committer | 2007-09-06 17:27:57 +0000 | |
commit | 518a4f600732242ba2adb8c1b6decec2a02f5363 (patch) | |
tree | cc732848adb5ac8804578a537c1b09eb23a1d681 | |
parent | Cleanup (diff) | |
download | gentoo-2-518a4f600732242ba2adb8c1b6decec2a02f5363.tar.gz gentoo-2-518a4f600732242ba2adb8c1b6decec2a02f5363.tar.bz2 gentoo-2-518a4f600732242ba2adb8c1b6decec2a02f5363.zip |
x86 stable, as requested by phreak
(Portage version: 2.1.3.7)
-rw-r--r-- | www-apache/mod_auth_mysql/ChangeLog | 6 | ||||
-rw-r--r-- | www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apache/mod_auth_mysql/ChangeLog b/www-apache/mod_auth_mysql/ChangeLog index 4ff40c524ab9..40c8cbba3d03 100644 --- a/www-apache/mod_auth_mysql/ChangeLog +++ b/www-apache/mod_auth_mysql/ChangeLog @@ -1,12 +1,16 @@ # ChangeLog for www-apache/mod_auth_mysql # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.2 2007/08/04 17:14:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/ChangeLog,v 1.3 2007/09/06 17:27:57 armin76 Exp $ 07 Dec 2006; Luca Longinotti <chtekk@gentoo.org> -files/12_mod_auth_mysql.conf, -files/mod_auth_mysql.patch, metadata.xml, -mod_auth_mysql-3.0.0.ebuild, mod_auth_mysql-3.0.0-r1.ebuild: Ebuild cleanup, set mysql as herd too. + 06 Sep 2007; Raúl Porcel <armin76@gentoo.org> + mod_auth_mysql-3.0.0-r2.ebuild: + x86 stable, as requested by phreak + 29 Jul 2007; Christian Heim <phreak@gentoo.org> +files/mod_auth_mysql-3.0.0-apache-2.2.patch, +files/12_mod_auth_mysql.conf, diff --git a/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild b/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild index 9aea1bbc6736..96a39be265e8 100644 --- a/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild +++ b/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v 1.1 2007/07/29 15:56:00 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r2.ebuild,v 1.2 2007/09/06 17:27:57 armin76 Exp $ inherit apache-module eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://modauthmysql.sourceforge.net/" SRC_URI="mirror://sourceforge/modauthmysql/${P}.tar.gz" LICENSE="Apache-1.1" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" SLOT="0" IUSE="" |