diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-03 23:46:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-03 23:46:18 +0000 |
commit | bc4fcb30b65feee5bca4579b4930e15dcd4f8617 (patch) | |
tree | 14fbe6ac79184807085c7a8bd0e8106c4ca0edc0 /dev-util/cppunit | |
parent | Stable for ia64, wrt bug #454664 (diff) | |
download | gentoo-2-bc4fcb30b65feee5bca4579b4930e15dcd4f8617.tar.gz gentoo-2-bc4fcb30b65feee5bca4579b4930e15dcd4f8617.tar.bz2 gentoo-2-bc4fcb30b65feee5bca4579b4930e15dcd4f8617.zip |
Stable for ia64, wrt bug #454544
(Portage version: 2.1.11.31/cvs/Linux ia64, 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 bc61d47ed741..07d67fddf0ed 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.84 2013/02/03 19:39:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.85 2013/02/03 23:46:18 ago Exp $ + + 03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild: + Stable for ia64, wrt bug #454544 03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild: Stable for arm, wrt bug #454544 diff --git a/dev-util/cppunit/cppunit-1.13.1.ebuild b/dev-util/cppunit/cppunit-1.13.1.ebuild index 2f4781eb8938..7a3d73f2e3d9 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.8 2013/02/03 19:39:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.9 2013/02/03 23:46:18 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" |