diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-23 23:10:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-23 23:10:25 +0000 |
commit | 652ad4a88dd0957106b582d0f79f37dc968fbd38 (patch) | |
tree | 75e8aa764ce909115d0632df1d37798acd848f4b /sys-apps/xinetd | |
parent | update system profile (diff) | |
download | gentoo-2-652ad4a88dd0957106b582d0f79f37dc968fbd38.tar.gz gentoo-2-652ad4a88dd0957106b582d0f79f37dc968fbd38.tar.bz2 gentoo-2-652ad4a88dd0957106b582d0f79f37dc968fbd38.zip |
arm KEYWORD
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.13.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.13.ebuild b/sys-apps/xinetd/xinetd-2.3.13.ebuild index ef107c97fe83..5e60fceeb9da 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.4 2004/04/26 14:35:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.13.ebuild,v 1.5 2004/05/23 23:10:25 vapier Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -8,12 +8,13 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~mips ~alpha ~hppa ~ia64 ~ppc64 s390" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64 ~ia64 ~ppc64 s390" +IUSE="" DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" -RDEPEND="${DEPEND} dev-lang/perl" - +RDEPEND="${DEPEND} + dev-lang/perl" PROVIDE="virtual/inetd" src_compile() { @@ -49,7 +50,7 @@ src_install() { insinto /etc ; doins ${FILESDIR}/xinetd.conf || die } -pkg_postinst(){ +pkg_postinst() { einfo "This ebuild introduces the /etc/xinetd.d includedir with a default" einfo "/etc/xinetd.conf file. Check your config files if you're upgrading from an older" einfo "ebuild version. You should browse /etc/xinetd.conf and the files in /etc/xinetd.d." |