summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-13 03:38:13 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-13 03:38:13 +0000
commit46359654186a9347ce610296bb185d6d42c19072 (patch)
treee619a016d1c3a14f3979059da8d4e1c04f390e6d /net-misc/unix2tcp
parentarm/hppa/ia64 lovin (diff)
downloadgentoo-2-46359654186a9347ce610296bb185d6d42c19072.tar.gz
gentoo-2-46359654186a9347ce610296bb185d6d42c19072.tar.bz2
gentoo-2-46359654186a9347ce610296bb185d6d42c19072.zip
arm/hppa/ia64/s390 lovin
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/unix2tcp')
-rw-r--r--net-misc/unix2tcp/unix2tcp-0.8.2.ebuild17
1 files changed, 4 insertions, 13 deletions
diff --git a/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild b/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild
index 1b08047654da..3ab0d4439e10 100644
--- a/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild
+++ b/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild,v 1.6 2004/07/31 11:38:51 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/unix2tcp/unix2tcp-0.8.2.ebuild,v 1.7 2005/03/13 03:36:04 vapier Exp $
inherit eutils
@@ -10,21 +10,12 @@ SRC_URI="http://dizzy.roedu.net/unix2tcp/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~s390 ~ppc ~amd64"
+KEYWORDS="~amd64 arm hppa ia64 ~ppc s390 x86"
IUSE=""
-DEPEND="sys-devel/gcc
- virtual/libc"
-RDEPEND="virtual/libc"
-
-src_compile() {
- econf || die
- emake || die
-}
+DEPEND=""
src_install() {
- emake DESTDIR=${D} install || die
+ emake DESTDIR="${D}" install || die
dodoc ChangeLog README
}
-
-