diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 09:49:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 09:49:18 +0000 |
commit | b00a40782089124243fdc1188e67fc4c8779baed (patch) | |
tree | 088e2c7be770ca59d1ee90f73c346ca6118b65ce /sys-apps | |
parent | Stable for amd64, wrt bug #400523 (diff) | |
download | gentoo-2-b00a40782089124243fdc1188e67fc4c8779baed.tar.gz gentoo-2-b00a40782089124243fdc1188e67fc4c8779baed.tar.bz2 gentoo-2-b00a40782089124243fdc1188e67fc4c8779baed.zip |
Stable for amd64, wrt bug #400493
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/xinetd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.14-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/xinetd/ChangeLog b/sys-apps/xinetd/ChangeLog index 133804fbe9a0..f59b56170609 100644 --- a/sys-apps/xinetd/ChangeLog +++ b/sys-apps/xinetd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/xinetd -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.52 2011/10/11 01:26:08 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.53 2012/02/24 09:49:18 ago Exp $ + + 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> xinetd-2.3.14-r1.ebuild: + Stable for amd64, wrt bug #400493 *xinetd-2.3.14-r1 (11 Oct 2011) diff --git a/sys-apps/xinetd/xinetd-2.3.14-r1.ebuild b/sys-apps/xinetd/xinetd-2.3.14-r1.ebuild index 54ab7192d313..40edd2cc3caf 100644 --- a/sys-apps/xinetd/xinetd-2.3.14-r1.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.14-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.14-r1.ebuild,v 1.1 2011/10/11 01:26:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.14-r1.ebuild,v 1.2 2012/02/24 09:49:18 ago Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="perl rpc tcpd" DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 ) |