diff options
author | Tom Martin <slarti@gentoo.org> | 2004-09-30 16:18:56 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-09-30 16:18:56 +0000 |
commit | 1e25ce77bf40e5ece83e22b257f67cb986f82637 (patch) | |
tree | 9ba6c0f21b63e35d9d9ddc4f9d76ea04bb767198 /net-misc/unison/unison-2.10.2.ebuild | |
parent | Fix compilation on gcc 3.4 (diff) | |
download | historical-1e25ce77bf40e5ece83e22b257f67cb986f82637.tar.gz historical-1e25ce77bf40e5ece83e22b257f67cb986f82637.tar.bz2 historical-1e25ce77bf40e5ece83e22b257f67cb986f82637.zip |
Marked ~amd64, #65926
Diffstat (limited to 'net-misc/unison/unison-2.10.2.ebuild')
-rw-r--r-- | net-misc/unison/unison-2.10.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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* ) )" |