diff options
author | George Shapovalov <george@gentoo.org> | 2008-01-26 23:57:51 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2008-01-26 23:57:51 +0000 |
commit | eb96f0e3d6dc4ecb519da6657dc9682257daf277 (patch) | |
tree | 4e1ba28abaac08572e12aeab084f7ac2f675054b /dev-ada | |
parent | Don't call use arts unless arts is in IUSE when built_with_use check fails. (diff) | |
download | gentoo-2-eb96f0e3d6dc4ecb519da6657dc9682257daf277.tar.gz gentoo-2-eb96f0e3d6dc4ecb519da6657dc9682257daf277.tar.bz2 gentoo-2-eb96f0e3d6dc4ecb519da6657dc9682257daf277.zip |
fixed quotation
(Portage version: 2.1.4)
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/cbind/cbind-6.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-ada/cbind/cbind-6.0.ebuild b/dev-ada/cbind/cbind-6.0.ebuild index 40fcdfebbfaa..34f59d23f207 100644 --- a/dev-ada/cbind/cbind-6.0.ebuild +++ b/dev-ada/cbind/cbind-6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.5 2007/05/28 19:01:56 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/cbind/cbind-6.0.ebuild,v 1.6 2008/01/26 23:57:51 george Exp $ # !NOTE! # this is a utility, no libs generated, no reason to do the gnat.eclass dance @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" HOMEPAGE="http://www.rational.com/" LICENSE="GMGPL" -DEPEND="virtual/gnat" +DEPEND="virtual/ada" SLOT="0" KEYWORDS="~x86 ~amd64" @@ -22,6 +22,6 @@ src_compile() { } src_install () { - make PREFIX=${D}/usr/ install || die + make PREFIX="${D}"/usr/ install || die dodoc README DOCS } |