diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-03 23:24:08 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-03 23:24:08 +0000 |
commit | 9b3741662e6f796a42ba915fba72cd7696be9370 (patch) | |
tree | 3ae449206aca78b66aa459ec00e7e82aa14e483c /net-www/mod_watch | |
parent | ppc stable profile update # 62322 (diff) | |
download | historical-9b3741662e6f796a42ba915fba72cd7696be9370.tar.gz historical-9b3741662e6f796a42ba915fba72cd7696be9370.tar.bz2 historical-9b3741662e6f796a42ba915fba72cd7696be9370.zip |
Keyword modification, see changelog for details
Diffstat (limited to 'net-www/mod_watch')
-rw-r--r-- | net-www/mod_watch/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_watch/mod_watch-4.03.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_watch/ChangeLog b/net-www/mod_watch/ChangeLog index 658a8fe08fa6..1745a0ab3a3e 100644 --- a/net-www/mod_watch/ChangeLog +++ b/net-www/mod_watch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_watch # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/ChangeLog,v 1.3 2004/06/25 01:04:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/ChangeLog,v 1.4 2004/09/03 23:24:08 pvdabeel Exp $ + + 04 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> + mod_watch-4.03.ebuild: + Masked mod_watch-4.03.ebuild stable for ppc *mod_watch-4.03 (21 Apr 2004) diff --git a/net-www/mod_watch/mod_watch-4.03.ebuild b/net-www/mod_watch/mod_watch-4.03.ebuild index 103590d7d85a..9bde792d266a 100644 --- a/net-www/mod_watch/mod_watch-4.03.ebuild +++ b/net-www/mod_watch/mod_watch-4.03.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-4.03.ebuild,v 1.2 2004/06/25 01:04:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-4.03.ebuild,v 1.3 2004/09/03 23:24:08 pvdabeel Exp $ DESCRIPTION="Bandwidth graphing for Apache with MRTG" HOMEPAGE="http://www.snert.com/Software/mod_watch/" -KEYWORDS="~x86" +KEYWORDS="~x86 ppc" MY_V="`echo ${PV} | sed -e 's:\.::g'`" S=${WORKDIR}/${P} |