diff options
author | Markus Meier <maekke@gentoo.org> | 2007-12-20 15:30:44 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2007-12-20 15:30:44 +0000 |
commit | 7210d8a2bd18b1841e76a4b51b54e91b76f98a7c (patch) | |
tree | a9eaa21eceb5742007afefec94d7be844749feba /dev-util/oprofile | |
parent | Add goffice dependency again (#202862) (diff) | |
download | gentoo-2-7210d8a2bd18b1841e76a4b51b54e91b76f98a7c.tar.gz gentoo-2-7210d8a2bd18b1841e76a4b51b54e91b76f98a7c.tar.bz2 gentoo-2-7210d8a2bd18b1841e76a4b51b54e91b76f98a7c.zip |
quotes and x86 stable, bug #202629
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'dev-util/oprofile')
-rw-r--r-- | dev-util/oprofile/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/oprofile/oprofile-0.9.3.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-util/oprofile/ChangeLog b/dev-util/oprofile/ChangeLog index eaaaaf5db282..fb7f3c6bca7a 100644 --- a/dev-util/oprofile/ChangeLog +++ b/dev-util/oprofile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/oprofile # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.41 2007/07/23 09:17:19 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.42 2007/12/20 15:30:44 maekke Exp $ + + 20 Dec 2007; Markus Meier <maekke@gentoo.org> oprofile-0.9.3.ebuild: + quotes and x86 stable, bug #202629 *oprofile-0.9.3 (23 Jul 2007) diff --git a/dev-util/oprofile/oprofile-0.9.3.ebuild b/dev-util/oprofile/oprofile-0.9.3.ebuild index b9574017b55b..aedd0a4715ce 100644 --- a/dev-util/oprofile/oprofile-0.9.3.ebuild +++ b/dev-util/oprofile/oprofile-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.3.ebuild,v 1.1 2007/07/23 09:17:19 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.3.ebuild,v 1.2 2007/12/20 15:30:44 maekke Exp $ inherit eutils qt3 linux-info @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/oprofile/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86" # IUSE: it also needs kernel sources but all gentoo users have them IUSE="qt3" DEPEND=">=dev-libs/popt-1.7-r1 @@ -24,8 +24,8 @@ src_compile() { if use qt3 then REALHOME="$HOME" - mkdir -p $T/fakehome/.kde - mkdir -p $T/fakehome/.qt + mkdir -p "$T"/fakehome/.kde + mkdir -p "$T"/fakehome/.qt export HOME="$T/fakehome" addwrite "${QTDIR}/etc/settings" @@ -54,7 +54,7 @@ src_install() { local myinst="" myinst="${myinst} MODINSTALLDIR=${D}/lib/modules/${KV_FULL}" - make DESTDIR=${D} ${myinst} install || die "make install failed" + make DESTDIR="${D}" ${myinst} install || die "make install failed" dodoc ChangeLog* README TODO } |