summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2004-09-30 16:18:56 +0000
committerTom Martin <slarti@gentoo.org>2004-09-30 16:18:56 +0000
commit1e25ce77bf40e5ece83e22b257f67cb986f82637 (patch)
tree9ba6c0f21b63e35d9d9ddc4f9d76ea04bb767198 /net-misc
parentFix compilation on gcc 3.4 (diff)
downloadhistorical-1e25ce77bf40e5ece83e22b257f67cb986f82637.tar.gz
historical-1e25ce77bf40e5ece83e22b257f67cb986f82637.tar.bz2
historical-1e25ce77bf40e5ece83e22b257f67cb986f82637.zip
Marked ~amd64, #65926
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/unison/ChangeLog6
-rw-r--r--net-misc/unison/Manifest18
-rw-r--r--net-misc/unison/unison-2.10.2.ebuild4
3 files changed, 21 insertions, 7 deletions
diff --git a/net-misc/unison/ChangeLog b/net-misc/unison/ChangeLog
index a72063c645ed..a274827b25b3 100644
--- a/net-misc/unison/ChangeLog
+++ b/net-misc/unison/ChangeLog
@@ -1,6 +1,10 @@
# 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.19 2004/09/25 21:05:24 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.20 2004/09/30 16:18:56 slarti Exp $
+
+ 30 Sep 2004; Tom Martin <slarti@gentoo.org> unison-2.10.2.ebuild:
+ Readded ~amd64 keyword, resolves bug 65926. Thanks to Neil Bothwick
+ <neil@digimed.co.uk> for reporting.
*unison-2.10.2 (25 Sep 2004)
diff --git a/net-misc/unison/Manifest b/net-misc/unison/Manifest
index 969e198c9eb6..5503ce26243f 100644
--- a/net-misc/unison/Manifest
+++ b/net-misc/unison/Manifest
@@ -1,7 +1,17 @@
-MD5 9cbbda8086ce875c8613bcc6617f413c ChangeLog 2559
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 adf97cf085cc519cd79d7d21c6e87ca6 unison-2.9.1-r1.ebuild 1218
-MD5 e254c8370319e10ba88fe358b266e764 unison-2.10.2.ebuild 1337
+MD5 42544b55285f6a13e1df7cbe3e6c9858 unison-2.10.2.ebuild 1344
+MD5 8cde54712183da59e2465be4e92bb48a ChangeLog 2736
MD5 8b350f19c06fcabf1053b0421b7c3f5a metadata.xml 155
-MD5 29b28492666138199820e9df8fcc6a47 files/digest-unison-2.9.1-r1 64
-MD5 5abcf068ada1ab9eedbe3dfa16ad15fb files/ocaml-3.08-extnames.patch 748
MD5 d30eefbf86fd33cad44a672fc99cca5c files/digest-unison-2.10.2 65
+MD5 5abcf068ada1ab9eedbe3dfa16ad15fb files/ocaml-3.08-extnames.patch 748
+MD5 29b28492666138199820e9df8fcc6a47 files/digest-unison-2.9.1-r1 64
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBXDH/CHk4+ZoBpvsRAh1rAJ9ldMfuJ+APH/15v3YDqWhmhJcu8ACfU7ql
+GUeExmZ4Y0pkEcqBoZ5zamI=
+=6DHj
+-----END PGP SIGNATURE-----
diff --git a/net-misc/unison/unison-2.10.2.ebuild b/net-misc/unison/unison-2.10.2.ebuild
index 214c5962b9d4..7317bbae4012 100644
--- a/net-misc/unison/unison-2.10.2.ebuild
+++ b/net-misc/unison/unison-2.10.2.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.10.2.ebuild,v 1.1 2004/09/25 21:05:24 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.10.2.ebuild,v 1.2 2004/09/30 16:18:56 slarti Exp $
inherit eutils
@@ -10,7 +10,7 @@ DESCRIPTION="Two-way cross-platform file synchronizer"
HOMEPAGE="http://www.cis.upenn.edu/~bcpierce/unison/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~amd64"
DEPEND=">=dev-lang/ocaml-3.04
gtk? ( gtk2? ( >=dev-ml/lablgtk-2.2 ) !gtk2? ( =dev-ml/lablgtk-1.2* ) )"