summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2006-11-14 21:10:03 +0000
committerGeorge Shapovalov <george@gentoo.org>2006-11-14 21:10:03 +0000
commitd4f650df7b7f6b4532dfee1c1b6011f6b15d67cf (patch)
tree0f93dc027ac0aaa1a7dfc62da27a52cd2630cf33 /dev-ada
parentRemoving obsolete version. Keywording ~amd64. (diff)
downloadgentoo-2-d4f650df7b7f6b4532dfee1c1b6011f6b15d67cf.tar.gz
gentoo-2-d4f650df7b7f6b4532dfee1c1b6011f6b15d67cf.tar.bz2
gentoo-2-d4f650df7b7f6b4532dfee1c1b6011f6b15d67cf.zip
removed unzip from DEPEND - not needed in cleaned up version
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'dev-ada')
-rw-r--r--dev-ada/cbind/cbind-6.0.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-ada/cbind/cbind-6.0.ebuild b/dev-ada/cbind/cbind-6.0.ebuild
index bdd3a8799f2a..a38f2a168a3b 100644
--- a/dev-ada/cbind/cbind-6.0.ebuild
+++ b/dev-ada/cbind/cbind-6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.ebuild,v 1.1 2006/11/14 16:46:03 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.ebuild,v 1.2 2006/11/14 21:10:03 george Exp $
# !NOTE!
# this is a utility, no libs generated, no reason to do the gnat.eclass dance
@@ -11,17 +11,14 @@ SRC_URI="http://dev.gentoo.org/~george/src/${P}.tar.bz2"
HOMEPAGE="http://www.rational.com/"
LICENSE="GMGPL"
-RDEPEND="virtual/gnat"
-DEPEND="${RDEPEND}
- app-arch/unzip"
+DEPEND="virtual/gnat"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
src_compile() {
- einfo "in dir: $(pwd)"
- make || die
+ MAKEOPTS=-j1 emake || die
}
src_install () {