diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-20 05:36:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-20 05:36:54 +0000 |
commit | c01e296f375bc8987e49be8eed997676fcd4b9f6 (patch) | |
tree | 74e83248f6b5c149b049a0533667037fbceac6e4 /sys-apps/man-pages | |
parent | Pull "old" version. (diff) | |
download | gentoo-2-c01e296f375bc8987e49be8eed997676fcd4b9f6.tar.gz gentoo-2-c01e296f375bc8987e49be8eed997676fcd4b9f6.tar.bz2 gentoo-2-c01e296f375bc8987e49be8eed997676fcd4b9f6.zip |
stable, whoo !
(Portage version: 2.0.51-r13)
Diffstat (limited to 'sys-apps/man-pages')
-rw-r--r-- | sys-apps/man-pages/man-pages-2.00.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/man-pages/man-pages-2.00.ebuild b/sys-apps/man-pages/man-pages-2.00.ebuild index 53ce27a64977..c52c0f0f54f0 100644 --- a/sys-apps/man-pages/man-pages-2.00.ebuild +++ b/sys-apps/man-pages/man-pages-2.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.00.ebuild,v 1.2 2005/01/12 18:33:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-2.00.ebuild,v 1.3 2005/01/20 05:36:54 vapier Exp $ DESCRIPTION="A somewhat comprehensive collection of Linux man pages" HOMEPAGE="http://www.win.tue.nl/~aeb/linux/man/" @@ -8,7 +8,7 @@ SRC_URI="mirror://kernel/linux/docs/manpages/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" RDEPEND="sys-apps/man" |