aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/omalloc/omalloc-0.9.6.ebuild')
-rw-r--r--sci-libs/omalloc/omalloc-0.9.6.ebuild13
1 files changed, 2 insertions, 11 deletions
diff --git a/sci-libs/omalloc/omalloc-0.9.6.ebuild b/sci-libs/omalloc/omalloc-0.9.6.ebuild
index ff067a157..b03291a06 100644
--- a/sci-libs/omalloc/omalloc-0.9.6.ebuild
+++ b/sci-libs/omalloc/omalloc-0.9.6.ebuild
@@ -18,13 +18,10 @@ SRC_URI="${SRC_COM}/Singular-3-1-1-2.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug"
+IUSE=""
S=${WORKDIR}/Singular-3-1-1/omalloc
-# Until tarballs are mirrored:
-RESTRICT="mirror"
-
pkg_setup() {
tc-export CC CXX
}
@@ -39,11 +36,5 @@ src_configure() {
}
src_test () {
- if use debug; then
- emake check
- fi
-}
-
-src_install () {
- emake DESTDIR="${D}" install
+ emake check
}