diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-06 19:39:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-06 19:39:59 +0000 |
commit | 112481df0d8aa18ea23a92326f849de8c57501d6 (patch) | |
tree | 901cf31c6bc2934cedf4d689e56d19ae5c2cad75 /dev-util/cppunit | |
parent | Stable for sparc, wrt bug #454664 (diff) | |
download | gentoo-2-112481df0d8aa18ea23a92326f849de8c57501d6.tar.gz gentoo-2-112481df0d8aa18ea23a92326f849de8c57501d6.tar.bz2 gentoo-2-112481df0d8aa18ea23a92326f849de8c57501d6.zip |
Stable for sparc, 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 fb4c8fc25927..559e956711d1 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.86 2013/02/04 10:07:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.87 2013/02/06 19:39:59 ago Exp $ + + 06 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild: + Stable for sparc, wrt bug #454544 04 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild: Stable for alpha, wrt bug #454544 diff --git a/dev-util/cppunit/cppunit-1.13.1.ebuild b/dev-util/cppunit/cppunit-1.13.1.ebuild index 373911c4dd51..7977859d2a52 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.10 2013/02/04 10:07:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.11 2013/02/06 19:39:59 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" |