diff options
author | 2014-08-27 09:01:30 +0000 | |
---|---|---|
committer | 2014-08-27 09:01:30 +0000 | |
commit | 04bb924d6a11c24d9c0fc4b8ddee1e847ac52721 (patch) | |
tree | 52e31ca44b3aadf4200ef817aad663011eb3b341 | |
parent | Bump to 1.2.1. Fix tests exclusion, remove OS X fork file removal as they do ... (diff) | |
download | gentoo-2-04bb924d6a11c24d9c0fc4b8ddee1e847ac52721.tar.gz gentoo-2-04bb924d6a11c24d9c0fc4b8ddee1e847ac52721.tar.bz2 gentoo-2-04bb924d6a11c24d9c0fc4b8ddee1e847ac52721.zip |
Stable for SPARC (bug #512012).
(Portage version: 2.2.12/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
-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 b2d47b9ac0bb..c28f22148848 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.101 2014/08/25 10:58:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.102 2014/08/27 09:01:30 jer Exp $ + + 27 Aug 2014; Jeroen Roovers <jer@gentoo.org> cppunit-1.13.2-r2.ebuild: + Stable for SPARC (bug #512012). 25 Aug 2014; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.2-r2.ebuild: Stable for alpha, wrt bug #512012 diff --git a/dev-util/cppunit/cppunit-1.13.2-r2.ebuild b/dev-util/cppunit/cppunit-1.13.2-r2.ebuild index 986013901af9..3809dcc0f4d0 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.9 2014/08/25 10:58:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r2.ebuild,v 1.10 2014/08/27 09:01:30 jer 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="" |