diff options
-rw-r--r-- | app-text/html401/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/html401/Manifest | 4 | ||||
-rw-r--r-- | app-text/html401/html401-19991224-r1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-text/html401/ChangeLog b/app-text/html401/ChangeLog index 9e32963448d1..8fbf5cdd15c3 100644 --- a/app-text/html401/ChangeLog +++ b/app-text/html401/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/html401 -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html401/ChangeLog,v 1.4 2003/02/12 05:31:13 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/html401/ChangeLog,v 1.5 2004/04/16 20:40:38 randy Exp $ + + 16 Apr 2004; Michael McCabe <randy@gentoo.org> + html401-19991224-r1.ebuild: + added s390 keywords 08 Jan 2003; Matthew Turk <satai@gentoo.org> : Marked as stable. diff --git a/app-text/html401/Manifest b/app-text/html401/Manifest index bedaeec6336b..c4bd416763b2 100644 --- a/app-text/html401/Manifest +++ b/app-text/html401/Manifest @@ -1,5 +1,5 @@ -MD5 cecbd704c2da51673f867271fe86426f ChangeLog 626 -MD5 75ef0dda264224deb3448ffaabbdcf44 html401-19991224-r1.ebuild 701 +MD5 e0cc40db7b9627d701b1405df90cecf4 ChangeLog 727 +MD5 e34f2aa446155d66ee47ad0dd0eef587 html401-19991224-r1.ebuild 702 MD5 96ecd56556c760f508a4ceb93f62846a html401-19991224.ebuild 876 MD5 1b3e89643eafe12ccb08ed86705b78c7 files/digest-html401-19991224 55 MD5 1b3e89643eafe12ccb08ed86705b78c7 files/digest-html401-19991224-r1 55 diff --git a/app-text/html401/html401-19991224-r1.ebuild b/app-text/html401/html401-19991224-r1.ebuild index 094d55474f1a..075da1c3b94a 100644 --- a/app-text/html401/html401-19991224-r1.ebuild +++ b/app-text/html401/html401-19991224-r1.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/app-text/html401/html401-19991224-r1.ebuild,v 1.5 2004/03/12 09:18:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html401/html401-19991224-r1.ebuild,v 1.6 2004/04/16 20:40:38 randy Exp $ inherit sgml-catalog @@ -10,7 +10,7 @@ SRC_URI="http://www.w3.org/TR/html401/html40.tgz" S=${WORKDIR} LICENSE="W3C" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 s390" DEPEND="app-text/sgml-common" src_install() { |