diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-20 01:37:03 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-20 01:37:03 +0000 |
commit | 47c14facc57ca6a4384092a822dc60a1327e2897 (patch) | |
tree | 60c66aebe4dacc955dee289e79ad09cbeb9ebb23 /net-www | |
parent | force people to set their CHOST to the endian specific value (diff) | |
download | gentoo-2-47c14facc57ca6a4384092a822dc60a1327e2897.tar.gz gentoo-2-47c14facc57ca6a4384092a822dc60a1327e2897.tar.bz2 gentoo-2-47c14facc57ca6a4384092a822dc60a1327e2897.zip |
Stable on amd64, bug 106421, thanks to aja@gentoo.org.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_ssl/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_ssl/mod_ssl-2.8.24-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_ssl/ChangeLog b/net-www/mod_ssl/ChangeLog index ec97f2fe621c..83e60c718233 100644 --- a/net-www/mod_ssl/ChangeLog +++ b/net-www/mod_ssl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_ssl # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/ChangeLog,v 1.89 2005/09/19 21:59:15 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/ChangeLog,v 1.90 2005/09/20 01:37:03 cryos Exp $ + + 20 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> + mod_ssl-2.8.24-r1.ebuild: + Stable on amd64, bug 106421, thanks to aja@gentoo.org. 19 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> mod_ssl-2.8.24-r1.ebuild: diff --git a/net-www/mod_ssl/mod_ssl-2.8.24-r1.ebuild b/net-www/mod_ssl/mod_ssl-2.8.24-r1.ebuild index cf9369d32cc7..1c01a5ca9a41 100644 --- a/net-www/mod_ssl/mod_ssl-2.8.24-r1.ebuild +++ b/net-www/mod_ssl/mod_ssl-2.8.24-r1.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_ssl/mod_ssl-2.8.24-r1.ebuild,v 1.4 2005/09/19 21:59:15 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.24-r1.ebuild,v 1.5 2005/09/20 01:37:03 cryos Exp $ inherit apache-module @@ -10,7 +10,7 @@ DESCRIPTION="An SSL module for the Apache 1.3 Web server" HOMEPAGE="http://www.modssl.org/" SRC_URI="http://www.modssl.org/source/${MY_P}.tar.gz" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86" LICENSE="as-is" SLOT="0" IUSE="" |