diff options
author | 2004-07-31 21:28:08 +0000 | |
---|---|---|
committer | 2004-07-31 21:28:08 +0000 | |
commit | c3746ceff122a446a64ac0107637201b46bf20fa (patch) | |
tree | b0ce2337b8516bf5a41fe839efae491bf2c1ccbf /net-misc/udpcast | |
parent | ~amd64 closes #57769 (Manifest recommit) (diff) | |
download | gentoo-2-c3746ceff122a446a64ac0107637201b46bf20fa.tar.gz gentoo-2-c3746ceff122a446a64ac0107637201b46bf20fa.tar.bz2 gentoo-2-c3746ceff122a446a64ac0107637201b46bf20fa.zip |
~amd64 closes bug #57776
Diffstat (limited to 'net-misc/udpcast')
-rw-r--r-- | net-misc/udpcast/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/udpcast/udpcast-20040222.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/udpcast/ChangeLog b/net-misc/udpcast/ChangeLog index f236e23eb3be..cf71c481aef8 100644 --- a/net-misc/udpcast/ChangeLog +++ b/net-misc/udpcast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/udpcast # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.3 2004/07/01 22:07:08 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/ChangeLog,v 1.4 2004/07/31 21:28:08 malc Exp $ + + 31 Jul 2004; <malc@gentoo.org> udpcast-20040222.ebuild: + ~amd64 closes bug #57776 01 Jul 2004; Jon Hood <squinky86@gentoo.org> udpcast-20040222.ebuild: change virtual/glibc to virtual/libc, add IUSE diff --git a/net-misc/udpcast/udpcast-20040222.ebuild b/net-misc/udpcast/udpcast-20040222.ebuild index 169b67549ef2..143590408020 100644 --- a/net-misc/udpcast/udpcast-20040222.ebuild +++ b/net-misc/udpcast/udpcast-20040222.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/udpcast/udpcast-20040222.ebuild,v 1.3 2004/07/01 22:07:08 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udpcast/udpcast-20040222.ebuild,v 1.4 2004/07/31 21:28:08 malc Exp $ IUSE="" DESCRIPTION="Multicast file transfer tool" @@ -9,7 +9,7 @@ SRC_URI="http://udpcast.linux.lu/current/${P}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" DEPEND="virtual/libc dev-lang/perl" |