summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-01-14 13:59:31 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-01-14 13:59:31 +0000
commitcc5ec2186d56f9100f806483cdb5bd00c08b1a15 (patch)
treeedabfc500fba320330e40581326d62909673729b /dev-util
parentStable for x86, wrt bug #490384 (diff)
downloadgentoo-2-cc5ec2186d56f9100f806483cdb5bd00c08b1a15.tar.gz
gentoo-2-cc5ec2186d56f9100f806483cdb5bd00c08b1a15.tar.bz2
gentoo-2-cc5ec2186d56f9100f806483cdb5bd00c08b1a15.zip
Stable for x86, wrt bug #497560
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cppcheck/ChangeLog5
-rw-r--r--dev-util/cppcheck/cppcheck-1.62.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cppcheck/ChangeLog b/dev-util/cppcheck/ChangeLog
index 6429027e6964..fc91bfb6ad92 100644
--- a/dev-util/cppcheck/ChangeLog
+++ b/dev-util/cppcheck/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cppcheck
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/ChangeLog,v 1.47 2014/01/12 20:30:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/ChangeLog,v 1.48 2014/01/14 13:59:31 ago Exp $
+
+ 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> cppcheck-1.62.ebuild:
+ Stable for x86, wrt bug #497560
12 Jan 2014; Pacho Ramos <pacho@gentoo.org> cppcheck-1.62.ebuild:
amd64 stable, bug #497560
diff --git a/dev-util/cppcheck/cppcheck-1.62.ebuild b/dev-util/cppcheck/cppcheck-1.62.ebuild
index 1beedb6268ba..59e7932519e5 100644
--- a/dev-util/cppcheck/cppcheck-1.62.ebuild
+++ b/dev-util/cppcheck/cppcheck-1.62.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.62.ebuild,v 1.2 2014/01/12 20:30:42 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.62.ebuild,v 1.3 2014/01/14 13:59:31 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/cppcheck/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="htmlreport qt4"
DEPEND="htmlreport? ( ${PYTHON_DEPS} )