diff options
Diffstat (limited to 'dev-scheme/hop/hop-1.7.0.ebuild')
-rw-r--r-- | dev-scheme/hop/hop-1.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-scheme/hop/hop-1.7.0.ebuild b/dev-scheme/hop/hop-1.7.0.ebuild index ba42a46896d8..ef22527832d6 100644 --- a/dev-scheme/hop/hop-1.7.0.ebuild +++ b/dev-scheme/hop/hop-1.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/hop-1.7.0.ebuild,v 1.1 2007/09/25 16:16:09 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/hop/hop-1.7.0.ebuild,v 1.2 2007/09/27 08:21:51 opfer Exp $ inherit elisp-common multilib @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp-sop.inria.fr/mimosa/fp/Hop/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" DEPEND=">=dev-scheme/bigloo-3.0b" |