summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/help2man/ChangeLog6
-rw-r--r--sys-apps/help2man/help2man-1.29.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/help2man/ChangeLog b/sys-apps/help2man/ChangeLog
index 87bd7f201091..eb8babcb9ed0 100644
--- a/sys-apps/help2man/ChangeLog
+++ b/sys-apps/help2man/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for sys-apps/help2man
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.1 2003/02/05 02:07:03 nall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.2 2003/02/05 10:26:10 seemant Exp $
*help2man-1.29 (03 Feb 2003)
+ 05 Feb 2003; Seemant Kulleen <seemant@gentoo.org> help2man-1.29.ebuild :
+
+ Added ~sparc to keywords, to allow diffutils to work on sparc.
+
03 Feb 2003; Jon Nall <nall@gentoo.org> help2man-1.29.ebuild,
files/digest-help2man-1.29 :
Initial import.
diff --git a/sys-apps/help2man/help2man-1.29.ebuild b/sys-apps/help2man/help2man-1.29.ebuild
index 3be561cc82c1..d5fcdd4a5516 100644
--- a/sys-apps/help2man/help2man-1.29.ebuild
+++ b/sys-apps/help2man/help2man-1.29.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.29.ebuild,v 1.1 2003/02/05 02:07:03 nall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.29.ebuild,v 1.2 2003/02/05 10:26:10 seemant Exp $
DESCRIPTION="GNU utility to convert program --help output to a man page"
HOMEPAGE="http://www.gnu.org/software/help2man"
SRC_URI="http://ftp.gnu.org/gnu/help2man/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~sparc"
IUSE=""
DEPEND="sys-devel/perl"