diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-02-25 10:26:04 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-02-25 10:26:04 +0000 |
commit | 12ea2bea258aad996e1b50597b83e46c62c66273 (patch) | |
tree | 03d8a9a1fa1f6d6d19fb5200f1728d6d84450ae9 /dev-util/cunit | |
parent | ppc/ppc64 stable, bug #492522 (diff) | |
download | gentoo-2-12ea2bea258aad996e1b50597b83e46c62c66273.tar.gz gentoo-2-12ea2bea258aad996e1b50597b83e46c62c66273.tar.bz2 gentoo-2-12ea2bea258aad996e1b50597b83e46c62c66273.zip |
ppc/ppc64/x86 stable, bug #530916
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util/cunit')
-rw-r--r-- | dev-util/cunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cunit/cunit-2.1_p2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cunit/ChangeLog b/dev-util/cunit/ChangeLog index 1cef8feb9828..7f379d0a0091 100644 --- a/dev-util/cunit/ChangeLog +++ b/dev-util/cunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cunit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.44 2015/01/11 21:11:20 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.45 2015/02/25 10:26:04 pacho Exp $ + + 25 Feb 2015; Pacho Ramos <pacho@gentoo.org> cunit-2.1_p2-r1.ebuild: + ppc/ppc64/x86 stable, bug #530916 11 Jan 2015; Chema Alonso <nimiux@gentoo.org> cunit-2.1_p2-r1.ebuild: Stable for amd64 wrt bug #530916 diff --git a/dev-util/cunit/cunit-2.1_p2-r1.ebuild b/dev-util/cunit/cunit-2.1_p2-r1.ebuild index 2988df0fb8d1..372791be09d2 100644 --- a/dev-util/cunit/cunit-2.1_p2-r1.ebuild +++ b/dev-util/cunit/cunit-2.1_p2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2-r1.ebuild,v 1.5 2015/01/11 21:11:20 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2-r1.ebuild,v 1.6 2015/02/25 10:26:04 pacho Exp $ EAPI=5 inherit autotools eutils flag-o-matic multilib-minimal toolchain-funcs @@ -15,7 +15,7 @@ HOMEPAGE="http://cunit.sourceforge.net" 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="ncurses static-libs" RDEPEND="ncurses? ( >=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}] )" |