diff options
author | 2007-03-27 16:11:44 +0000 | |
---|---|---|
committer | 2007-03-27 16:11:44 +0000 | |
commit | 60e5bb703e833c47ab5d787e71cb1b3fbd926e1d (patch) | |
tree | 5983874cb9346ca8b0ddfce5c62104aecfeffa67 /app-admin/longrun/longrun-0.9-r3.ebuild | |
parent | gnome 2.18.0 (diff) | |
download | historical-60e5bb703e833c47ab5d787e71cb1b3fbd926e1d.tar.gz historical-60e5bb703e833c47ab5d787e71cb1b3fbd926e1d.tar.bz2 historical-60e5bb703e833c47ab5d787e71cb1b3fbd926e1d.zip |
Fix things reported by qualudis.
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-admin/longrun/longrun-0.9-r3.ebuild')
-rw-r--r-- | app-admin/longrun/longrun-0.9-r3.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/app-admin/longrun/longrun-0.9-r3.ebuild b/app-admin/longrun/longrun-0.9-r3.ebuild index 7756b109f710..8125de54f501 100644 --- a/app-admin/longrun/longrun-0.9-r3.ebuild +++ b/app-admin/longrun/longrun-0.9-r3.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/app-admin/longrun/longrun-0.9-r3.ebuild,v 1.3 2007/01/24 14:34:58 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9-r3.ebuild,v 1.4 2007/03/27 16:11:44 betelgeuse Exp $ inherit eutils linux-info @@ -9,8 +9,9 @@ HOMEPAGE="http://freshmeat.net/projects/longrun/" DEBIAN_PATCH_VERSION="19" DEBIAN_PATCH="${PN}_${PV}-${DEBIAN_PATCH_VERSION}.diff.gz" -SRC_URI="mirror://kernel/linux/utils/cpu/crusoe/${P}.tar.bz2 - mirror://debian/pool/main/l/${PN}/${DEBIAN_PATCH}" +SRC_URI=" + mirror://kernel/linux/utils/cpu/crusoe/${P}.tar.bz2 + mirror://debian/pool/main/l/${PN}/${DEBIAN_PATCH}" LICENSE="GPL-2" SLOT="0" @@ -42,10 +43,6 @@ src_unpack() { epatch "${FILESDIR}/${PV}-makefile_cflags.patch" } -src_compile() { - emake || die "emake failed" -} - src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc MAKEDEV-cpuid-msr |