diff options
author | Rajiv Aaron Manglani <rajiv@gentoo.org> | 2003-04-02 08:45:37 +0000 |
---|---|---|
committer | Rajiv Aaron Manglani <rajiv@gentoo.org> | 2003-04-02 08:45:37 +0000 |
commit | a9658499b1c0e850f5867f20e54e4ff00dc01e3a (patch) | |
tree | d1c7e2684a1af34855e389c7b22b8c40a5b9491e /sys-apps/help2man | |
parent | repoman fix (diff) | |
download | gentoo-2-a9658499b1c0e850f5867f20e54e4ff00dc01e3a.tar.gz gentoo-2-a9658499b1c0e850f5867f20e54e4ff00dc01e3a.tar.bz2 gentoo-2-a9658499b1c0e850f5867f20e54e4ff00dc01e3a.zip |
stable on ppc.
Diffstat (limited to 'sys-apps/help2man')
-rw-r--r-- | sys-apps/help2man/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/help2man/help2man-1.29.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/help2man/ChangeLog b/sys-apps/help2man/ChangeLog index 54daafa3504c..d67c7055a518 100644 --- a/sys-apps/help2man/ChangeLog +++ b/sys-apps/help2man/ChangeLog @@ -1,9 +1,12 @@ # 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.7 2003/03/09 10:32:55 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/ChangeLog,v 1.8 2003/04/02 08:45:37 rajiv Exp $ *help2man-1.29 (03 Feb 2003) + 02 Apr 2003; Rajiv Manglani <rajiv@gentoo.org> help2man-1.29.ebuild: + unmasked for ppc. + 09 Mar 2003; Zach Welch <zwelch@gentoo.org> help2man-1.29.ebuild: add arm keyword; fix changelog diff --git a/sys-apps/help2man/help2man-1.29.ebuild b/sys-apps/help2man/help2man-1.29.ebuild index 8bb012cc0023..2cb60edcfd33 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.9 2003/04/01 22:11:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.29.ebuild,v 1.10 2003/04/02 08:45:37 rajiv 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 ~sparc ~alpha ~hppa mips arm" +KEYWORDS="x86 ppc ~sparc ~alpha ~hppa mips arm" IUSE="" DEPEND="dev-lang/perl" |