diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-10-18 04:47:38 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-10-18 04:47:38 +0000 |
commit | 7a6ca29a8309ee8e010db5f90472ef5577defe08 (patch) | |
tree | b50190e3aa972813f698eda987e7cae2bc7968c6 /dev-lang/mercury/mercury-0.12.2-r3.ebuild | |
parent | Stable x86; I'd not mind having dr Who's watch (diff) | |
download | historical-7a6ca29a8309ee8e010db5f90472ef5577defe08.tar.gz historical-7a6ca29a8309ee8e010db5f90472ef5577defe08.tar.bz2 historical-7a6ca29a8309ee8e010db5f90472ef5577defe08.zip |
stable x86; did I get mercury poisioning from this?
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-lang/mercury/mercury-0.12.2-r3.ebuild')
-rw-r--r-- | dev-lang/mercury/mercury-0.12.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mercury/mercury-0.12.2-r3.ebuild b/dev-lang/mercury/mercury-0.12.2-r3.ebuild index 640f8ebc2974..8f5b50527e9f 100644 --- a/dev-lang/mercury/mercury-0.12.2-r3.ebuild +++ b/dev-lang/mercury/mercury-0.12.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r3.ebuild,v 1.9 2006/10/07 00:27:28 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury/mercury-0.12.2-r3.ebuild,v 1.10 2006/10/18 04:45:42 tsunam Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc ~x86" +KEYWORDS="~amd64 ppc ~sparc x86" IUSE="debug minimal readline threads" |