diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-31 16:23:50 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-31 16:23:50 +0000 |
commit | 62e2da5af13ccc1a0f97fac9549e861c6c2da008 (patch) | |
tree | bc9f18f113e5d12ddfde9e96a45c937421bc4054 /dev-games | |
parent | Apply patches to decode symlinks to stdout and decompress when called as gunz... (diff) | |
download | gentoo-2-62e2da5af13ccc1a0f97fac9549e861c6c2da008.tar.gz gentoo-2-62e2da5af13ccc1a0f97fac9549e861c6c2da008.tar.bz2 gentoo-2-62e2da5af13ccc1a0f97fac9549e861c6c2da008.zip |
stable x86, bug 297122
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/wfmath/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/wfmath/wfmath-0.3.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/wfmath/ChangeLog b/dev-games/wfmath/ChangeLog index 52337f0db2e9..5551d9c5de38 100644 --- a/dev-games/wfmath/ChangeLog +++ b/dev-games/wfmath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/wfmath # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/ChangeLog,v 1.9 2009/12/31 13:39:22 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/ChangeLog,v 1.10 2009/12/31 16:23:50 fauli Exp $ + + 31 Dec 2009; Christian Faulhammer <fauli@gentoo.org> wfmath-0.3.9.ebuild: + stable x86, bug 297122 31 Dec 2009; Tupone Alfredo <tupone@gentoo.org> wfmath-0.3.9.ebuild: Fixing build with USE=doc. Bug #297122 diff --git a/dev-games/wfmath/wfmath-0.3.9.ebuild b/dev-games/wfmath/wfmath-0.3.9.ebuild index 7bab80f7a594..7ddd5b4933c3 100644 --- a/dev-games/wfmath/wfmath-0.3.9.ebuild +++ b/dev-games/wfmath/wfmath-0.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/wfmath-0.3.9.ebuild,v 1.3 2009/12/31 13:39:22 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/wfmath-0.3.9.ebuild,v 1.4 2009/12/31 16:23:50 fauli Exp $ EAPI=2 DESCRIPTION="Worldforge math library" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="doc" RDEPEND="" |