diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-17 07:14:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-17 07:14:59 +0000 |
commit | f195525252bae7b5a84b3866d218dfe31d58fc38 (patch) | |
tree | edf34350e6ef3f16bd0fb48ee6f1be21569af302 /sys-apps/help2man | |
parent | Version bump. Masking older version. (diff) | |
download | gentoo-2-f195525252bae7b5a84b3866d218dfe31d58fc38.tar.gz gentoo-2-f195525252bae7b5a84b3866d218dfe31d58fc38.tar.bz2 gentoo-2-f195525252bae7b5a84b3866d218dfe31d58fc38.zip |
keep in unstable
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'sys-apps/help2man')
-rw-r--r-- | sys-apps/help2man/help2man-1.36.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/help2man/help2man-1.36.4.ebuild b/sys-apps/help2man/help2man-1.36.4.ebuild index c45614d89df9..fcfa64ea9796 100644 --- a/sys-apps/help2man/help2man-1.36.4.ebuild +++ b/sys-apps/help2man/help2man-1.36.4.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.36.4.ebuild,v 1.1 2006/07/15 04:35:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4.ebuild,v 1.2 2006/07/17 07:14:59 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="mirror://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" |