diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-26 17:07:16 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-26 17:07:16 +0000 |
commit | 66063cc1469aa89fc7ac5527cd6a83eaa8ef5b7e (patch) | |
tree | 74593cd0531c9f1bc067b9c80c30066992886f74 /net-misc/udpcast/udpcast-20070602.ebuild | |
parent | Upgrade the duid file to the new format if needed. Proxying for Roy. (diff) | |
download | gentoo-2-66063cc1469aa89fc7ac5527cd6a83eaa8ef5b7e.tar.gz gentoo-2-66063cc1469aa89fc7ac5527cd6a83eaa8ef5b7e.tar.bz2 gentoo-2-66063cc1469aa89fc7ac5527cd6a83eaa8ef5b7e.zip |
x86 stable, remove old
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-misc/udpcast/udpcast-20070602.ebuild')
-rw-r--r-- | net-misc/udpcast/udpcast-20070602.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-misc/udpcast/udpcast-20070602.ebuild b/net-misc/udpcast/udpcast-20070602.ebuild index 061339ee22da..6fb0f81075d3 100644 --- a/net-misc/udpcast/udpcast-20070602.ebuild +++ b/net-misc/udpcast/udpcast-20070602.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20070602.ebuild,v 1.1 2007/06/02 23:14:58 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20070602.ebuild,v 1.2 2008/01/26 17:07:15 armin76 Exp $ DESCRIPTION="Multicast file transfer tool" HOMEPAGE="http://udpcast.linux.lu/" @@ -9,12 +9,11 @@ SRC_URI="http://udpcast.linux.lu/download/${P}.tar.bz2" IUSE="" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 x86" -DEPEND="virtual/libc - dev-lang/perl" +DEPEND="dev-lang/perl" src_install() { - emake install DESTDIR=${D} || die "make install failed" + emake DESTDIR="${D}" || die "emake install failed" dodoc *.txt } |