diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-30 03:22:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-30 03:22:10 +0000 |
commit | ef39c9074c0505218bb9db94834d4e3627c56308 (patch) | |
tree | 48cadef0c415ddbe42eed48b298d2fe875cad3ca /dev-util/monotone | |
parent | (#113892) Grace update from Evgeny Stambulchik <fnevgeny@weizmann.ac.il>. Ful... (diff) | |
download | gentoo-2-ef39c9074c0505218bb9db94834d4e3627c56308.tar.gz gentoo-2-ef39c9074c0505218bb9db94834d4e3627c56308.tar.bz2 gentoo-2-ef39c9074c0505218bb9db94834d4e3627c56308.zip |
ia64 love
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-util/monotone')
-rw-r--r-- | dev-util/monotone/monotone-0.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/monotone/monotone-0.24.ebuild b/dev-util/monotone/monotone-0.24.ebuild index 5a58bda58b0f..2444ca7ac8c7 100644 --- a/dev-util/monotone/monotone-0.24.ebuild +++ b/dev-util/monotone/monotone-0.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.24.ebuild,v 1.1 2005/11/28 13:38:11 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monotone/monotone-0.24.ebuild,v 1.2 2005/11/30 03:22:10 vapier Exp $ inherit elisp-common flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.venge.net/${PN}/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="doc emacs ipv6 nls" |