diff options
author | Markus Meier <maekke@gentoo.org> | 2008-04-10 19:36:15 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-04-10 19:36:15 +0000 |
commit | 7c75b08105a9cc7a53994630394a5ee86b64d20a (patch) | |
tree | c93554a87ec88b07cfe07f10d4b017ecac594574 /net-misc | |
parent | De-stablizing package, lost 3+ hours debugging why a stable machine X was at ... (diff) | |
download | gentoo-2-7c75b08105a9cc7a53994630394a5ee86b64d20a.tar.gz gentoo-2-7c75b08105a9cc7a53994630394a5ee86b64d20a.tar.bz2 gentoo-2-7c75b08105a9cc7a53994630394a5ee86b64d20a.zip |
add ~x86, bug #207746
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/unison/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/unison/unison-2.27.57-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/unison/ChangeLog b/net-misc/unison/ChangeLog index 8df0e305c8d3..f0168d290c30 100644 --- a/net-misc/unison/ChangeLog +++ b/net-misc/unison/ChangeLog @@ -1,6 +1,9 @@ # 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.46 2008/04/07 21:35:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.47 2008/04/10 19:36:15 maekke Exp $ + + 10 Apr 2008; Markus Meier <maekke@gentoo.org> unison-2.27.57-r1.ebuild: + add ~x86, bug #207746 *unison-2.27.57-r1 (07 Apr 2008) diff --git a/net-misc/unison/unison-2.27.57-r1.ebuild b/net-misc/unison/unison-2.27.57-r1.ebuild index c3f9f1328345..ee7e10a6a855 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.2 2008/04/08 05:29:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.27.57-r1.ebuild,v 1.3 2008/04/10 19:36:15 maekke 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" +KEYWORDS="~amd64 ~x86" DEPEND=">=dev-lang/ocaml-3.04 gtk? ( >=dev-ml/lablgtk-2.2 )" |