diff options
author | 2014-07-06 21:21:23 +0000 | |
---|---|---|
committer | 2014-07-06 21:21:23 +0000 | |
commit | 0deaf23df030a2428496f19c31a8bbb227ae52ac (patch) | |
tree | af3cb994416cd5a6e347d690d29d83075ab6a109 /dev-util/cppunit | |
parent | Fix dane roots issue, bug#443104, thanks to Rafał Mużyło (diff) | |
download | gentoo-2-0deaf23df030a2428496f19c31a8bbb227ae52ac.tar.gz gentoo-2-0deaf23df030a2428496f19c31a8bbb227ae52ac.tar.bz2 gentoo-2-0deaf23df030a2428496f19c31a8bbb227ae52ac.zip |
Stable on amd64 and x86, wrt bug #516344
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.13.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index 07faeeb6bd97..1ca03d723347 100644 --- a/dev-util/cppunit/ChangeLog +++ b/dev-util/cppunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cppunit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.93 2014/07/06 21:07:00 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.94 2014/07/06 21:21:23 pinkbyte Exp $ + + 06 Jul 2014; Sergey Popov <pinkbyte@gentoo.org> cppunit-1.13.2-r2.ebuild: + Stable on amd64 and x86, wrt bug #516344 *cppunit-1.13.2-r2 (06 Jul 2014) diff --git a/dev-util/cppunit/cppunit-1.13.2-r2.ebuild b/dev-util/cppunit/cppunit-1.13.2-r2.ebuild index 3daf344315f8..c4bf00b02c84 100644 --- a/dev-util/cppunit/cppunit-1.13.2-r2.ebuild +++ b/dev-util/cppunit/cppunit-1.13.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r2.ebuild,v 1.1 2014/07/06 21:07:00 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.2-r2.ebuild,v 1.2 2014/07/06 21:21:23 pinkbyte Exp $ EAPI=5 @@ -16,7 +16,7 @@ LICENSE="LGPL-2.1" 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 ~s390 ~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 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples static-libs" RDEPEND="" |