diff options
author | Keri Harris <keri@gentoo.org> | 2007-01-09 08:59:54 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2007-01-09 08:59:54 +0000 |
commit | 0c6b8899936e8dc15ffae5a88a68e3592a3dca65 (patch) | |
tree | 2c1261e7f35c24c14cdb0d74e1f68c06546adbd4 /dev-lang/mercury/mercury-0.13.1-r1.ebuild | |
parent | stable x86, bug #157894 (diff) | |
download | historical-0c6b8899936e8dc15ffae5a88a68e3592a3dca65.tar.gz historical-0c6b8899936e8dc15ffae5a88a68e3592a3dca65.tar.bz2 historical-0c6b8899936e8dc15ffae5a88a68e3592a3dca65.zip |
Add ~amd64 to KEYWORDS.
Package-Manager: portage-2.1.2_rc4-r2
Diffstat (limited to 'dev-lang/mercury/mercury-0.13.1-r1.ebuild')
-rw-r--r-- | dev-lang/mercury/mercury-0.13.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mercury/mercury-0.13.1-r1.ebuild b/dev-lang/mercury/mercury-0.13.1-r1.ebuild index 1ca36db4f066..30aed09a2026 100644 --- a/dev-lang/mercury/mercury-0.13.1-r1.ebuild +++ b/dev-lang/mercury/mercury-0.13.1-r1.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-lang/mercury/mercury-0.13.1-r1.ebuild,v 1.4 2007/01/08 06:27:34 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.13.1-r1.ebuild,v 1.5 2007/01/09 08:59:54 keri Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/mercury-compiler-0.13.1.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="debug minimal readline threads" |