diff options
author | Steve Dibb <beandog@gentoo.org> | 2006-12-02 23:05:23 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2006-12-02 23:05:23 +0000 |
commit | 23193148716203d09f9f52e61c5bfde2c944e529 (patch) | |
tree | b8cf69e29420df0c90d105217d83fbad7134aeb1 /net-www | |
parent | Fix for ipmi #150864 and nbd #149074. (diff) | |
download | gentoo-2-23193148716203d09f9f52e61c5bfde2c944e529.tar.gz gentoo-2-23193148716203d09f9f52e61c5bfde2c944e529.tar.bz2 gentoo-2-23193148716203d09f9f52e61c5bfde2c944e529.zip |
Add ~amd64, bug 133479
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_bandwidth/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_bandwidth/mod_bandwidth-2.0.5-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-www/mod_bandwidth/ChangeLog b/net-www/mod_bandwidth/ChangeLog index 9bed158033ab..3a7dd3d4a719 100644 --- a/net-www/mod_bandwidth/ChangeLog +++ b/net-www/mod_bandwidth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_bandwidth # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/ChangeLog,v 1.14 2006/06/04 19:33:02 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/ChangeLog,v 1.15 2006/12/02 23:05:23 beandog Exp $ + + 02 Dec 2006; Steve Dibb <beandog@gentoo.org> + mod_bandwidth-2.0.5-r1.ebuild: + Add ~amd64, bug 133479 04 Jun 2006; Michael Stewart <vericgar@gentoo.org> -mod_bandwidth-2.0.4.ebuild, -mod_bandwidth-2.0.5.ebuild: diff --git a/net-www/mod_bandwidth/mod_bandwidth-2.0.5-r1.ebuild b/net-www/mod_bandwidth/mod_bandwidth-2.0.5-r1.ebuild index 2a8e832fab35..281b40870979 100644 --- a/net-www/mod_bandwidth/mod_bandwidth-2.0.5-r1.ebuild +++ b/net-www/mod_bandwidth/mod_bandwidth-2.0.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/mod_bandwidth-2.0.5-r1.ebuild,v 1.4 2005/11/01 18:45:34 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/mod_bandwidth-2.0.5-r1.ebuild,v 1.5 2006/12/02 23:05:23 beandog Exp $ inherit eutils apache-module @@ -8,7 +8,7 @@ DESCRIPTION="Bandwidth Management Module for Apache" HOMEPAGE="http://www.cohprog.com/v3/bandwidth/intro-en.html" SRC_URI="ftp://ftp.cohprog.com/pub/apache/module/1.3.0/mod_bandwidth.c" -KEYWORDS="ppc ~sparc x86" +KEYWORDS="~amd64 ppc ~sparc x86" DEPEND="" LICENSE="Apache-1.1" SLOT="0" |