summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-12-06 09:28:08 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-12-06 09:28:08 +0000
commit8c85143fa9bac4d9ee79b9baa79c54c8780a4fd1 (patch)
treedfe4b92149759533cb1589f0af04974d374d58c1 /dev-games
parentVersion bump pyPdf to 1.13. (diff)
downloadgentoo-2-8c85143fa9bac4d9ee79b9baa79c54c8780a4fd1.tar.gz
gentoo-2-8c85143fa9bac4d9ee79b9baa79c54c8780a4fd1.tar.bz2
gentoo-2-8c85143fa9bac4d9ee79b9baa79c54c8780a4fd1.zip
Remove not strictly needed dependency on media-libs/atlas-c++ Bug #347776
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/wfmath/ChangeLog6
-rw-r--r--dev-games/wfmath/wfmath-0.3.10.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-games/wfmath/ChangeLog b/dev-games/wfmath/ChangeLog
index b34664f9985f..bd92087c9244 100644
--- a/dev-games/wfmath/ChangeLog
+++ b/dev-games/wfmath/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/wfmath
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/ChangeLog,v 1.14 2010/04/13 11:40:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/ChangeLog,v 1.15 2010/12/06 09:28:08 tupone Exp $
+
+ 06 Dec 2010; Alfredo Tupone <tupone@gentoo.org> wfmath-0.3.10.ebuild:
+ Remove not strictly needed dependency on media-libs/atlas-c++
+ Bug #347776 by Mr. Anderson
13 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> wfmath-0.3.10.ebuild:
x86 stable wrt bug #313535
diff --git a/dev-games/wfmath/wfmath-0.3.10.ebuild b/dev-games/wfmath/wfmath-0.3.10.ebuild
index 4f9ed7f1a2b4..63e7e8ce7ce0 100644
--- a/dev-games/wfmath/wfmath-0.3.10.ebuild
+++ b/dev-games/wfmath/wfmath-0.3.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/wfmath-0.3.10.ebuild,v 1.3 2010/04/13 11:40:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/wfmath-0.3.10.ebuild,v 1.4 2010/12/06 09:28:08 tupone Exp $
EAPI=2
DESCRIPTION="Worldforge math library"
@@ -13,8 +13,7 @@ KEYWORDS="amd64 x86"
IUSE="doc"
RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )
- media-libs/atlas-c++"
+DEPEND="doc? ( app-doc/doxygen )"
src_compile() {
emake || die "emake failed"