diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-06 17:07:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-06 17:07:21 +0000 |
commit | 147d9c8691b4bc4079c5a7931052a3099ba86648 (patch) | |
tree | 53e9ada5e479e3a59bd678c41735041f3c8505bd /sys-apps/help2man | |
parent | Added classpath rewriting. (diff) | |
download | gentoo-2-147d9c8691b4bc4079c5a7931052a3099ba86648.tar.gz gentoo-2-147d9c8691b4bc4079c5a7931052a3099ba86648.tar.bz2 gentoo-2-147d9c8691b4bc4079c5a7931052a3099ba86648.zip |
arm/s390/sh stable
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'sys-apps/help2man')
-rw-r--r-- | sys-apps/help2man/help2man-1.35.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/help2man/help2man-1.35.1.ebuild b/sys-apps/help2man/help2man-1.35.1.ebuild index 2eaabb6f7f25..d7106563ae74 100644 --- a/sys-apps/help2man/help2man-1.35.1.ebuild +++ b/sys-apps/help2man/help2man-1.35.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.35.1.ebuild,v 1.6 2006/05/08 03:57:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.35.1.ebuild,v 1.7 2006/08/06 17:07:21 vapier Exp $ DESCRIPTION="GNU utility to convert program --help output to a man page" HOMEPAGE="http://www.gnu.org/software/help2man" @@ -8,7 +8,7 @@ SRC_URI="http://ftp.gnu.org/gnu/help2man/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ppc64 s390 sh ~sparc ~x86 ~x86-fbsd" IUSE="nls" RDEPEND="dev-lang/perl" |