diff options
Diffstat (limited to 'sys-apps/xinetd/xinetd-2.3.13.ebuild')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.13.ebuild b/sys-apps/xinetd/xinetd-2.3.13.ebuild index 31f6d4e0c177..c9d075f82f60 100644 --- a/sys-apps/xinetd/xinetd-2.3.13.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.13.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/sys-apps/xinetd/xinetd-2.3.13.ebuild,v 1.2 2004/02/23 00:54:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.13.ebuild,v 1.3 2004/03/29 05:18:49 randy Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -8,7 +8,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~mips ~alpha ~hppa ~ia64 ~ppc64" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~mips ~alpha ~hppa ~ia64 ~ppc64 s390" DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" |