summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Sozeau <mattam@gentoo.org>2004-01-22 18:30:55 +0000
committerMatthieu Sozeau <mattam@gentoo.org>2004-01-22 18:30:55 +0000
commit72e82d716eecf256351fb2eca080cc6de206c934 (patch)
treed73f9335db1725b4a95db5f6e969b5d124d83fd4 /net-misc/unison
parent Homepage update, remove now unnecessary intltool fixes + patch (Manifest rec... (diff)
downloadgentoo-2-72e82d716eecf256351fb2eca080cc6de206c934.tar.gz
gentoo-2-72e82d716eecf256351fb2eca080cc6de206c934.tar.bz2
gentoo-2-72e82d716eecf256351fb2eca080cc6de206c934.zip
Added ~ppc keyword, fix gtk deps
Diffstat (limited to 'net-misc/unison')
-rw-r--r--net-misc/unison/ChangeLog8
-rw-r--r--net-misc/unison/Manifest4
-rw-r--r--net-misc/unison/unison-2.9.1.ebuild10
3 files changed, 13 insertions, 9 deletions
diff --git a/net-misc/unison/ChangeLog b/net-misc/unison/ChangeLog
index bdb11cac4634..9b283cf8d125 100644
--- a/net-misc/unison/ChangeLog
+++ b/net-misc/unison/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/unison
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.6 2003/12/26 14:10:47 weeve Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.7 2004/01/22 18:30:45 mattam Exp $
+
+ 22 Jan 2004; Matthieu Sozeau <mattam@gentoo.org> unison-2.9.1.ebuild:
+ Added ~ppc keyword, fix DEPEND & RDEPEND to avoid problems with (labl)gtk-2
+ packages.
26 Dec 2003; Jason Wever <weeve@gentoo.org> unison-2.9.1.ebuild:
Added sed-fu fix to unison to adjust it's Makefile.OCaml for the new tail
diff --git a/net-misc/unison/Manifest b/net-misc/unison/Manifest
index 26b4fd2f436c..ad673c933d13 100644
--- a/net-misc/unison/Manifest
+++ b/net-misc/unison/Manifest
@@ -1,3 +1,3 @@
-MD5 20cbdb19578d11b94e15f6968879d4f9 ChangeLog 843
-MD5 f6aa5e9dc4d6676dd1e7f03634f106af unison-2.9.1.ebuild 1071
+MD5 1612fe2e7a676dd87ebc028785c16752 ChangeLog 1007
+MD5 62a73f3e34a1eb522d2ba3cf9a9b132c unison-2.9.1.ebuild 1071
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 202d1b0d152b..92fb8d1d9832 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-2003 Gentoo Technologies, Inc.
+# 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.8 2003/12/26 14:10:47 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.9.1.ebuild,v 1.9 2004/01/22 18:30:45 mattam Exp $
IUSE="gtk"
@@ -8,11 +8,11 @@ DESCRIPTION="Two-way cross-platform file synchronizer"
HOMEPAGE="http://www.cis.upenn.edu/~bcpierce/unison/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 sparc "
+KEYWORDS="x86 sparc ~ppc"
DEPEND=">=dev-lang/ocaml-3.04
- gtk? ( >=dev-ml/lablgtk-1.2.3 )"
-RDEPEND="gtk? ( >=x11-libs/gtk+-1.2.10 )"
+ gtk? ( =dev-ml/lablgtk-1.2* )"
+RDEPEND="gtk? ( =x11-libs/gtk+-1.2* )"
SRC_URI="mirror://${P}.tar.gz"