diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-08 01:02:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-08 01:02:04 +0000 |
commit | d05031d66a345860c6757509bafb7ea9c78865b1 (patch) | |
tree | f7ca4d7223a8b8baad8ddf6cb32c7d24fcefc67b /sys-apps | |
parent | Fix locale.h include bug #121920 by Chris Smith. (diff) | |
download | gentoo-2-d05031d66a345860c6757509bafb7ea9c78865b1.tar.gz gentoo-2-d05031d66a345860c6757509bafb7ea9c78865b1.tar.bz2 gentoo-2-d05031d66a345860c6757509bafb7ea9c78865b1.zip |
stabilize
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man-pages/man-pages-2.21.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/man-pages/man-pages-2.21.ebuild b/sys-apps/man-pages/man-pages-2.21.ebuild index 7ae320cf9439..56fa329b7e98 100644 --- a/sys-apps/man-pages/man-pages-2.21.ebuild +++ b/sys-apps/man-pages/man-pages-2.21.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/man-pages/man-pages-2.21.ebuild,v 1.1 2006/01/16 09:00:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-2.21.ebuild,v 1.2 2006/02/08 01:02:04 vapier Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/docs/manpages/${P}.tar.bz2" LICENSE="freedist" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="nls" RDEPEND="sys-apps/man" @@ -45,5 +45,5 @@ src_install() { pkg_postinst() { einfo "If you don't have a makewhatis cronjob, then you" einfo "should update the whatis database yourself:" - einfo " # makewhatis" + einfo " # makewhatis -u" } |