diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-04-01 22:04:39 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-04-01 22:04:39 +0000 |
commit | 0f53b9c25d73ecab95ed62091c88af8928e19157 (patch) | |
tree | a7dd5a0757391459e5e1da94dd9e092cc4f14e32 /sys-apps | |
parent | fixing bug 1446 (diff) | |
download | historical-0f53b9c25d73ecab95ed62091c88af8928e19157.tar.gz historical-0f53b9c25d73ecab95ed62091c88af8928e19157.tar.bz2 historical-0f53b9c25d73ecab95ed62091c88af8928e19157.zip |
unmasking on x86
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man/man-1.5l-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/man/man-1.5l-r2.ebuild b/sys-apps/man/man-1.5l-r2.ebuild index d2a4d9403a52..7ea7b5e381f4 100644 --- a/sys-apps/man/man-1.5l-r2.ebuild +++ b/sys-apps/man/man-1.5l-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5l-r2.ebuild,v 1.1 2003/03/30 10:11:34 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5l-r2.ebuild,v 1.2 2003/04/01 22:04:39 drobbins Exp $ IUSE="" @@ -18,7 +18,7 @@ RDEPEND="sys-apps/cronbase >=sys-apps/groff-1.18" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~arm ~mips" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~arm ~mips" LICENSE="GPL-2" src_unpack() { |