summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-25 17:55:13 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-25 17:55:13 +0000
commitccd8006c7fdf413c532342eaae2efb44a33be7c6 (patch)
tree2695222de83bd7cbbe1142fd0b2823af2880117f /app-admin/longrun
parentRemove old versions for eclass updates, bug #53777 (Manifest recommit) (diff)
downloadgentoo-2-ccd8006c7fdf413c532342eaae2efb44a33be7c6.tar.gz
gentoo-2-ccd8006c7fdf413c532342eaae2efb44a33be7c6.tar.bz2
gentoo-2-ccd8006c7fdf413c532342eaae2efb44a33be7c6.zip
glibc ----------------------------> libc !
Diffstat (limited to 'app-admin/longrun')
-rw-r--r--app-admin/longrun/longrun-0.9-r1.ebuild17
1 files changed, 9 insertions, 8 deletions
diff --git a/app-admin/longrun/longrun-0.9-r1.ebuild b/app-admin/longrun/longrun-0.9-r1.ebuild
index d29ab696d662..dcb984f39367 100644
--- a/app-admin/longrun/longrun-0.9-r1.ebuild
+++ b/app-admin/longrun/longrun-0.9-r1.ebuild
@@ -1,25 +1,26 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9-r1.ebuild,v 1.8 2004/06/24 21:30:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/longrun/longrun-0.9-r1.ebuild,v 1.9 2004/06/25 17:55:13 vapier Exp $
inherit eutils
-S="${WORKDIR}/${PN}"
DESCRIPTION="A utility to control Transmeta's Crusoe processor"
HOMEPAGE="http://freshmeat.net/projects/longrun/"
SRC_URI="mirror://kernel/linux/utils/cpu/crusoe/${P}.tar.bz2"
-IUSE=""
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 -ppc"
+IUSE=""
+
+DEPEND="virtual/libc"
-DEPEND="virtual/glibc"
+S=${WORKDIR}/${PN}
-# Include fix from debian
src_unpack() {
- unpack ${A} ; cd ${S}
- epatch "${FILESDIR}/${PF}-debian-gcc-3.diff"
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${PF}-debian-gcc-3.diff
}
src_compile() {