diff options
author | Elfyn McBratney <beu@gentoo.org> | 2006-12-11 07:44:43 +0000 |
---|---|---|
committer | Elfyn McBratney <beu@gentoo.org> | 2006-12-11 07:44:43 +0000 |
commit | 0ef7bbd510c0494002d0666e36a749fc1e909365 (patch) | |
tree | 1970e8cf517892da0e429979d08e3e928ede7df0 /dev-util/weblint/weblint-1.020.ebuild | |
parent | Kill redundant RDEPEND. (diff) | |
download | gentoo-2-0ef7bbd510c0494002d0666e36a749fc1e909365.tar.gz gentoo-2-0ef7bbd510c0494002d0666e36a749fc1e909365.tar.bz2 gentoo-2-0ef7bbd510c0494002d0666e36a749fc1e909365.zip |
Kill redundant *DEPEND.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-util/weblint/weblint-1.020.ebuild')
-rw-r--r-- | dev-util/weblint/weblint-1.020.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-util/weblint/weblint-1.020.ebuild b/dev-util/weblint/weblint-1.020.ebuild index db3675e54183..c56179bbbfda 100644 --- a/dev-util/weblint/weblint-1.020.ebuild +++ b/dev-util/weblint/weblint-1.020.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.13 2006/05/01 02:08:12 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/weblint/weblint-1.020.ebuild,v 1.14 2006/12/11 07:44:43 beu Exp $ DESCRIPTION="syntax and minimal style checker for HTML by Neil Bowers" SRC_URI="mirror://gentoo/${P}.tar.gz" @@ -11,9 +11,6 @@ LICENSE="GPL-2" KEYWORDS="alpha ~amd64 ppc sparc x86" IUSE="" -DEPEND="" -RDEPEND="dev-lang/perl" - src_install() { dobin weblint doman weblint.1 |