diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-06 05:29:17 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-06 05:29:17 +0000 |
commit | 10fc9a23dc10365538e1b62b3835749198828b0d (patch) | |
tree | ddef69f394ec975116bb6b8807ac497f65987ea1 /net-ftp/tftp-hpa/tftp-hpa-0.49-r1.ebuild | |
parent | Bump to newest release candidates as EAPI=4; add a bunch of patches to 1.8.1 ... (diff) | |
download | historical-10fc9a23dc10365538e1b62b3835749198828b0d.tar.gz historical-10fc9a23dc10365538e1b62b3835749198828b0d.tar.bz2 historical-10fc9a23dc10365538e1b62b3835749198828b0d.zip |
Add blocker against atftp too.
Package-Manager: portage-2.1.9.45/cvs/Linux x86_64
Diffstat (limited to 'net-ftp/tftp-hpa/tftp-hpa-0.49-r1.ebuild')
-rw-r--r-- | net-ftp/tftp-hpa/tftp-hpa-0.49-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-ftp/tftp-hpa/tftp-hpa-0.49-r1.ebuild b/net-ftp/tftp-hpa/tftp-hpa-0.49-r1.ebuild index 37308d08656d..01187f534bef 100644 --- a/net-ftp/tftp-hpa/tftp-hpa-0.49-r1.ebuild +++ b/net-ftp/tftp-hpa/tftp-hpa-0.49-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-0.49-r1.ebuild,v 1.10 2011/03/22 20:53:06 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-0.49-r1.ebuild,v 1.11 2011/04/06 05:29:17 ulm Exp $ DESCRIPTION="port of the OpenBSD TFTP server" HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/" @@ -12,6 +12,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="ipv6 readline selinux tcpd" RDEPEND="selinux? ( sec-policy/selinux-tftpd ) + !net-ftp/atftp !net-ftp/netkit-tftp" DEPEND="${RDEPEND} readline? ( sys-libs/readline ) |