diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-09-19 09:21:03 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-09-19 09:21:03 +0000 |
commit | 72778d7b74962fab39b8aba30e2bbbbb32c3904f (patch) | |
tree | ad82076f3ed3d37a1f68fdda23e793a848dcacac /sys-apps/xinetd | |
parent | forgot 1 part of the changelog (diff) | |
download | gentoo-2-72778d7b74962fab39b8aba30e2bbbbb32c3904f.tar.gz gentoo-2-72778d7b74962fab39b8aba30e2bbbbb32c3904f.tar.bz2 gentoo-2-72778d7b74962fab39b8aba30e2bbbbb32c3904f.zip |
Dependencies fix from #7792. Versionbump held back.
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.7.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/xinetd/ChangeLog b/sys-apps/xinetd/ChangeLog index 8bfab541a14d..d131af05bc32 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.8 2002/08/14 15:00:43 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.9 2002/09/19 09:21:03 aliz Exp $ *xinetd-2.3.7 (14 Aug 2002) + 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. + 14 Aug 2002; Jack Morgan <jmorgan@gentoo.org> xinetd-2.3.7.ebuild : added KEYWORDS sparc64 diff --git a/sys-apps/xinetd/xinetd-2.3.7.ebuild b/sys-apps/xinetd/xinetd-2.3.7.ebuild index 6debfbe18c7f..8f5ed887c4e6 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 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.7.ebuild,v 1.3 2002/08/16 02:31:56 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.7.ebuild,v 1.4 2002/09/19 09:21:03 aliz Exp $ # NB: This ebuild introduces the /etc/xinetd.d includedir with a default # /etc/xinetd.conf file. Check your config files if you're upgrading @@ -16,8 +16,8 @@ SLOT="0" LICENSE="BSD" SRC_URI="http://www.xinetd.org/${P}.tar.gz" -DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" -RDEPEND="virtual/glibc sys-devel/perl" +DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r4 )" +RDEPEND="${DEPEND} sys-devel/perl" src_compile() { local myconf |