diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-21 18:30:13 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-21 18:30:13 +0000 |
commit | 04227c877c3977a3eab1f27a2bc3676d18519cce (patch) | |
tree | c74a6dc6fdec085e49dff4b7445c67666d33944b /dev-util/splint | |
parent | Version bump, new upstream maintainer (diff) | |
download | historical-04227c877c3977a3eab1f27a2bc3676d18519cce.tar.gz historical-04227c877c3977a3eab1f27a2bc3676d18519cce.tar.bz2 historical-04227c877c3977a3eab1f27a2bc3676d18519cce.zip |
Stable on ppc64
Package-Manager: portage-2.0.54-r2
Diffstat (limited to 'dev-util/splint')
-rw-r--r-- | dev-util/splint/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/splint/splint-3.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/splint/ChangeLog b/dev-util/splint/ChangeLog index 3201eb707e3f..b3210bb74584 100644 --- a/dev-util/splint/ChangeLog +++ b/dev-util/splint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/splint -# 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 $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.10 2006/05/21 18:29:18 corsair Exp $ + + 21 May 2006; Markus Rothe <corsair@gentoo.org> splint-3.1.1.ebuild: + Stable on ppc64 23 Dec 2005; Markus Rothe <corsair@gentoo.org> splint-3.1.1.ebuild: Added ~ppc64 diff --git a/dev-util/splint/splint-3.1.1.ebuild b/dev-util/splint/splint-3.1.1.ebuild index 89c632e2d3f4..c924283163a3 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-2005 Gentoo Foundation +# Copyright 1999-2006 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.9 2005/12/23 10:10:30 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.1.ebuild,v 1.10 2006/05/21 18:29:18 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="~amd64 ppc ~ppc-macos ~ppc64 x86" +KEYWORDS="~amd64 ppc ~ppc-macos ppc64 x86" IUSE="" DEPEND="sys-devel/gcc" |