diff options
Diffstat (limited to 'dev-util/splint')
-rw-r--r-- | dev-util/splint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/splint/splint-3.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/splint/ChangeLog b/dev-util/splint/ChangeLog index f0bc494c51eb..0b9d7fa5d91b 100644 --- a/dev-util/splint/ChangeLog +++ b/dev-util/splint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/splint # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.18 2008/02/23 13:53:49 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.19 2008/02/23 14:45:06 ranger Exp $ + + 23 Feb 2008; Brent Baude <ranger@gentoo.org> splint-3.1.2.ebuild: + stable ppc, bug 210010 23 Feb 2008; Brent Baude <ranger@gentoo.org> splint-3.1.2.ebuild: stable ppc64, bug 210010 diff --git a/dev-util/splint/splint-3.1.2.ebuild b/dev-util/splint/splint-3.1.2.ebuild index 0e5e82685392..6af225ac504b 100644 --- a/dev-util/splint/splint-3.1.2.ebuild +++ b/dev-util/splint/splint-3.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2.ebuild,v 1.5 2008/02/23 13:53:49 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2.ebuild,v 1.6 2008/02/23 14:45:06 ranger 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 ~hppa ~ppc ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ppc ppc64 ~sparc ~x86" IUSE="" DEPEND="" |