summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/utelnetd/utelnetd-0.1.9.ebuild')
-rw-r--r--net-misc/utelnetd/utelnetd-0.1.9.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/net-misc/utelnetd/utelnetd-0.1.9.ebuild b/net-misc/utelnetd/utelnetd-0.1.9.ebuild
index 185ec3203466..903e5bc7ad3a 100644
--- a/net-misc/utelnetd/utelnetd-0.1.9.ebuild
+++ b/net-misc/utelnetd/utelnetd-0.1.9.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/utelnetd/utelnetd-0.1.9.ebuild,v 1.1 2004/01/23 00:52:18 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/utelnetd/utelnetd-0.1.9.ebuild,v 1.1.1.1 2005/11/30 09:54:44 chriswhite Exp $
+
+inherit toolchain-funcs
DESCRIPTION="A small Telnet daemon, derived from the Axis tools"
HOMEPAGE="http://www.pengutronix.de/software/utelnetd_en.html"
@@ -8,15 +10,13 @@ SRC_URI="http://www.pengutronix.de/software/utelnetd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc s390"
IUSE=""
-DEPEND="virtual/glibc"
-
-S=${WORKDIR}/${P}
+DEPEND="virtual/libc"
src_compile() {
- emake CC="${CC}" || die
+ emake CC="$(tc-getCC)" || die
}
src_install() {