summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-05 08:40:10 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-05 08:40:10 +0000
commit166b769d382b06bbcef20e1e2ce688c5e5fef5be (patch)
tree59b684f3b0a30f58dfac3c8bfa9474e956b8d5cf /sys-libs/libmath++
parentre-add gnuconfig fixes (Manifest recommit) (diff)
downloadgentoo-2-166b769d382b06bbcef20e1e2ce688c5e5fef5be.tar.gz
gentoo-2-166b769d382b06bbcef20e1e2ce688c5e5fef5be.tar.bz2
gentoo-2-166b769d382b06bbcef20e1e2ce688c5e5fef5be.zip
move to stable for #70530
Diffstat (limited to 'sys-libs/libmath++')
-rw-r--r--sys-libs/libmath++/libmath++-0.0.4.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-libs/libmath++/libmath++-0.0.4.ebuild b/sys-libs/libmath++/libmath++-0.0.4.ebuild
index 03be10a0349b..b3dce033b547 100644
--- a/sys-libs/libmath++/libmath++-0.0.4.ebuild
+++ b/sys-libs/libmath++/libmath++-0.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/libmath++-0.0.4.ebuild,v 1.1 2004/11/25 10:12:03 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libmath++/libmath++-0.0.4.ebuild,v 1.2 2004/12/05 08:40:10 vapier Exp $
DESCRIPTION="template based math library, written in C++, for symbolic and numeric calculus applications"
HOMEPAGE="http://www.surakware.net/projects/libmath++/index.xml"
@@ -8,12 +8,11 @@ SRC_URI="http://upstream.trapni-akane.org/libmath%2B%2B/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="1"
-KEYWORDS="~x86 ~ppc ~s390"
+KEYWORDS="~ppc ~s390 x86"
IUSE=""
DEPEND=">=sys-devel/autoconf-2.59-r5
- >=sys-devel/automake-1.8.5-r1"
-
+ >=sys-devel/automake-1.8.5-r1"
RDEPEND=""
src_compile() {
@@ -22,7 +21,6 @@ src_compile() {
autoreconf -v --install
econf || die "configure failed"
-
emake || die "make filed"
}