diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:48:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:48:38 +0000 |
commit | 35313338a660799862ee1ac30af747e12c02489f (patch) | |
tree | 6b3c0ee55b67b4309c72db127cbfc6f3245dc31c /sys-apps | |
parent | sync IUSE (+mysql) (diff) | |
download | gentoo-2-35313338a660799862ee1ac30af747e12c02489f.tar.gz gentoo-2-35313338a660799862ee1ac30af747e12c02489f.tar.bz2 gentoo-2-35313338a660799862ee1ac30af747e12c02489f.zip |
sync IUSE (+tcpd)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.11.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.12.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.13.ebuild | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.11.ebuild b/sys-apps/xinetd/xinetd-2.3.11.ebuild index 66e35a32d01a..cd7614e19057 100644 --- a/sys-apps/xinetd/xinetd-2.3.11.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.11.ebuild,v 1.11 2004/07/01 21:44:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.11.ebuild,v 1.12 2004/07/15 02:48:38 agriffis Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -9,6 +9,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86 amd64 ppc sparc mips alpha hppa" +IUSE="tcpd" DEPEND="virtual/libc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" diff --git a/sys-apps/xinetd/xinetd-2.3.12.ebuild b/sys-apps/xinetd/xinetd-2.3.12.ebuild index e64499da5190..482559dbc9c3 100644 --- a/sys-apps/xinetd/xinetd-2.3.12.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.12.ebuild,v 1.15 2004/07/01 21:44:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.12.ebuild,v 1.16 2004/07/15 02:48:38 agriffis Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -9,6 +9,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86 amd64 ~ppc sparc mips alpha hppa ia64 ppc64" +IUSE="tcpd" DEPEND="virtual/libc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" diff --git a/sys-apps/xinetd/xinetd-2.3.13.ebuild b/sys-apps/xinetd/xinetd-2.3.13.ebuild index e3b68b33b559..aa6e597e7d29 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 Foundation # 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.8 2004/07/01 21:44:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.13.ebuild,v 1.9 2004/07/15 02:48:38 agriffis Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -9,7 +9,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips alpha arm ~hppa ~amd64 ~ia64 ~ppc64 s390" -IUSE="" +IUSE="tcpd" DEPEND="virtual/libc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" |