diff options
author | Jon Portnoy <avenj@gentoo.org> | 2004-02-02 02:50:47 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2004-02-02 02:50:47 +0000 |
commit | 30d5b63b9dcbee1f13f37985119537f285c98ab1 (patch) | |
tree | 4d8001e0f9427ffe350e31600d0594aa745afc1e /dev-util/splint | |
parent | AMD64 keywords (diff) | |
download | historical-30d5b63b9dcbee1f13f37985119537f285c98ab1.tar.gz historical-30d5b63b9dcbee1f13f37985119537f285c98ab1.tar.bz2 historical-30d5b63b9dcbee1f13f37985119537f285c98ab1.zip |
AMD64 keywords
Diffstat (limited to 'dev-util/splint')
-rw-r--r-- | dev-util/splint/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/splint/Manifest | 4 | ||||
-rw-r--r-- | dev-util/splint/splint-3.1.1.ebuild | 6 |
3 files changed, 10 insertions, 7 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/Manifest b/dev-util/splint/Manifest index c8949313af66..75df90b85637 100644 --- a/dev-util/splint/Manifest +++ b/dev-util/splint/Manifest @@ -1,5 +1,5 @@ +MD5 f1165204a9166cea519a58612395c150 ChangeLog 840 MD5 6b84024248a58203822bef9cf6f19066 splint-3.0.1.6.ebuild 567 -MD5 f593c1017ee70ef2feefe134114ecd70 ChangeLog 754 -MD5 68d299d9deb30026a23adf1e42d56280 splint-3.1.1.ebuild 582 +MD5 6d840ff5724bea630676ed88020a63da splint-3.1.1.ebuild 588 MD5 6c02dbe00c00b90917d9ab37920c27f1 files/digest-splint-3.0.1.6 68 MD5 29844a798047c02aa27ffc8ac6d9ae36 files/digest-splint-3.1.1 66 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" |