diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-07-28 13:44:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-07-28 13:44:10 +0000 |
commit | c0b7067a5ac4f040b2d90f58e61286d4ca23a0c0 (patch) | |
tree | aab1bc8fae989c94c11ca3d4a743762ae6b95beb /dev-util/cppunit | |
parent | Stable for ppc, wrt bug #512012 (diff) | |
download | gentoo-2-c0b7067a5ac4f040b2d90f58e61286d4ca23a0c0.tar.gz gentoo-2-c0b7067a5ac4f040b2d90f58e61286d4ca23a0c0.tar.bz2 gentoo-2-c0b7067a5ac4f040b2d90f58e61286d4ca23a0c0.zip |
Stable for ppc, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.13.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index 45b5c067dec1..eb1144223d61 100644 --- a/dev-util/cppunit/ChangeLog +++ b/dev-util/cppunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cppunit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.97 2014/07/14 15:05:48 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.98 2014/07/28 13:44:10 ago Exp $ + + 28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.2-r2.ebuild: + Stable for ppc, wrt bug #512012 14 Jul 2014; Sergey Popov <pinkbyte@gentoo.org> cppunit-1.13.2-r2.ebuild: Stable on arm, wrt bug #516344 diff --git a/dev-util/cppunit/cppunit-1.13.2-r2.ebuild b/dev-util/cppunit/cppunit-1.13.2-r2.ebuild index 7dcb2fc9db4a..9bf74bf4f12b 100644 --- a/dev-util/cppunit/cppunit-1.13.2-r2.ebuild +++ b/dev-util/cppunit/cppunit-1.13.2-r2.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/cppunit/cppunit-1.13.2-r2.ebuild,v 1.5 2014/07/14 15:05:48 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r2.ebuild,v 1.6 2014/07/28 13:44:10 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ LICENSE="LGPL-2.1" SLOT="0" # Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 [[ ${PV} = 9999 ]] || \ -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples static-libs" RDEPEND="" |