diff options
author | Thomas Kahle <tomka@gentoo.org> | 2010-11-15 09:19:51 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2010-11-15 09:19:51 +0000 |
commit | 46e05da6fca01a6ea75c478aaabf798576a47383 (patch) | |
tree | 1ecca630b36a2691908566641310cfe9a1c9774f /dev-ml | |
parent | x86 stable per bug 343751 (diff) | |
download | historical-46e05da6fca01a6ea75c478aaabf798576a47383.tar.gz historical-46e05da6fca01a6ea75c478aaabf798576a47383.tar.bz2 historical-46e05da6fca01a6ea75c478aaabf798576a47383.zip |
x86 stable per bug #344435
Package-Manager: portage-2.1.9.24/cvs/Linux i686
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/fort/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/fort/fort-0.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/ocamlgsl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-ml/fort/ChangeLog b/dev-ml/fort/ChangeLog index b319b2c5d547..77d3e262da83 100644 --- a/dev-ml/fort/ChangeLog +++ b/dev-ml/fort/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/fort # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/fort/ChangeLog,v 1.1 2010/06/11 20:02:03 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/fort/ChangeLog,v 1.2 2010/11/15 09:18:49 tomka Exp $ + + 15 Nov 2010; Thomas Kahle <tomka@gentoo.org> fort-0.4.2.ebuild: + x86 stable per bug #344435 *fort-0.4.2 (11 Jun 2010) diff --git a/dev-ml/fort/fort-0.4.2.ebuild b/dev-ml/fort/fort-0.4.2.ebuild index e01c5872d2dd..bb368da08df4 100644 --- a/dev-ml/fort/fort-0.4.2.ebuild +++ b/dev-ml/fort/fort-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/fort/fort-0.4.2.ebuild,v 1.1 2010/06/11 20:02:03 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/fort/fort-0.4.2.ebuild,v 1.2 2010/11/15 09:18:49 tomka Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="dev-lang/ocaml" diff --git a/dev-ml/ocamlgsl/ChangeLog b/dev-ml/ocamlgsl/ChangeLog index 29664e0c70f7..8718b6cd2871 100644 --- a/dev-ml/ocamlgsl/ChangeLog +++ b/dev-ml/ocamlgsl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlgsl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgsl/ChangeLog,v 1.2 2010/06/11 20:12:30 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgsl/ChangeLog,v 1.3 2010/11/15 09:19:51 tomka Exp $ + + 15 Nov 2010; Thomas Kahle <tomka@gentoo.org> ocamlgsl-0.6.0.ebuild: + x86 stable per bug #344435 11 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> ocamlgsl-0.6.0.ebuild: Adding dev-ml/fort to dependencies. Fixes bug 323543. Thanks Diego for the diff --git a/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild b/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild index b5a5e22851bb..a734480f9df9 100644 --- a/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild +++ b/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild,v 1.2 2010/06/11 20:12:30 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgsl/ocamlgsl-0.6.0.ebuild,v 1.3 2010/11/15 09:19:51 tomka Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://oandrieu.nerim.net/ocaml/gsl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="doc test" RDEPEND=">=dev-lang/ocaml-3.10 |