diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-08 08:02:22 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-08 08:02:22 +0000 |
commit | 6e5aa116b2423feb0a219c0845e0bdd5acad8252 (patch) | |
tree | 636390fab8d2ccc14e28228b6c7e5785cfb6f1f2 /net-misc/tftp-hpa | |
parent | Stable on alpha. (diff) | |
download | historical-6e5aa116b2423feb0a219c0845e0bdd5acad8252.tar.gz historical-6e5aa116b2423feb0a219c0845e0bdd5acad8252.tar.bz2 historical-6e5aa116b2423feb0a219c0845e0bdd5acad8252.zip |
Stable on alpha.
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 d6dc957a28ca..80f97371a93f 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.5 2004/04/15 18:07:36 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/ChangeLog,v 1.6 2004/06/08 08:02:22 kloeri Exp $ + + 08 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> tftp-hpa-0.34-r1.ebuild: + Stable on alpha. 15 Apr 2004; Michael McCabe <randy@gentoo.org> tftp-hpa-0.34-r1.ebuild: adding s390 keywords 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 31aa40c1ee25..a5e38d50e955 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.5 2004/04/15 18:07:36 randy Exp $ +# $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 $ 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" |