From 84e16d25b6cd44b98e366f65dd35ac222de93883 Mon Sep 17 00:00:00 2001 From: Robert Coie Date: Sun, 8 Jun 2003 04:40:14 +0000 Subject: add IUSE --- dev-util/splint/ChangeLog | 5 ++++- dev-util/splint/Manifest | 4 ++-- dev-util/splint/splint-3.0.1.6.ebuild | 5 ++--- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'dev-util') diff --git a/dev-util/splint/ChangeLog b/dev-util/splint/ChangeLog index b491e381938b..1298d96e915e 100644 --- a/dev-util/splint/ChangeLog +++ b/dev-util/splint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/splint # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.1 2003/05/08 17:44:29 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.2 2003/06/08 04:40:12 rac Exp $ + + 07 Jun 2003; splint-3.0.1.6.ebuild: + Add IUSE *splint-3.0.1.6 (08 May 2003) diff --git a/dev-util/splint/Manifest b/dev-util/splint/Manifest index d57888ee0b03..e5bfbbc83ce5 100644 --- a/dev-util/splint/Manifest +++ b/dev-util/splint/Manifest @@ -1,3 +1,3 @@ -MD5 f319e899c118beb38868822c23d466ad splint-3.0.1.6.ebuild 557 -MD5 008c61a9a90fd01717d3145f663c7f5a ChangeLog 396 +MD5 7a7c1ffbd7a917fd95550e6a2fb19f9a splint-3.0.1.6.ebuild 563 +MD5 2ecbea632457f5dc736d55383ec483a2 ChangeLog 463 MD5 6c02dbe00c00b90917d9ab37920c27f1 files/digest-splint-3.0.1.6 68 diff --git a/dev-util/splint/splint-3.0.1.6.ebuild b/dev-util/splint/splint-3.0.1.6.ebuild index 6b99e61cd937..009f789f27e2 100644 --- a/dev-util/splint/splint-3.0.1.6.ebuild +++ b/dev-util/splint/splint-3.0.1.6.ebuild @@ -1,15 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.0.1.6.ebuild,v 1.1 2003/05/08 17:44:29 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.0.1.6.ebuild,v 1.2 2003/06/08 04:40:12 rac Exp $ DESCRIPTION="Check C programs for vulnerabilities and programming mistakes" HOMEPAGE="http://lclint.cs.virginia.edu/" SRC_URI="http://www.splint.org/downloads/${P}.src.tgz" - SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" - +IUSE="" DEPEND="sys-devel/gcc" src_install() { -- cgit v1.2.3-65-gdbad