diff options
author | Hasan Khalil <gongloo@gentoo.org> | 2004-10-01 03:36:07 +0000 |
---|---|---|
committer | Hasan Khalil <gongloo@gentoo.org> | 2004-10-01 03:36:07 +0000 |
commit | a56b4d22c4c0a25b6725f5e90aeef90a5e2d5c13 (patch) | |
tree | ea3af08e955b1c6365df22b8724cdb1cf9769ea8 /dev-util/splint | |
parent | fix sandbox violations for the current amd64 stable version of libmng as well (diff) | |
download | historical-a56b4d22c4c0a25b6725f5e90aeef90a5e2d5c13.tar.gz historical-a56b4d22c4c0a25b6725f5e90aeef90a5e2d5c13.tar.bz2 historical-a56b4d22c4c0a25b6725f5e90aeef90a5e2d5c13.zip |
keyworded ~ppc-macos
Diffstat (limited to 'dev-util/splint')
-rw-r--r-- | dev-util/splint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/splint/Manifest | 4 | ||||
-rw-r--r-- | dev-util/splint/splint-3.1.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/splint/ChangeLog b/dev-util/splint/ChangeLog index db351ba3d680..0a75477339fc 100644 --- a/dev-util/splint/ChangeLog +++ b/dev-util/splint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/splint # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.7 2004/06/25 02:47:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.8 2004/10/01 03:36:07 gongloo Exp $ + + 30 Sep 2004; Hasan Khalil <gongloo@gentoo.org> splint-3.1.1.ebuild: + Keyworded ~ppc-macos, bug 65446. 01 Feb 2004; Jon Portnoy <avenj@gentoo.org> splint-3.1.1.ebuild : AMD64 keywords. diff --git a/dev-util/splint/Manifest b/dev-util/splint/Manifest index 2d7ffa00d356..743ca4a02367 100644 --- a/dev-util/splint/Manifest +++ b/dev-util/splint/Manifest @@ -1,5 +1,5 @@ -MD5 e0d71377790e36cf2cdf4f5cc36ca573 ChangeLog 834 +MD5 0647e9cf39ef4091b29eeab40a5d12db ChangeLog 939 MD5 a917ad0e8c3c62433547343b5a4ee61d splint-3.0.1.6.ebuild 558 -MD5 5530fa8db0b5aa397cec6d61577ad252 splint-3.1.1.ebuild 636 +MD5 e09c03d6b105c46533996b4187fe5baa splint-3.1.1.ebuild 645 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 7cb3dec4f3d0..7b009297c5c2 100644 --- a/dev-util/splint/splint-3.1.1.ebuild +++ b/dev-util/splint/splint-3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.7 2004/07/21 20:11:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.1.ebuild,v 1.8 2004/10/01 03:36:07 gongloo Exp $ DESCRIPTION="Check C programs for vulnerabilities and programming mistakes" HOMEPAGE="http://lclint.cs.virginia.edu/" @@ -8,7 +8,7 @@ SRC_URI="http://www.splint.org/downloads/${P}.src.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~amd64" +KEYWORDS="x86 ppc ~amd64 ~ppc-macos" IUSE="" DEPEND="sys-devel/gcc" |