summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGysbert Wassenaar <nixnut@gentoo.org>2007-01-23 18:19:00 +0000
committerGysbert Wassenaar <nixnut@gentoo.org>2007-01-23 18:19:00 +0000
commit7af78420df2e662a1f1665b4829272a2fcc42679 (patch)
treeef6cef72540224722760d9d2604728cbd930c151 /dev-lang/yap
parentRemoving usage of virtual/x11, and hardcoding in depends. Minor clean ups. (diff)
downloadgentoo-2-7af78420df2e662a1f1665b4829272a2fcc42679.tar.gz
gentoo-2-7af78420df2e662a1f1665b4829272a2fcc42679.tar.bz2
gentoo-2-7af78420df2e662a1f1665b4829272a2fcc42679.zip
Stable on ppc wrt bug 163123
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-lang/yap')
-rw-r--r--dev-lang/yap/ChangeLog5
-rw-r--r--dev-lang/yap/yap-5.1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/yap/ChangeLog b/dev-lang/yap/ChangeLog
index a17aaa9309dc..721f49553428 100644
--- a/dev-lang/yap/ChangeLog
+++ b/dev-lang/yap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/yap
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/ChangeLog,v 1.12 2007/01/22 10:42:50 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/ChangeLog,v 1.13 2007/01/23 18:19:00 nixnut Exp $
+
+ 23 Jan 2007; nixnut <nixnut@gentoo.org> yap-5.1.1.ebuild:
+ Stable on ppc wrt bug 163123
22 Jan 2007; Christian Faulhammer <opfer@gentoo.org> yap-5.1.1.ebuild:
stable x86, bug #163123
diff --git a/dev-lang/yap/yap-5.1.1.ebuild b/dev-lang/yap/yap-5.1.1.ebuild
index fa94a525cb99..2d3357f53b2c 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.8 2007/01/22 10:42:50 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-5.1.1.ebuild,v 1.9 2007/01/23 18:19:00 nixnut 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 )