diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-12-23 10:10:30 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-12-23 10:10:30 +0000 |
commit | 5c1fefbccc1ef8478785fe7225aa3aa263fa9d61 (patch) | |
tree | d696b3d9f16ec6c67ddaf7e1694588e11a312c10 /dev-util | |
parent | Version bumped. (diff) | |
download | historical-5c1fefbccc1ef8478785fe7225aa3aa263fa9d61.tar.gz historical-5c1fefbccc1ef8478785fe7225aa3aa263fa9d61.tar.bz2 historical-5c1fefbccc1ef8478785fe7225aa3aa263fa9d61.zip |
Added ~ppc64
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-util')
-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 0a75477339fc..3201eb707e3f 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.8 2004/10/01 03:36:07 gongloo Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.9 2005/12/23 10:10:30 corsair Exp $ + + 23 Dec 2005; Markus Rothe <corsair@gentoo.org> splint-3.1.1.ebuild: + Added ~ppc64 30 Sep 2004; Hasan Khalil <gongloo@gentoo.org> splint-3.1.1.ebuild: Keyworded ~ppc-macos, bug 65446. diff --git a/dev-util/splint/Manifest b/dev-util/splint/Manifest index 743ca4a02367..095032497a45 100644 --- a/dev-util/splint/Manifest +++ b/dev-util/splint/Manifest @@ -1,5 +1,5 @@ -MD5 0647e9cf39ef4091b29eeab40a5d12db ChangeLog 939 +MD5 efc6a4a190280c215d6c338df3ee101b ChangeLog 1025 MD5 a917ad0e8c3c62433547343b5a4ee61d splint-3.0.1.6.ebuild 558 -MD5 e09c03d6b105c46533996b4187fe5baa splint-3.1.1.ebuild 645 +MD5 49412b941c431b0d4a040bd1002cf5b2 splint-3.1.1.ebuild 652 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 7b009297c5c2..89c632e2d3f4 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 +# Copyright 1999-2005 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.8 2004/10/01 03:36:07 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.1.ebuild,v 1.9 2005/12/23 10:10:30 corsair 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 ~ppc-macos" +KEYWORDS="~amd64 ppc ~ppc-macos ~ppc64 x86" IUSE="" DEPEND="sys-devel/gcc" |