diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-08 17:57:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-08 17:57:11 +0000 |
commit | 78ae6ac748b943198df109fa4c32dd986d40aa37 (patch) | |
tree | 5136fc16e167b8c44b0ad4b6866541a68e166877 /dev-util | |
parent | Add back pacemaker-1.1.7 as pacemaker-gui depends on it (diff) | |
download | gentoo-2-78ae6ac748b943198df109fa4c32dd986d40aa37.tar.gz gentoo-2-78ae6ac748b943198df109fa4c32dd986d40aa37.tar.bz2 gentoo-2-78ae6ac748b943198df109fa4c32dd986d40aa37.zip |
Stable for arm, wrt bug #456074
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cunit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cunit/cunit-2.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/cunit/ChangeLog b/dev-util/cunit/ChangeLog index 03f57527aa8b..01db304fe7b4 100644 --- a/dev-util/cunit/ChangeLog +++ b/dev-util/cunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cunit -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.31 2012/08/01 13:20:59 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.32 2013/03/08 17:57:11 ago Exp $ + + 08 Mar 2013; Agostino Sarubbo <ago@gentoo.org> cunit-2.1-r1.ebuild: + Stable for arm, wrt bug #456074 01 Aug 2012; Alexis Ballier <aballier@gentoo.org> cunit-2.1-r1.ebuild: keyword ~amd64-fbsd diff --git a/dev-util/cunit/cunit-2.1-r1.ebuild b/dev-util/cunit/cunit-2.1-r1.ebuild index 46ab4dbd6f29..d7a45c570d43 100644 --- a/dev-util/cunit/cunit-2.1-r1.ebuild +++ b/dev-util/cunit/cunit-2.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.9 2012/08/01 13:20:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.10 2013/03/08 17:57:11 ago Exp $ EAPI=3 inherit eutils autotools @@ -16,7 +16,7 @@ HOMEPAGE="http://cunit.sourceforge.net" DEPEND="" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" S=${WORKDIR}/${MY_P} |