diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-08-29 10:29:12 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-08-29 10:29:12 +0000 |
commit | c42ad896ce718514b2fb81a3de20dcb1a036d16e (patch) | |
tree | 61b8f6fcdf4b202fec21d8ae8d04ff99938965f6 /app-doc | |
parent | added amd64 keyword to app-doc/howto-html (#61859) (Manifest recommit) (diff) | |
download | gentoo-2-c42ad896ce718514b2fb81a3de20dcb1a036d16e.tar.gz gentoo-2-c42ad896ce718514b2fb81a3de20dcb1a036d16e.tar.bz2 gentoo-2-c42ad896ce718514b2fb81a3de20dcb1a036d16e.zip |
added amd64 keyword to app-doc/howto-html-single (#61859)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/howto-html-single/ChangeLog | 5 | ||||
-rw-r--r-- | app-doc/howto-html-single/howto-html-single-20040317.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-doc/howto-html-single/ChangeLog b/app-doc/howto-html-single/ChangeLog index 7f9eb1c1c0df..eff2575f4036 100644 --- a/app-doc/howto-html-single/ChangeLog +++ b/app-doc/howto-html-single/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-doc/howto-html-single # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/ChangeLog,v 1.11 2004/06/24 21:46:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/ChangeLog,v 1.12 2004/08/29 10:29:12 blubb Exp $ + + 29 Aug 2004; <blubb@gentoo.org> : + added amd64 keyword because it doesn't need any compilation 07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml, howto-html-single-20040317.ebuild: diff --git a/app-doc/howto-html-single/howto-html-single-20040317.ebuild b/app-doc/howto-html-single/howto-html-single-20040317.ebuild index 37f8401f7291..73872087a75f 100644 --- a/app-doc/howto-html-single/howto-html-single-20040317.ebuild +++ b/app-doc/howto-html-single/howto-html-single-20040317.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20040317.ebuild,v 1.3 2004/06/24 21:46:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20040317.ebuild,v 1.4 2004/08/29 10:29:12 blubb Exp $ DESCRIPTION="The LDP howtos, html single-page format." HOMEPAGE="http://www.tldp.org/" @@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/Linux-html-single-HOWTOs-${PV}.tar.bz2" LICENSE="GPL-2 LDP" SLOT="0" IUSE="" -KEYWORDS="x86 ppc sparc" +KEYWORDS="x86 ppc sparc amd64" S=${WORKDIR} |