diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-15 05:26:51 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-15 05:26:51 +0000 |
commit | fcf1ff16b12877e1c1555e2cb86e9dc2e248897f (patch) | |
tree | 43c207c3c4366b0093f2bb50636724c136ea41a8 /net-misc/tftp-hpa | |
parent | Removed nomirror so we can get source from the gentoo mirror. Added nasm dep... (diff) | |
download | historical-fcf1ff16b12877e1c1555e2cb86e9dc2e248897f.tar.gz historical-fcf1ff16b12877e1c1555e2cb86e9dc2e248897f.tar.bz2 historical-fcf1ff16b12877e1c1555e2cb86e9dc2e248897f.zip |
stable on amd64
Diffstat (limited to 'net-misc/tftp-hpa')
-rw-r--r-- | net-misc/tftp-hpa/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/tftp-hpa/ChangeLog b/net-misc/tftp-hpa/ChangeLog index 80f97371a93f..bfc2e1dfd362 100644 --- a/net-misc/tftp-hpa/ChangeLog +++ b/net-misc/tftp-hpa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/tftp-hpa # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/ChangeLog,v 1.6 2004/06/08 08:02:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/ChangeLog,v 1.7 2004/06/15 05:24:50 kugelfang Exp $ + + 15 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> tftp-hpa-0.34-r1.ebuild: + Marked stable on amd64. 08 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> tftp-hpa-0.34-r1.ebuild: Stable on alpha. diff --git a/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild b/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild index a5e38d50e955..70b839a1ec7e 100644 --- a/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild +++ b/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild,v 1.6 2004/06/08 08:02:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild,v 1.7 2004/06/15 05:24:50 kugelfang Exp $ DESCRIPTION="port of the OpenBSD TFTP server" SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/" SLOT="0" LICENSE="BSD" -KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~mips ~ppc sparc x86 s390" +KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc sparc x86 s390" DEPEND="virtual/glibc !virtual/tftp" |