diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-09-30 09:14:42 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-09-30 09:14:42 +0000 |
commit | 356785fb566ef6476cc994ecf061624a34fd82ee (patch) | |
tree | e7c670f25265570deb6e414f734199638879acf2 /dev-ml | |
parent | New ebuild by Robin H. Johnson <robbat2@gentoo.org>. Used for some of the ext... (diff) | |
download | gentoo-2-356785fb566ef6476cc994ecf061624a34fd82ee.tar.gz gentoo-2-356785fb566ef6476cc994ecf061624a34fd82ee.tar.bz2 gentoo-2-356785fb566ef6476cc994ecf061624a34fd82ee.zip |
alpha/ia64 stable wrt #238646
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 i686)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/findlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/findlib/findlib-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/findlib/ChangeLog b/dev-ml/findlib/ChangeLog index fde48f89f515..5783e4b505d8 100644 --- a/dev-ml/findlib/ChangeLog +++ b/dev-ml/findlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/findlib # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.44 2008/09/28 14:30:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/ChangeLog,v 1.45 2008/09/30 09:14:42 armin76 Exp $ + + 30 Sep 2008; Raúl Porcel <armin76@gentoo.org> findlib-1.2.2.ebuild: + alpha/ia64 stable wrt #238646 28 Sep 2008; Markus Meier <maekke@gentoo.org> findlib-1.2.2.ebuild: amd64/x86 stable, bug #238646 diff --git a/dev-ml/findlib/findlib-1.2.2.ebuild b/dev-ml/findlib/findlib-1.2.2.ebuild index 6458d0440041..4a4500ab28f0 100644 --- a/dev-ml/findlib/findlib-1.2.2.ebuild +++ b/dev-ml/findlib/findlib-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.2.2.ebuild,v 1.6 2008/09/28 14:30:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.2.2.ebuild,v 1.7 2008/09/30 09:14:42 armin76 Exp $ inherit multilib eutils @@ -17,7 +17,7 @@ SRC_URI="http://download.camlcity.org/download/${P}.tar.gz" LICENSE="MIT X11" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" DEPEND=">=dev-lang/ocaml-3.07" |