diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-04-14 16:20:01 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-04-14 16:20:01 +0000 |
commit | 48d39ae84b8162dcbc4200a3a161e4d92fc6f2db (patch) | |
tree | 33767a4e243e7accb410105c47f6192badddd721 /net-misc/unison | |
parent | Bump to eclass for webapp-config-1.1 (diff) | |
download | gentoo-2-48d39ae84b8162dcbc4200a3a161e4d92fc6f2db.tar.gz gentoo-2-48d39ae84b8162dcbc4200a3a161e4d92fc6f2db.tar.bz2 gentoo-2-48d39ae84b8162dcbc4200a3a161e4d92fc6f2db.zip |
Keyworded ~alpha.
Diffstat (limited to 'net-misc/unison')
-rw-r--r-- | net-misc/unison/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/unison/unison-2.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/unison/ChangeLog b/net-misc/unison/ChangeLog index bf20417833a2..084e949671a9 100644 --- a/net-misc/unison/ChangeLog +++ b/net-misc/unison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/unison # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.8 2004/03/01 21:34:08 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/ChangeLog,v 1.9 2004/04/14 16:20:01 kloeri Exp $ + + 14 Apr 2004; <kloeri@gentoo.org> unison-2.9.1.ebuild: + Keyworded ~alpha. 22 Jan 2004; Matthieu Sozeau <mattam@gentoo.org> unison-2.9.1.ebuild: Added ~ppc keyword, fix DEPEND & RDEPEND to avoid problems with (labl)gtk-2 diff --git a/net-misc/unison/unison-2.9.1.ebuild b/net-misc/unison/unison-2.9.1.ebuild index 92fb8d1d9832..262e54bbbca5 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 Technologies, Inc. # 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.9 2004/01/22 18:30:45 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/unison/unison-2.9.1.ebuild,v 1.10 2004/04/14 16:20:01 kloeri 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" +KEYWORDS="x86 sparc ~ppc ~alpha" DEPEND=">=dev-lang/ocaml-3.04 gtk? ( =dev-ml/lablgtk-1.2* )" |