diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-05-28 21:02:01 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-05-28 21:02:01 +0000 |
commit | 248a82b59867b213eb0f712d650efefbbb079eaf (patch) | |
tree | 11f904c9320425b2d9e69872bc8f32f35d9dc5da /net-misc/unison | |
parent | Added patches for the CAN-2004-0075, CAN-2004-0133, CAN-2004-0181, CAN-2004-0... (diff) | |
download | historical-248a82b59867b213eb0f712d650efefbbb079eaf.tar.gz historical-248a82b59867b213eb0f712d650efefbbb079eaf.tar.bz2 historical-248a82b59867b213eb0f712d650efefbbb079eaf.zip |
Masked on amd64 as we lack a working ocaml.
Diffstat (limited to 'net-misc/unison')
-rw-r--r-- | net-misc/unison/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/unison/Manifest | 4 | ||||
-rw-r--r-- | net-misc/unison/unison-2.9.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/unison/ChangeLog b/net-misc/unison/ChangeLog index 1b16e6278b2d..faab3a020094 100644 --- a/net-misc/unison/ChangeLog +++ b/net-misc/unison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/unison # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.10 2004/05/14 01:50:36 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.11 2004/05/28 21:02:01 kugelfang Exp $ + + 28 May 2004; Danny van Dyk <kugelfang@gentoo.org> unison-2.9.1.ebuild: + Marked -amd64 as dependencies aren't fulfilled anymore. 13 May 2004; Travis Tilley <lv@gentoo.org> unison-2.9.1.ebuild: added ~amd64 keyword diff --git a/net-misc/unison/Manifest b/net-misc/unison/Manifest index a5bcba8852bc..d6fd2586b8e5 100644 --- a/net-misc/unison/Manifest +++ b/net-misc/unison/Manifest @@ -1,3 +1,3 @@ -MD5 ce7e7875fee1596bf05aa3cfd6490a9b unison-2.9.1.ebuild 1082 -MD5 d78f948f64114e6d2395484f93d7822f ChangeLog 1164 +MD5 489958f1347361481501025fdafb345d ChangeLog 1303 +MD5 2339d7e91527c657a971ac77433cae2c unison-2.9.1.ebuild 1089 MD5 29b28492666138199820e9df8fcc6a47 files/digest-unison-2.9.1 64 diff --git a/net-misc/unison/unison-2.9.1.ebuild b/net-misc/unison/unison-2.9.1.ebuild index f3750381ef72..37e874834132 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 Technologies, Inc. # 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.11 2004/05/14 01:50:36 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.9.1.ebuild,v 1.12 2004/05/28 21:02:01 kugelfang 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* )" |