diff options
author | Travis Tilley <lv@gentoo.org> | 2004-04-17 07:51:52 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-04-17 07:51:52 +0000 |
commit | bb6d4803679a0375b5398c780d0c3ceecd69eda5 (patch) | |
tree | 1c7b9b5ffaf93f530a1b132b26d5ca2ff69cb998 /sys-apps | |
parent | Version bump. Bug #36025. (Manifest recommit) (diff) | |
download | gentoo-2-bb6d4803679a0375b5398c780d0c3ceecd69eda5.tar.gz gentoo-2-bb6d4803679a0375b5398c780d0c3ceecd69eda5.tar.bz2 gentoo-2-bb6d4803679a0375b5398c780d0c3ceecd69eda5.zip |
added missing ~amd64 keyword
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/man/man-1.5m.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/man/ChangeLog b/sys-apps/man/ChangeLog index 929e64ce13d8..0d14ef17dd69 100644 --- a/sys-apps/man/ChangeLog +++ b/sys-apps/man/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/man -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.43 2004/02/11 01:08:08 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.44 2004/04/17 07:51:52 lv Exp $ + + 17 Apr 2004; Travis Tilley <lv@gentoo.org> man-1.5m.ebuild: + added missing ~amd64 keyword 10 Feb 2004; Mike Frysinger <vapier@gentoo.org> : Make sure cache directories are created with correct permissions #40322. diff --git a/sys-apps/man/man-1.5m.ebuild b/sys-apps/man/man-1.5m.ebuild index 6b8d016b1d1e..2d8a5e92548a 100644 --- a/sys-apps/man/man-1.5m.ebuild +++ b/sys-apps/man/man-1.5m.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5m.ebuild,v 1.10 2004/03/02 16:36:00 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5m.ebuild,v 1.11 2004/04/17 07:51:52 lv Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://kernel/linux/utils/man/man-${NV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha hppa ia64 s390" +KEYWORDS="~amd64 ~x86 ~ppc ~alpha hppa ia64 s390" IUSE="nls" DEPEND="virtual/glibc |