diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-24 17:15:18 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-24 17:15:18 +0000 |
commit | a77794de05c7d547f46b0472058ec1dfc81e6e72 (patch) | |
tree | 31e356ad9fdbcc00593c002a695505dbc861bbd1 /app-text/htmldoc | |
parent | Remove old version. (diff) | |
download | historical-a77794de05c7d547f46b0472058ec1dfc81e6e72.tar.gz historical-a77794de05c7d547f46b0472058ec1dfc81e6e72.tar.bz2 historical-a77794de05c7d547f46b0472058ec1dfc81e6e72.zip |
added ~amd64 to KEYWORDS. fixes #83181
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'app-text/htmldoc')
-rw-r--r-- | app-text/htmldoc/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/htmldoc/Manifest | 6 | ||||
-rw-r--r-- | app-text/htmldoc/htmldoc-1.8.24.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-text/htmldoc/ChangeLog b/app-text/htmldoc/ChangeLog index afd7a0bd28e0..530ebc94d122 100644 --- a/app-text/htmldoc/ChangeLog +++ b/app-text/htmldoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/htmldoc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/ChangeLog,v 1.22 2005/02/08 12:23:57 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/ChangeLog,v 1.23 2005/02/24 17:15:18 luckyduck Exp $ + + 24 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> htmldoc-1.8.24.ebuild: + added ~amd64 to KEYWORDS. fixes #83181 *htmldoc-1.8.24 (08 Feb 2005) diff --git a/app-text/htmldoc/Manifest b/app-text/htmldoc/Manifest index 330700ef9e14..f13b0527106b 100644 --- a/app-text/htmldoc/Manifest +++ b/app-text/htmldoc/Manifest @@ -1,12 +1,12 @@ MD5 43894bc5d8432f559664896a6b1c3964 htmldoc-1.8.20-r1.ebuild 1347 MD5 48a655ca304edf589e5e493dd45d4040 htmldoc-1.8.20.ebuild 1178 +MD5 1f34ee238701fb58cdf71b7b92e5769f htmldoc-1.8.24.ebuild 1330 MD5 e5ed5936cac7d80776c5a9b25d6d02cb htmldoc-1.8.23.ebuild 1294 -MD5 81cb8834c268691452a863d38bdcff51 ChangeLog 2737 +MD5 c72670abdda529bf9876c2ebc2b420b9 ChangeLog 2858 MD5 051b7e5b4ced45af5248d77ffaa2b98e htmldoc-1.8.19.ebuild 764 -MD5 258b783671d5fdb6d7945cfe9fef692a htmldoc-1.8.24.ebuild 1319 MD5 86ae7168499a7aed0980b69d04839ea7 files/digest-htmldoc-1.8.19 75 MD5 4fd3b7ec1b30af0be9c2fd4695062c0c files/digest-htmldoc-1.8.20 77 MD5 37ab4f0733aa74e1862ba433b9a56936 files/digest-htmldoc-1.8.23 75 +MD5 a1859265d921a0a2270b8db008396c83 files/digest-htmldoc-1.8.24 75 MD5 06678439bd4de915b822ec99aa90b426 files/fonts.diff 353 MD5 4fd3b7ec1b30af0be9c2fd4695062c0c files/digest-htmldoc-1.8.20-r1 77 -MD5 a1859265d921a0a2270b8db008396c83 files/digest-htmldoc-1.8.24 75 diff --git a/app-text/htmldoc/htmldoc-1.8.24.ebuild b/app-text/htmldoc/htmldoc-1.8.24.ebuild index a59a57ea57a0..48eaaf5fca1d 100644 --- a/app-text/htmldoc/htmldoc-1.8.24.ebuild +++ b/app-text/htmldoc/htmldoc-1.8.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.24.ebuild,v 1.1 2005/02/08 12:23:57 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.24.ebuild,v 1.2 2005/02/24 17:15:18 luckyduck Exp $ DESCRIPTION="Convert HTML pages into a PDF document" SRC_URI="http://ftp.easysw.com/pub/${PN}/${PV}/${P}-source.tar.bz2" @@ -10,7 +10,7 @@ IUSE="X ssl" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc ~alpha" +KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64" DEPEND="X? ( virtual/x11 )" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6e ) |