summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-02-02 02:50:47 +0000
committerJon Portnoy <avenj@gentoo.org>2004-02-02 02:50:47 +0000
commitac0474d24897f57ab9716e22a80ce47f94d2c3a0 (patch)
treefe6d73aea6bdd56d28155aeec50fcba01b72892b /dev-util/splint
parentupdate to new hardened profile (diff)
downloadgentoo-2-ac0474d24897f57ab9716e22a80ce47f94d2c3a0.tar.gz
gentoo-2-ac0474d24897f57ab9716e22a80ce47f94d2c3a0.tar.bz2
gentoo-2-ac0474d24897f57ab9716e22a80ce47f94d2c3a0.zip
AMD64 keywords
Diffstat (limited to 'dev-util/splint')
-rw-r--r--dev-util/splint/ChangeLog7
-rw-r--r--dev-util/splint/splint-3.1.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/splint/ChangeLog b/dev-util/splint/ChangeLog
index 26852efc7636..98fac55b16b0 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.5 2003/12/16 20:20:36 lanius Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.6 2004/02/02 02:50:47 avenj Exp $
+
+ 01 Feb 2004; Jon Portnoy <avenj@gentoo.org> splint-3.1.1.ebuild :
+ AMD64 keywords.
16 Dec 2003; Heinrich Wendel <lanius@gentoo.org> splint-3.1.1.ebuild:
stable bump
diff --git a/dev-util/splint/splint-3.1.1.ebuild b/dev-util/splint/splint-3.1.1.ebuild
index 437daa335836..2ab32320d675 100644
--- a/dev-util/splint/splint-3.1.1.ebuild
+++ b/dev-util/splint/splint-3.1.1.ebuild
@@ -1,13 +1,13 @@
-# 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/splint/splint-3.1.1.ebuild,v 1.4 2003/12/16 20:20:36 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.1.ebuild,v 1.5 2004/02/02 02:50:47 avenj 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 ppc"
+KEYWORDS="x86 ppc ~amd64"
IUSE=""
DEPEND="sys-devel/gcc"
MAKEOPTS="-j1"