diff options
author | Johannes Huber <johu@gentoo.org> | 2012-08-14 15:32:39 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-08-14 15:32:39 +0000 |
commit | 0892b2c069618b5bc7ae4986627c20e28821692e (patch) | |
tree | 27aa46efcb749bfb6f7fbb8e848e885f0880a195 /dev-util/cppunit | |
parent | Bump to 3.4.41 (diff) | |
download | gentoo-2-0892b2c069618b5bc7ae4986627c20e28821692e.tar.gz gentoo-2-0892b2c069618b5bc7ae4986627c20e28821692e.tar.bz2 gentoo-2-0892b2c069618b5bc7ae4986627c20e28821692e.zip |
Stable for x86, wrt bug #431274
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.13.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index af6af076f51a..86ada35cec62 100644 --- a/dev-util/cppunit/ChangeLog +++ b/dev-util/cppunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cppunit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.71 2012/08/14 13:29:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.72 2012/08/14 15:32:39 johu Exp $ + + 14 Aug 2012; Johannes Huber <johu@gentoo.org> cppunit-1.13.0.ebuild: + Stable for x86, wrt bug #431274 14 Aug 2012; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.0.ebuild: Stable for amd64, wrt bug #431274 diff --git a/dev-util/cppunit/cppunit-1.13.0.ebuild b/dev-util/cppunit/cppunit-1.13.0.ebuild index 767154de49c6..b0680fb93cb8 100644 --- a/dev-util/cppunit/cppunit-1.13.0.ebuild +++ b/dev-util/cppunit/cppunit-1.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.0.ebuild,v 1.5 2012/08/14 13:29:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.0.ebuild,v 1.6 2012/08/14 15:32:39 johu Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -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" RDEPEND="" |