diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-01-22 10:42:50 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-01-22 10:42:50 +0000 |
commit | 2adb344946bfb6d974a2a41905061ce5edc8ed3e (patch) | |
tree | 9679c332edb9b7427defaa170386a745d4cc414c /dev-lang/yap/yap-5.1.1.ebuild | |
parent | corrected initialisation for newer haskell mode, thanks to Ivan <the_greatgur... (diff) | |
download | gentoo-2-2adb344946bfb6d974a2a41905061ce5edc8ed3e.tar.gz gentoo-2-2adb344946bfb6d974a2a41905061ce5edc8ed3e.tar.bz2 gentoo-2-2adb344946bfb6d974a2a41905061ce5edc8ed3e.zip |
stable x86, bug #163123
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-lang/yap/yap-5.1.1.ebuild')
-rw-r--r-- | dev-lang/yap/yap-5.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/yap/yap-5.1.1.ebuild b/dev-lang/yap/yap-5.1.1.ebuild index 7ef85c002d62..fa94a525cb99 100644 --- a/dev-lang/yap/yap-5.1.1.ebuild +++ b/dev-lang/yap/yap-5.1.1.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/yap/yap-5.1.1.ebuild,v 1.7 2007/01/20 23:29:51 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-5.1.1.ebuild,v 1.8 2007/01/22 10:42:50 opfer Exp $ inherit autotools eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="Artistic LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="debug doc examples gmp java mpi mysql odbc readline static tk threads" DEPEND="gmp? ( dev-libs/gmp ) |