diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-22 05:55:45 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-22 05:55:45 +0000 |
commit | 7d914d29d12ebb8d46c7e952abec8c9ca5abbecf (patch) | |
tree | c4aaae039c78927b0df0385754400196bd74d5f3 /dev-ml/ounit | |
parent | marked x86 per bug 416561 (diff) | |
download | gentoo-2-7d914d29d12ebb8d46c7e952abec8c9ca5abbecf.tar.gz gentoo-2-7d914d29d12ebb8d46c7e952abec8c9ca5abbecf.tar.bz2 gentoo-2-7d914d29d12ebb8d46c7e952abec8c9ca5abbecf.zip |
marked x86 per bug 416531
(Portage version: 2.2.0_alpha107/cvs/Linux i686)
Diffstat (limited to 'dev-ml/ounit')
-rw-r--r-- | dev-ml/ounit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog index e44f4ba2fba0..f24ebf5ad3dc 100644 --- a/dev-ml/ounit/ChangeLog +++ b/dev-ml/ounit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ounit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.27 2012/05/19 15:13:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.28 2012/05/22 05:55:45 jdhore Exp $ + + 22 May 2012; Jeff Horelick <jdhore@gentoo.org> ounit-1.1.1.ebuild: + marked x86 per bug 416531 19 May 2012; Agostino Sarubbo <ago@gentoo.org> ounit-1.1.1.ebuild: Stable for amd64, wrt bug #416531 diff --git a/dev-ml/ounit/ounit-1.1.1.ebuild b/dev-ml/ounit/ounit-1.1.1.ebuild index d973ebb3b915..a647bd88ed5e 100644 --- a/dev-ml/ounit/ounit-1.1.1.ebuild +++ b/dev-ml/ounit/ounit-1.1.1.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-ml/ounit/ounit-1.1.1.ebuild,v 1.3 2012/05/19 15:13:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.1.1.ebuild,v 1.4 2012/05/22 05:55:45 jdhore Exp $ EAPI="3" @@ -13,7 +13,7 @@ HOMEPAGE="http://ounit.forge.ocamlcore.org/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/762/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" DEPEND="" RDEPEND="${DEPEND}" IUSE="" |