diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:18:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:18:33 +0000 |
commit | 66c2bf54c03642547b478f40ddf5f8f865a9864e (patch) | |
tree | a7a9e0e338bcb0b10dbbc33b721944909f7b03fc /dev-util/weblint | |
parent | Gentoo Technologies -> Gentoo Foundation (diff) | |
download | gentoo-2-66c2bf54c03642547b478f40ddf5f8f865a9864e.tar.gz gentoo-2-66c2bf54c03642547b478f40ddf5f8f865a9864e.tar.bz2 gentoo-2-66c2bf54c03642547b478f40ddf5f8f865a9864e.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-util/weblint')
-rw-r--r-- | dev-util/weblint/weblint-1.020.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/weblint/weblint-1.020.ebuild b/dev-util/weblint/weblint-1.020.ebuild index d03af87be4f1..92cc8479de50 100644 --- a/dev-util/weblint/weblint-1.020.ebuild +++ b/dev-util/weblint/weblint-1.020.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.10 2004/06/25 02:50:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/weblint/weblint-1.020.ebuild,v 1.11 2004/07/15 00:14:20 agriffis Exp $ DESCRIPTION="syntax and minimal style checker for HTML by Neil Bowers" SRC_URI="mirror://gentoo/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.w3.org/Tools/weblint.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc alpha ~amd64" +IUSE="" DEPEND="" RDEPEND="dev-lang/perl" |