diff options
author | 2002-08-16 04:05:56 +0000 | |
---|---|---|
committer | 2002-08-16 04:05:56 +0000 | |
commit | 333c636246998af8040024a6c4be743b082716b5 (patch) | |
tree | b50fa4a2a6e2402c2b810eab2fb13afc9a1eacbd /dev-util/lintool | |
parent | Adding sparc/sparc64 keywords (diff) | |
download | gentoo-2-333c636246998af8040024a6c4be743b082716b5.tar.gz gentoo-2-333c636246998af8040024a6c4be743b082716b5.tar.bz2 gentoo-2-333c636246998af8040024a6c4be743b082716b5.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'dev-util/lintool')
-rw-r--r-- | dev-util/lintool/lintool-0.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/lintool/lintool-0.2.3.ebuild b/dev-util/lintool/lintool-0.2.3.ebuild index b3d7860aee66..aea49616ea0c 100644 --- a/dev-util/lintool/lintool-0.2.3.ebuild +++ b/dev-util/lintool/lintool-0.2.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lintool/lintool-0.2.3.ebuild,v 1.2 2002/08/14 11:58:13 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/lintool/lintool-0.2.3.ebuild,v 1.3 2002/08/16 04:04:42 murphy Exp $ DESCRIPTION="Gentoo Linux \"lint\" utility" HOMEPAGE="http://www.gentoo.org/~karltk/projects/lintool/" SRC_URI="http://www.gentoo.org/~karltk/projects/lintool/releases/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" DEPEND=">=dev-lang/python-2.2" RDEPEND="${DEPEND}" S="${WORKDIR}/${P}" |