diff options
author | Alexander Plank <alexander@gentoo.org> | 2004-07-26 14:31:01 +0000 |
---|---|---|
committer | Alexander Plank <alexander@gentoo.org> | 2004-07-26 14:31:01 +0000 |
commit | 965ef4634bec3dc8f7d404bfa647710b8361d28e (patch) | |
tree | f33075affdc5db3a0e4d77e68346d6e68235e342 | |
parent | add ranlib stuff, change to macos (tested with unison) (diff) | |
download | historical-965ef4634bec3dc8f7d404bfa647710b8361d28e.tar.gz historical-965ef4634bec3dc8f7d404bfa647710b8361d28e.tar.bz2 historical-965ef4634bec3dc8f7d404bfa647710b8361d28e.zip |
add macos keyword
-rw-r--r-- | net-misc/unison/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/unison/Manifest | 4 | ||||
-rw-r--r-- | net-misc/unison/unison-2.9.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/unison/ChangeLog b/net-misc/unison/ChangeLog index 20ea3bceeb9e..d3fb0fde4d3c 100644 --- a/net-misc/unison/ChangeLog +++ b/net-misc/unison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/unison # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.15 2004/07/14 01:10:56 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.16 2004/07/26 14:31:01 alexander Exp $ + + 26 Jul 2004; Alexander Plank <alexander@gentoo.org> unison-2.9.1.ebuild: + adding macos keyword (thanks Philippe Bouamriou who started bug #57918) 13 Jul 2004; Travis Tilley <lv@gentoo.org> unison-2.9.1.ebuild: adding back ~amd64 keyword diff --git a/net-misc/unison/Manifest b/net-misc/unison/Manifest index 4ad684dab689..c1bc43951dd6 100644 --- a/net-misc/unison/Manifest +++ b/net-misc/unison/Manifest @@ -1,3 +1,3 @@ -MD5 c6b52996d92df443c54ed9535b3d999d unison-2.9.1.ebuild 1053 -MD5 1bcb28ce995e6d4d6006b88b0d73b9be ChangeLog 1569 +MD5 bc2969596a6daec4555ff657bbae56cf ChangeLog 1726 +MD5 3708dbd1314ee0bd23a8938d110d2606 unison-2.9.1.ebuild 1060 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 b6cc9df881ab..57e82d7c0671 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-2004 Gentoo Foundation # 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.17 2004/07/15 03:41:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.9.1.ebuild,v 1.18 2004/07/26 14:31:01 alexander Exp $ IUSE="gtk" @@ -8,7 +8,7 @@ DESCRIPTION="Two-way cross-platform file synchronizer" HOMEPAGE="http://www.cis.upenn.edu/~bcpierce/unison/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc ~ppc alpha ~amd64" +KEYWORDS="x86 sparc ~ppc alpha ~amd64 macos" DEPEND=">=dev-lang/ocaml-3.04 gtk? ( =dev-ml/lablgtk-1.2* )" |