diff options
author | 2013-08-24 13:18:41 +0000 | |
---|---|---|
committer | 2013-08-24 13:18:41 +0000 | |
commit | aecd56f65a8bc7ea2010712ba0c1fcd632b924c9 (patch) | |
tree | a9c1cacae42dbd0cfdd850f33640421776979557 /dev-ml | |
parent | add ~x86, bug #415151 (diff) | |
download | gentoo-2-aecd56f65a8bc7ea2010712ba0c1fcd632b924c9.tar.gz gentoo-2-aecd56f65a8bc7ea2010712ba0c1fcd632b924c9.tar.bz2 gentoo-2-aecd56f65a8bc7ea2010712ba0c1fcd632b924c9.zip |
add ~x86, bug #462360
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-fileutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocaml-fileutils/ChangeLog b/dev-ml/ocaml-fileutils/ChangeLog index a37a1877d606..a59da23ecffa 100644 --- a/dev-ml/ocaml-fileutils/ChangeLog +++ b/dev-ml/ocaml-fileutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-fileutils # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.12 2013/07/22 12:31:33 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.13 2013/08/24 13:18:41 maekke Exp $ + + 24 Aug 2013; Markus Meier <maekke@gentoo.org> ocaml-fileutils-0.4.5.ebuild: + add ~x86, bug #462360 22 Jul 2013; Alexis Ballier <aballier@gentoo.org> -ocaml-fileutils-0.4.4.ebuild: diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild index 01173390ea0a..cedaa0595643 100644 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild,v 1.1 2013/06/14 20:36:48 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild,v 1.2 2013/08/24 13:18:41 maekke Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/1194/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" |