diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-02-24 09:27:14 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-02-24 09:27:14 +0000 |
commit | 796057862fa665f7ff67a90261257a40666e0b2e (patch) | |
tree | a066f22ecc4a5855a3523ce8dc59b59c952e4a4d /dev-util/splint | |
parent | old (diff) | |
download | gentoo-2-796057862fa665f7ff67a90261257a40666e0b2e.tar.gz gentoo-2-796057862fa665f7ff67a90261257a40666e0b2e.tar.bz2 gentoo-2-796057862fa665f7ff67a90261257a40666e0b2e.zip |
stable x86, bug 210010
(Portage version: 2.1.4.4)
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 0b9d7fa5d91b..a76d12fcfad5 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.19 2008/02/23 14:45:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.20 2008/02/24 09:27:14 opfer Exp $ + + 24 Feb 2008; Christian Faulhammer <opfer@gentoo.org> splint-3.1.2.ebuild: + stable x86, bug 210010 23 Feb 2008; Brent Baude <ranger@gentoo.org> splint-3.1.2.ebuild: stable ppc, bug 210010 diff --git a/dev-util/splint/splint-3.1.2.ebuild b/dev-util/splint/splint-3.1.2.ebuild index 6af225ac504b..488d63a4ec25 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.6 2008/02/23 14:45:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2.ebuild,v 1.7 2008/02/24 09:27:14 opfer 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="" |