diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-09-12 15:55:09 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-09-12 15:55:09 +0000 |
commit | 526f55a2852c820f39c50302556ba2ceab9403fd (patch) | |
tree | 79e92c44a76b58097aec1730baf20754e057a0d2 /net-misc/unison | |
parent | Don't use exec for doecho(), thanks to Vlastimil Babka (Caster) for noticing. (diff) | |
download | gentoo-2-526f55a2852c820f39c50302556ba2ceab9403fd.tar.gz gentoo-2-526f55a2852c820f39c50302556ba2ceab9403fd.tar.bz2 gentoo-2-526f55a2852c820f39c50302556ba2ceab9403fd.zip |
Stable on sparc
(Portage version: 2.1.1)
Diffstat (limited to 'net-misc/unison')
-rw-r--r-- | net-misc/unison/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/unison/unison-2.13.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/unison/ChangeLog b/net-misc/unison/ChangeLog index ee7f6c59914b..6e289e4c5421 100644 --- a/net-misc/unison/ChangeLog +++ b/net-misc/unison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/unison # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.39 2006/07/04 13:01:03 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.40 2006/09/12 15:55:09 gustavoz Exp $ + + 12 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> unison-2.13.16.ebuild: + Stable on sparc 04 Jul 2006; Matthieu Sozeau <mattam@gentoo.org> unison-2.13.16.ebuild, unison-2.17.1-r1.ebuild: diff --git a/net-misc/unison/unison-2.13.16.ebuild b/net-misc/unison/unison-2.13.16.ebuild index 83c9ed5a2dd1..8bb77df0deae 100644 --- a/net-misc/unison/unison-2.13.16.ebuild +++ b/net-misc/unison/unison-2.13.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.13.16.ebuild,v 1.4 2006/07/04 13:01:03 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.13.16.ebuild,v 1.5 2006/09/12 15:55:09 gustavoz 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 ~amd64 ~sparc" +KEYWORDS="x86 ppc ~amd64 sparc" DEPEND=">=dev-lang/ocaml-3.04 gtk? ( >=dev-ml/lablgtk-2.2 )" |