diff options
author | 2008-06-26 00:05:41 +0000 | |
---|---|---|
committer | 2008-06-26 00:05:41 +0000 | |
commit | a3fda5393c2d736f77f6aef7571c95660de42e38 (patch) | |
tree | d0577e36abba1895d1b371e85314bbafccaa5c41 /net-misc/unison | |
parent | stable amd64, bug 229187 (diff) | |
download | gentoo-2-a3fda5393c2d736f77f6aef7571c95660de42e38.tar.gz gentoo-2-a3fda5393c2d736f77f6aef7571c95660de42e38.tar.bz2 gentoo-2-a3fda5393c2d736f77f6aef7571c95660de42e38.zip |
stable amd64, bug 229187
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/unison')
-rw-r--r-- | net-misc/unison/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/unison/unison-2.27.57-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/unison/ChangeLog b/net-misc/unison/ChangeLog index bc7e45c8f187..f13103efdf59 100644 --- a/net-misc/unison/ChangeLog +++ b/net-misc/unison/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/unison # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.55 2008/06/25 19:53:30 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.56 2008/06/26 00:05:41 gentoofan23 Exp $ + + 26 Jun 2008; Thomas Anderson <gentoofan23@gentoo.org> + unison-2.27.57-r1.ebuild: + stable amd64, bug 229187 25 Jun 2008; nixnut <nixnut@gentoo.org> unison-2.27.57-r1.ebuild: Stable on ppc wrt bug 229187 diff --git a/net-misc/unison/unison-2.27.57-r1.ebuild b/net-misc/unison/unison-2.27.57-r1.ebuild index 6d62d7145cf3..f58543235240 100644 --- a/net-misc/unison/unison-2.27.57-r1.ebuild +++ b/net-misc/unison/unison-2.27.57-r1.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/net-misc/unison/unison-2.27.57-r1.ebuild,v 1.8 2008/06/25 19:53:30 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.27.57-r1.ebuild,v 1.9 2008/06/26 00:05:41 gentoofan23 Exp $ EAPI=1 @@ -12,7 +12,7 @@ DESCRIPTION="Two-way cross-platform file synchronizer" HOMEPAGE="http://www.cis.upenn.edu/~bcpierce/unison/" LICENSE="GPL-2" SLOT="$(get_version_component_range 1-2 ${PV})" -KEYWORDS="~amd64 ppc ~sparc x86" +KEYWORDS="amd64 ppc ~sparc x86" DEPEND=">=dev-lang/ocaml-3.04 gtk? ( >=dev-ml/lablgtk-2.2 )" |