diff options
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_bw/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/mod_bw/mod_bw-0.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-www/mod_bw/ChangeLog b/net-www/mod_bw/ChangeLog index b510df4ba3b5..0a21a8a83f4c 100644 --- a/net-www/mod_bw/ChangeLog +++ b/net-www/mod_bw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_bw -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bw/ChangeLog,v 1.5 2005/09/18 19:45:36 vericgar Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bw/ChangeLog,v 1.6 2006/01/17 16:52:04 nixnut Exp $ + + 17 Jan 2006; <nixnut@gentoo.org> mod_bw-0.6.ebuild: + Added ~ppc keyword. bug 119156 18 Sep 2005; Michael Stewart <vericgar@gentoo.org> mod_bw-0.6.ebuild: Stable on x86 diff --git a/net-www/mod_bw/mod_bw-0.6.ebuild b/net-www/mod_bw/mod_bw-0.6.ebuild index 1f4b6c37b70f..f8c20adea90e 100644 --- a/net-www/mod_bw/mod_bw-0.6.ebuild +++ b/net-www/mod_bw/mod_bw-0.6.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_bw/mod_bw-0.6.ebuild,v 1.3 2005/09/18 19:45:36 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_bw/mod_bw-0.6.ebuild,v 1.4 2006/01/17 16:52:04 nixnut Exp $ inherit eutils apache-module @@ -10,7 +10,7 @@ DESCRIPTION="Bandwidth Management Module for Apache 2.0" HOMEPAGE="http://www.ivn.cl/apache/" SRC_URI="http://www.ivn.cl/apache/${MYP/_rc/rc}.tgz" -KEYWORDS="~amd64 x86" +KEYWORDS="~amd64 ~ppc x86" DEPEND="" LICENSE="Apache-1.1" SLOT="1" |