diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-09-09 15:00:46 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-09-09 15:00:46 +0000 |
commit | a5aa107210b832de84cf7bf36ebaa3f691d485eb (patch) | |
tree | b9fcdfb58156a48282fb1a14c67dcc80915573c0 /dev-util/cppunit | |
parent | alpha/ia64/sparc stable wrt #429066 (diff) | |
download | gentoo-2-a5aa107210b832de84cf7bf36ebaa3f691d485eb.tar.gz gentoo-2-a5aa107210b832de84cf7bf36ebaa3f691d485eb.tar.bz2 gentoo-2-a5aa107210b832de84cf7bf36ebaa3f691d485eb.zip |
alpha/ia64/sparc stable wrt #431274
(Portage version: 2.1.11.9/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 2c244d85761f..5d2bf0158ef0 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.73 2012/08/15 01:37:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.74 2012/09/09 15:00:46 armin76 Exp $ + + 09 Sep 2012; Raúl Porcel <armin76@gentoo.org> cppunit-1.13.0.ebuild: + alpha/ia64/sparc stable wrt #431274 15 Aug 2012; Jeroen Roovers <jer@gentoo.org> cppunit-1.13.0.ebuild: Stable for HPPA (bug #431274). diff --git a/dev-util/cppunit/cppunit-1.13.0.ebuild b/dev-util/cppunit/cppunit-1.13.0.ebuild index e39bd969b36d..0ed59e5c58d6 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.7 2012/08/15 01:37:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.0.ebuild,v 1.8 2012/09/09 15:00:46 armin76 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="" |