diff options
author | Tom Gall <tgall@gentoo.org> | 2014-07-12 21:57:54 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2014-07-12 21:57:54 +0000 |
commit | f0469187907c6c6ca4c07c0cb0129931d5aa240d (patch) | |
tree | d81efb5f253bc849fa2cf37bdcbbdef0e74595ca /dev-util | |
parent | Unmask new PyPy. (diff) | |
download | gentoo-2-f0469187907c6c6ca4c07c0cb0129931d5aa240d.tar.gz gentoo-2-f0469187907c6c6ca4c07c0cb0129931d5aa240d.tar.bz2 gentoo-2-f0469187907c6c6ca4c07c0cb0129931d5aa240d.zip |
Stable on arm64 Bug #516344
(Portage version: 2.2.8-r1/cvs/Linux aarch64, signed Manifest commit with key EDA949AA)
Diffstat (limited to 'dev-util')
-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 d1709172e7db..5ed66bed08b8 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.95 2014/07/12 12:24:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.96 2014/07/12 21:57:54 tgall Exp $ + + 12 Jul 2014; <tgall@gentoo.org> cppunit-1.13.2-r2.ebuild: + Stable on arm64 Bug #516344 12 Jul 2014; Jeroen Roovers <jer@gentoo.org> cppunit-1.13.2-r2.ebuild: Stable for HPPA (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 e04fea12f6bd..a0465cecf979 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.3 2014/07/12 12:24:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r2.ebuild,v 1.4 2014/07/12 21:57:54 tgall 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 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="" |