diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-03-30 21:29:31 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-03-30 21:29:31 +0000 |
commit | b403c7aa6aaf9edd65840be7b067dde54b9c5761 (patch) | |
tree | d0ac5b87856ac403ee7b24cc1cd7d50de360809a /sys-apps/xinetd | |
parent | Added sparc stable keyword (diff) | |
download | historical-b403c7aa6aaf9edd65840be7b067dde54b9c5761.tar.gz historical-b403c7aa6aaf9edd65840be7b067dde54b9c5761.tar.bz2 historical-b403c7aa6aaf9edd65840be7b067dde54b9c5761.zip |
Added sparc stable keyword
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/xinetd/ChangeLog b/sys-apps/xinetd/ChangeLog index 846a8846fdb7..ddaf551534fb 100644 --- a/sys-apps/xinetd/ChangeLog +++ b/sys-apps/xinetd/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-apps/xinetd # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.17 2003/03/27 07:19:54 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.18 2003/03/30 21:29:31 joker Exp $ *xinetd-2.3.10 (26 Mar 2003) @@ -15,6 +15,9 @@ *xinetd-2.3.9 (24 Oct 2002) + 30 Mar 2003; Christian Birchinger <joker@gentoo.org> xinetd-2.3.9.ebuild: + Added sparc stable keyword + 07 Dec 2002; Jack Morgan <jmorgan@gentoo.org> xinetd-2.3.7.ebuild, xinetd-2.3.9.ebuild : Changed sparc64 to sparc keyword xinetd-2.3.7.ebuild Changed ~sparc64 to ~sparc keyword xinetd-2.3.9.ebuild diff --git a/sys-apps/xinetd/xinetd-2.3.9.ebuild b/sys-apps/xinetd/xinetd-2.3.9.ebuild index e1a5d77f4fe8..6fdbf8d57872 100644 --- a/sys-apps/xinetd/xinetd-2.3.9.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.9.ebuild,v 1.7 2003/03/27 07:19:54 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.9.ebuild,v 1.8 2003/03/30 21:29:31 joker Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -8,7 +8,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="x86 ~ppc ~sparc alpha" +KEYWORDS="x86 ~ppc sparc alpha" DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" |