summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-10-14 11:19:08 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-10-14 11:19:08 +0000
commiteab8cd76d59494f096a92ae81037dbc967c06acb (patch)
tree88d1eac1ef60add008d117240888c2943e4caa10 /sys-apps
parentUpdated CONFIG_PROTECT_MASK, closes #5976. (diff)
downloadhistorical-eab8cd76d59494f096a92ae81037dbc967c06acb.tar.gz
historical-eab8cd76d59494f096a92ae81037dbc967c06acb.tar.bz2
historical-eab8cd76d59494f096a92ae81037dbc967c06acb.zip
Closes #8210
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/xinetd/ChangeLog5
-rw-r--r--sys-apps/xinetd/xinetd-2.3.7.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/xinetd/ChangeLog b/sys-apps/xinetd/ChangeLog
index d131af05bc32..c01c42481c77 100644
--- a/sys-apps/xinetd/ChangeLog
+++ b/sys-apps/xinetd/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for sys-apps/xinetd
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.9 2002/09/19 09:21:03 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.10 2002/10/14 11:19:08 aliz Exp $
*xinetd-2.3.7 (14 Aug 2002)
+ 14 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> xinetd-2.3.7.ebuild :
+ Changed tcp-wrappers dependency to -r2. Closes #8210.
+
19 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> xinetd-2.3.7.ebuild :
Fixed dependencies as pointed out in #7792. Version bump has to wait until the freeze is over.
diff --git a/sys-apps/xinetd/xinetd-2.3.7.ebuild b/sys-apps/xinetd/xinetd-2.3.7.ebuild
index d1597d058270..714dcdae07ec 100644
--- a/sys-apps/xinetd/xinetd-2.3.7.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 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.7.ebuild,v 1.6 2002/10/05 05:39:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.7.ebuild,v 1.7 2002/10/14 11:19:08 aliz Exp $
IUSE="ipv6 tcpd"
@@ -18,7 +18,8 @@ SLOT="0"
LICENSE="BSD"
SRC_URI="http://www.xinetd.org/${P}.tar.gz"
-DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r4 )"
+DEPEND="virtual/glibc
+ tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )"
RDEPEND="${DEPEND} sys-devel/perl"
src_compile() {