diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-15 14:21:30 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-01-15 14:21:30 +0000 |
commit | 4210b03de9f84c11df3a2956c959c18d578412f1 (patch) | |
tree | 56a7ca92045cd47c6311707d36ae6c840997e8af /app-text/html401/html401-19991224-r2.ebuild | |
parent | mostly fixes in eclasses (diff) | |
download | gentoo-2-4210b03de9f84c11df3a2956c959c18d578412f1.tar.gz gentoo-2-4210b03de9f84c11df3a2956c959c18d578412f1.tar.bz2 gentoo-2-4210b03de9f84c11df3a2956c959c18d578412f1.zip |
Marked ~amd64, closes bug 117753.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text/html401/html401-19991224-r2.ebuild')
-rw-r--r-- | app-text/html401/html401-19991224-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/html401/html401-19991224-r2.ebuild b/app-text/html401/html401-19991224-r2.ebuild index eb16548d45e3..87336d50645b 100644 --- a/app-text/html401/html401-19991224-r2.ebuild +++ b/app-text/html401/html401-19991224-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html401/html401-19991224-r2.ebuild,v 1.9 2005/10/15 14:30:16 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html401/html401-19991224-r2.ebuild,v 1.10 2006/01/15 14:21:30 cryos Exp $ inherit sgml-catalog eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.w3.org/TR/html401/html40.tgz" S=${WORKDIR} LICENSE="W3C" SLOT="0" -KEYWORDS="ppc ~ppc-macos s390 x86" +KEYWORDS="~amd64 ppc ~ppc-macos s390 x86" IUSE="" DEPEND="app-text/sgml-common" |