diff options
author | Markus Meier <maekke@gentoo.org> | 2015-03-28 06:55:39 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-03-28 06:55:39 +0000 |
commit | e48a3de45b52af8f0e5069c39510db81a847a260 (patch) | |
tree | 8fca860711d11b99fa8278563dabde87ef2c4ceb /dev-ml | |
parent | arm stable, bug #541972 (diff) | |
download | gentoo-2-e48a3de45b52af8f0e5069c39510db81a847a260.tar.gz gentoo-2-e48a3de45b52af8f0e5069c39510db81a847a260.tar.bz2 gentoo-2-e48a3de45b52af8f0e5069c39510db81a847a260.zip |
add ~arm, bug #543604
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ounit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-2.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog index 849e97a67eab..ffec9cdb018b 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.40 2014/01/14 15:33:02 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.41 2015/03/28 06:55:39 maekke Exp $ + + 28 Mar 2015; Markus Meier <maekke@gentoo.org> ounit-2.0.0.ebuild: + add ~arm, bug #543604 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> ounit-2.0.0.ebuild: Stable for ppc, wrt bug #495418 diff --git a/dev-ml/ounit/ounit-2.0.0.ebuild b/dev-ml/ounit/ounit-2.0.0.ebuild index a244073f0bdf..28f2306e328c 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 +# Copyright 1999-2015 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.4 2014/01/14 15:33:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-2.0.0.ebuild,v 1.5 2015/03/28 06:55:39 maekke 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 ~arm ppc x86" DEPEND="" RDEPEND="${DEPEND}" IUSE="" |