diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-30 09:50:45 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-30 09:50:45 +0000 |
commit | fa462fe7e2c7b37989de108c5af248734a479f7d (patch) | |
tree | 8e153ec75cf76097148cfb413d0da49271f7a3c4 /dev-util | |
parent | don't assign default to S (Manifest recommit) (diff) | |
download | gentoo-2-fa462fe7e2c7b37989de108c5af248734a479f7d.tar.gz gentoo-2-fa462fe7e2c7b37989de108c5af248734a479f7d.tar.bz2 gentoo-2-fa462fe7e2c7b37989de108c5af248734a479f7d.zip |
Closing #44958.
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/weblint/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/weblint/weblint-1.020.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/weblint/ChangeLog b/dev-util/weblint/ChangeLog index eb5768ea36e2..88233929a28c 100644 --- a/dev-util/weblint/ChangeLog +++ b/dev-util/weblint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/weblint -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/weblint/ChangeLog,v 1.4 2003/02/12 06:47:34 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/weblint/ChangeLog,v 1.5 2004/03/30 09:50:45 aliz Exp $ + + 30 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> weblint-1.020.ebuild: + Adding amd64 keyword. Closing #44958. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/dev-util/weblint/weblint-1.020.ebuild b/dev-util/weblint/weblint-1.020.ebuild index 14600e60677c..7ad178e63cbc 100644 --- a/dev-util/weblint/weblint-1.020.ebuild +++ b/dev-util/weblint/weblint-1.020.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/weblint/weblint-1.020.ebuild,v 1.7 2003/07/12 14:28:13 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/weblint/weblint-1.020.ebuild,v 1.8 2004/03/30 09:50:45 aliz Exp $ DESCRIPTION="syntax and minimal style checker for HTML by Neil Bowers" SRC_URI="mirror://gentoo/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.w3.org/Tools/weblint.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64" DEPEND="" RDEPEND="dev-lang/perl" |