diff options
Diffstat (limited to 'net-misc/utelnetd/utelnetd-0.1.9.ebuild')
-rw-r--r-- | net-misc/utelnetd/utelnetd-0.1.9.ebuild | 14 |
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 fd57e608e528..185ec3203466 100644 --- a/net-misc/utelnetd/utelnetd-0.1.9.ebuild +++ b/net-misc/utelnetd/utelnetd-0.1.9.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.6 2004/10/29 13:26:45 matsuu Exp $ - -inherit toolchain-funcs +# $Header: /var/cvsroot/gentoo-x86/net-misc/utelnetd/utelnetd-0.1.9.ebuild,v 1.1 2004/01/23 00:52:18 matsuu Exp $ DESCRIPTION="A small Telnet daemon, derived from the Axis tools" HOMEPAGE="http://www.pengutronix.de/software/utelnetd_en.html" @@ -10,13 +8,15 @@ SRC_URI="http://www.pengutronix.de/software/utelnetd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc s390" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc" IUSE="" -DEPEND="virtual/libc" +DEPEND="virtual/glibc" + +S=${WORKDIR}/${P} src_compile() { - emake CC="$(tc-getCC)" || die + emake CC="${CC}" || die } src_install() { |