diff options
author | 2004-10-01 03:36:07 +0000 | |
---|---|---|
committer | 2004-10-01 03:36:07 +0000 | |
commit | 85300abbce4d324f634ae9931d12fcac494310ea (patch) | |
tree | 3a21ed663d601fbd1fb13aae0d1786a36ab2b6bd /dev-util/splint | |
parent | fix sandbox violations for the current amd64 stable version of libmng as well... (diff) | |
download | gentoo-2-85300abbce4d324f634ae9931d12fcac494310ea.tar.gz gentoo-2-85300abbce4d324f634ae9931d12fcac494310ea.tar.bz2 gentoo-2-85300abbce4d324f634ae9931d12fcac494310ea.zip |
keyworded ~ppc-macos
Diffstat (limited to 'dev-util/splint')
-rw-r--r-- | dev-util/splint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/splint/splint-3.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/splint/ChangeLog b/dev-util/splint/ChangeLog index db351ba3d680..0a75477339fc 100644 --- a/dev-util/splint/ChangeLog +++ b/dev-util/splint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/splint # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.7 2004/06/25 02:47:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/ChangeLog,v 1.8 2004/10/01 03:36:07 gongloo Exp $ + + 30 Sep 2004; Hasan Khalil <gongloo@gentoo.org> splint-3.1.1.ebuild: + Keyworded ~ppc-macos, bug 65446. 01 Feb 2004; Jon Portnoy <avenj@gentoo.org> splint-3.1.1.ebuild : AMD64 keywords. diff --git a/dev-util/splint/splint-3.1.1.ebuild b/dev-util/splint/splint-3.1.1.ebuild index 7cb3dec4f3d0..7b009297c5c2 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 # 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.7 2004/07/21 20:11:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/splint/splint-3.1.1.ebuild,v 1.8 2004/10/01 03:36:07 gongloo 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" +KEYWORDS="x86 ppc ~amd64 ~ppc-macos" IUSE="" DEPEND="sys-devel/gcc" |