diff options
author | 2004-07-14 01:10:56 +0000 | |
---|---|---|
committer | 2004-07-14 01:10:56 +0000 | |
commit | 1d2edfd90a8494df89f8f548061d76c543bbeade (patch) | |
tree | 361ab317baf4ae070f7baeff694ce2ea481c2262 | |
parent | don't dep on arch for gnuconfig_update (Manifest recommit) (diff) | |
download | gentoo-2-1d2edfd90a8494df89f8f548061d76c543bbeade.tar.gz gentoo-2-1d2edfd90a8494df89f8f548061d76c543bbeade.tar.bz2 gentoo-2-1d2edfd90a8494df89f8f548061d76c543bbeade.zip |
~amd64
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/unison/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/unison/unison-2.9.1.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index c6d68581d6e2..648402176e3c 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ocaml # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.33 2004/07/06 20:51:30 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.34 2004/07/14 01:09:33 lv Exp $ + + 13 Jul 2004; Travis Tilley <lv@gentoo.org> ocaml-3.07-r1.ebuild: + adding back ~amd64 keyword 06 Jul 2004; Matthieu Sozeau <mattam@gentoo.org> -ocaml-3.06-r1.ebuild, ocaml-3.06-r2.ebuild, -ocaml-3.06.ebuild, -ocaml-3.07.ebuild, diff --git a/dev-lang/ocaml/ocaml-3.07-r1.ebuild b/dev-lang/ocaml/ocaml-3.07-r1.ebuild index dfe28676a3a9..b09a501b29ee 100644 --- a/dev-lang/ocaml/ocaml-3.07-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.07-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.13 2004/07/06 20:40:57 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.14 2004/07/14 01:09:33 lv Exp $ inherit flag-o-matic eutils @@ -12,7 +12,7 @@ SRC_URI="http://caml.inria.fr/distrib/${P}/${P}.tar.gz LICENSE="QPL-1.0 LGPL-2" SLOT="0" -KEYWORDS="x86 ~sparc ~ppc alpha ~ia64 -amd64 hppa" +KEYWORDS="x86 ~sparc ~ppc alpha ~ia64 ~amd64 hppa" IUSE="tcltk" DEPEND="virtual/libc diff --git a/net-misc/unison/ChangeLog b/net-misc/unison/ChangeLog index 3de293fc21b7..20ea3bceeb9e 100644 --- a/net-misc/unison/ChangeLog +++ b/net-misc/unison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/unison # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.14 2004/06/25 00:17:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.15 2004/07/14 01:10:56 lv Exp $ + + 13 Jul 2004; Travis Tilley <lv@gentoo.org> unison-2.9.1.ebuild: + adding back ~amd64 keyword 14 Jun 2004; Aron Griffis <agriffis@gentoo.org> unison-2.9.1.ebuild: Fix use invocation diff --git a/net-misc/unison/unison-2.9.1.ebuild b/net-misc/unison/unison-2.9.1.ebuild index ae6a069ee0a2..6f12df3f22c5 100644 --- a/net-misc/unison/unison-2.9.1.ebuild +++ b/net-misc/unison/unison-2.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.9.1.ebuild,v 1.15 2004/06/25 00:17:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.9.1.ebuild,v 1.16 2004/07/14 01:10:56 lv Exp $ IUSE="gtk" @@ -8,7 +8,7 @@ DESCRIPTION="Two-way cross-platform file synchronizer" HOMEPAGE="http://www.cis.upenn.edu/~bcpierce/unison/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc ~ppc alpha -amd64" +KEYWORDS="x86 sparc ~ppc alpha ~amd64" DEPEND=">=dev-lang/ocaml-3.04 gtk? ( =dev-ml/lablgtk-1.2* )" |