diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-06-01 04:22:10 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-06-01 04:22:10 +0000 |
commit | 489921f47981718d1adb80d49058bc62a0dd4d59 (patch) | |
tree | b52c09210fa3ee746fe79cf0be82fccabea29f2b /app-text/html2text | |
parent | Add gcc-3.4 patch #51053 by Imad R. Faiad. (diff) | |
download | gentoo-2-489921f47981718d1adb80d49058bc62a0dd4d59.tar.gz gentoo-2-489921f47981718d1adb80d49058bc62a0dd4d59.tar.bz2 gentoo-2-489921f47981718d1adb80d49058bc62a0dd4d59.zip |
Stable on amd64.
Diffstat (limited to 'app-text/html2text')
-rw-r--r-- | app-text/html2text/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/html2text/html2text-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/html2text/ChangeLog b/app-text/html2text/ChangeLog index e2953453be29..a17204bef6af 100644 --- a/app-text/html2text/ChangeLog +++ b/app-text/html2text/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/html2text # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.7 2004/05/07 22:18:34 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.8 2004/06/01 04:22:10 absinthe Exp $ + + 01 Jun 2004; Dylan Carlson <absinthe@gentoo.org> html2text-1.3.1.ebuild: + Marked stable on amd64. 07 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> html2text-1.3.1.ebuild: Stable on sparc, #50392 diff --git a/app-text/html2text/html2text-1.3.1.ebuild b/app-text/html2text/html2text-1.3.1.ebuild index 52ffb218d418..b70ce3d316f2 100644 --- a/app-text/html2text/html2text-1.3.1.ebuild +++ b/app-text/html2text/html2text-1.3.1.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/html2text/html2text-1.3.1.ebuild,v 1.7 2004/05/07 22:18:34 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.1.ebuild,v 1.8 2004/06/01 04:22:10 absinthe Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://userpage.fu-berlin.de/~mbayer/tools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc ~amd64" +KEYWORDS="x86 sparc amd64" IUSE="" DEPEND="virtual/glibc" |