diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-31 23:01:31 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-31 23:01:31 +0000 |
commit | e10ca67ef2cfef8bcb96724f80765b4d4a1b11f8 (patch) | |
tree | 63ebdd2145be8707b1ae26814d67e97d972868a4 /dev-util/cppunit | |
parent | Stable for ppc64, wrt bug #454606 (diff) | |
download | gentoo-2-e10ca67ef2cfef8bcb96724f80765b4d4a1b11f8.tar.gz gentoo-2-e10ca67ef2cfef8bcb96724f80765b4d4a1b11f8.tar.bz2 gentoo-2-e10ca67ef2cfef8bcb96724f80765b4d4a1b11f8.zip |
Stable for ppc64, wrt bug #454544
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.13.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index 91a0db3cf416..92c80aa64ec7 100644 --- a/dev-util/cppunit/ChangeLog +++ b/dev-util/cppunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cppunit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.81 2013/01/31 16:34:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.82 2013/01/31 23:01:31 ago Exp $ + + 31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild: + Stable for ppc64, wrt bug #454544 31 Jan 2013; Jeroen Roovers <jer@gentoo.org> cppunit-1.13.1.ebuild: Stable for HPPA (bug #454544). diff --git a/dev-util/cppunit/cppunit-1.13.1.ebuild b/dev-util/cppunit/cppunit-1.13.1.ebuild index c407534e0ac3..7d11fca8ce0e 100644 --- a/dev-util/cppunit/cppunit-1.13.1.ebuild +++ b/dev-util/cppunit/cppunit-1.13.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.5 2013/01/31 16:34:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.6 2013/01/31 23:01:31 ago Exp $ EAPI=4 @@ -17,7 +17,7 @@ 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 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples static-libs" |