diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-14 13:58:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-14 13:58:10 +0000 |
commit | 46b6f0ae29be8f4f72220cabd2effde97f1364b9 (patch) | |
tree | 3478c4c23bd76e51099c1f71271e50c544ae2123 /dev-ml/ounit | |
parent | Stable for x86, wrt bug #495416 (diff) | |
download | gentoo-2-46b6f0ae29be8f4f72220cabd2effde97f1364b9.tar.gz gentoo-2-46b6f0ae29be8f4f72220cabd2effde97f1364b9.tar.bz2 gentoo-2-46b6f0ae29be8f4f72220cabd2effde97f1364b9.zip |
Stable for x86, wrt bug #495418
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ml/ounit')
-rw-r--r-- | dev-ml/ounit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-2.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog index 0da147a031ae..180b048ac861 100644 --- a/dev-ml/ounit/ChangeLog +++ b/dev-ml/ounit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ounit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.38 2014/01/12 20:09:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.39 2014/01/14 13:58:10 ago Exp $ + + 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> ounit-2.0.0.ebuild: + Stable for x86, wrt bug #495418 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> ounit-2.0.0.ebuild: amd64 stable, bug #495418 diff --git a/dev-ml/ounit/ounit-2.0.0.ebuild b/dev-ml/ounit/ounit-2.0.0.ebuild index 2b28d3a61f82..0b611bb82613 100644 --- a/dev-ml/ounit/ounit-2.0.0.ebuild +++ b/dev-ml/ounit/ounit-2.0.0.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-ml/ounit/ounit-2.0.0.ebuild,v 1.2 2014/01/12 20:09:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-2.0.0.ebuild,v 1.3 2014/01/14 13:58:10 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ HOMEPAGE="http://ounit.forge.ocamlcore.org/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1258/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" DEPEND="" RDEPEND="${DEPEND}" IUSE="" |