diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-12-06 09:28:08 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-12-06 09:28:08 +0000 |
commit | 323150544488cc1c26f0f88db1320df986538d58 (patch) | |
tree | 7e86b901905fad03cbf29ad122aee22ee1519482 /dev-games/wfmath/wfmath-0.3.10.ebuild | |
parent | Version bump pyPdf to 1.13. (diff) | |
download | historical-323150544488cc1c26f0f88db1320df986538d58.tar.gz historical-323150544488cc1c26f0f88db1320df986538d58.tar.bz2 historical-323150544488cc1c26f0f88db1320df986538d58.zip |
Remove not strictly needed dependency on media-libs/atlas-c++ Bug #347776
Package-Manager: portage-2.1.9.24/cvs/Linux x86_64
Diffstat (limited to 'dev-games/wfmath/wfmath-0.3.10.ebuild')
-rw-r--r-- | dev-games/wfmath/wfmath-0.3.10.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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" |