diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-13 02:18:10 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-13 02:18:10 +0000 |
commit | c7d3531692417b17e9a6c055dcf9cadb37f7a279 (patch) | |
tree | 28341ef14da8c1f00aef02093559237ac54e4726 /dev-util/splint | |
parent | Remove ewarn messages. (diff) | |
download | gentoo-2-c7d3531692417b17e9a6c055dcf9cadb37f7a279.tar.gz gentoo-2-c7d3531692417b17e9a6c055dcf9cadb37f7a279.tar.bz2 gentoo-2-c7d3531692417b17e9a6c055dcf9cadb37f7a279.zip |
keyword ~arm, bug #441688
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-util/splint')
-rw-r--r-- | dev-util/splint/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/splint/splint-3.1.2.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/splint/ChangeLog b/dev-util/splint/ChangeLog index d9f65ade59d0..21ad720e99f9 100644 --- a/dev-util/splint/ChangeLog +++ b/dev-util/splint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/splint # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.26 2012/03/21 16:54:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.27 2012/11/13 02:18:10 blueness Exp $ + + 13 Nov 2012; Anthony G. Basile <blueness@gentoo.org> splint-3.1.2.ebuild: + keyword ~arm, bug #441688 21 Mar 2012; Jeroen Roovers <jer@gentoo.org> splint-3.1.2.ebuild: Add some DEPEND requirements. @@ -86,4 +89,3 @@ 08 May 2003; <rac@gentoo.org> splint-3.0.1.6.ebuild: initial import. based on ebuild submitted by Matt Hartley <matthartley@yahoo.com> in bug 14410. - diff --git a/dev-util/splint/splint-3.1.2.ebuild b/dev-util/splint/splint-3.1.2.ebuild index 18302965baf1..4de9f8078c1a 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-2012 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.11 2012/03/21 16:54:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.2.ebuild,v 1.12 2012/11/13 02:18:10 blueness 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 ~arm hppa ppc ppc64 sparc x86" IUSE="" DEPEND=" |