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 | 93bb964a9010724a26debeb6d075381856507f9f (patch) | |
tree | 851c98449df74df6e04f02977518f2125892435c /dev-util/splint/splint-3.1.1.ebuild | |
parent | Version bumped. (diff) | |
download | gentoo-2-93bb964a9010724a26debeb6d075381856507f9f.tar.gz gentoo-2-93bb964a9010724a26debeb6d075381856507f9f.tar.bz2 gentoo-2-93bb964a9010724a26debeb6d075381856507f9f.zip |
Added ~ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-util/splint/splint-3.1.1.ebuild')
-rw-r--r-- | dev-util/splint/splint-3.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |