summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/xinetd/ChangeLog5
-rw-r--r--sys-apps/xinetd/xinetd-2.3.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/xinetd/ChangeLog b/sys-apps/xinetd/ChangeLog
index a2c324f7ff3d..2d213cfd2cfb 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.4 2002/07/14 19:20:20 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.5 2002/07/25 15:28:29 gerk Exp $
*xinetd-2.3.5 (20 Jun 2002)
+ 25 Jul 2002; Mark Guertin <gerk@gentoo.org> xinetd-2.3.5.ebuild :
+ Added ppc to keywords
+
14 Jul 2002; phoen][x <phoenix@gentoo.org> xinetd-2.3.5.ebuild :
Added LICENSE, KEYWORDS, SLOT.
diff --git a/sys-apps/xinetd/xinetd-2.3.5.ebuild b/sys-apps/xinetd/xinetd-2.3.5.ebuild
index 260b70bd80c0..a62569d56bbb 100644
--- a/sys-apps/xinetd/xinetd-2.3.5.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.5.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.5.ebuild,v 1.3 2002/07/14 19:20:20 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.5.ebuild,v 1.4 2002/07/25 15:28:29 gerk 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
@@ -11,7 +11,7 @@
S=${WORKDIR}/${P}
DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features"
HOMEPAGE="http://www.xinetd.org"
-KEYWORDS="x86"
+KEYWORDS="x86 ppc"
SLOT="0"
LICENSE="BSD"
SRC_URI="http://www.xinetd.org/${P}.tar.gz"